Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
Go to file
2022-09-25 13:41:54 +08:00
.github/workflows fix 2022-09-11 11:48:28 +08:00
3rdparty switch core support 2022-09-24 22:42:22 +08:00
assets update qrc 2022-09-25 13:41:54 +08:00
cmake update build script 2022-08-08 11:11:25 +08:00
db update qrc 2022-09-25 13:41:54 +08:00
examples update qrc 2022-09-25 13:41:54 +08:00
fmt refactor vpn settings 2022-09-25 13:12:29 +08:00
go refactor vpn settings 2022-09-25 13:12:29 +08:00
libs switch core support 2022-09-24 22:42:22 +08:00
main refactor vpn settings 2022-09-25 13:12:29 +08:00
qv2ray switch core support 2022-09-24 22:42:22 +08:00
res update qrc 2022-09-25 13:41:54 +08:00
rpc switch core support 2022-09-24 22:42:22 +08:00
sub fix naive link 2022-08-30 14:29:31 +08:00
sys switch core support 2022-09-24 22:42:22 +08:00
test upload code 2022-08-08 11:11:25 +08:00
translations refactor vpn settings 2022-09-25 13:12:29 +08:00
ui update qrc 2022-09-25 13:41:54 +08:00
updater upload code 2022-08-08 11:11:25 +08:00
.gitignore refactor vpn settings 2022-09-25 13:12:29 +08:00
.gitmodules upload code 2022-08-08 11:11:25 +08:00
CMakeLists.txt refactor vpn settings 2022-09-25 13:12:29 +08:00
core_commit.txt update 2022-09-17 12:05:25 +08:00
LICENSE Initial commit 2022-05-03 19:12:02 +08:00
matsuri_commit.txt update 2022-09-17 12:05:25 +08:00
nekoray_version.txt update version (pre) 2022-09-23 13:08:08 +08:00
README.md update docs 2022-08-26 14:09:51 +08:00

NekoRay

基于 Qt/C++ 的跨平台代理配置管理器( 使用 Matsuri 定制版 v2ray-core

目前支持 Windows / Linux amd64 开箱即用

Qt/C++ based cross-platform proxy configuration manager ( Use Matsuri custom version of v2ray-core )

Support Windows / Linux amd64 out of the box now.

下载 Download

便携格式,无安装器。转到 Releases 下载预编译的二进制文件,解压后即可使用。

GitHub Releases 下载

GitHub All Releases

更改记录 & 发布频道 Changelog & Telegram channel

https://t.me/Matsuridayo

项目主页 & 文档 Homepage & Documents

https://matsuridayo.github.io

运行参数

  • -many 无视同目录正在运行的实例,强行开启新的实例 (0.11+)
  • -appdata 开启后配置文件会放在共享目录,无法多开和自动升级 (0.11+)

Windows 运行

若提示 DLL 缺失,无法运行,请下载 安装 微软 C++ 运行库

Linux 运行

使用 Linux 系统相信您已具备基本的排错能力, 本项目不提供特定发行版/架构的支持,预编译文件不能满足您的需求时,请自行编译/适配。

要求:已安装主流的发行版和 xcb 桌面环境。

运行: ./launcher 或 部分系统可双击打开

launcher 参数

  • ./launcher -- -appdata -- 后的参数传递给主程序
  • -debug Debug mode
  • -theme Use local QT theme (unstable) (1.0+)

已知部分 Linux 发行版无法使用预编译版、非 x86_64 暂无适配,可以尝试自行编译。

编译教程

Linux

Windows

Credits