Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-07-11 15:18:30 +08:00
3rdparty [Removed] Removed a submodule 2019-07-07 14:00:16 +08:00
ChangeLogs [Documents] Documents and README update 2019-07-11 15:18:30 +08:00
icons [MacOS Release] Added MacOS Logo and fixed config path. 2019-07-09 06:17:31 -07:00
src [Fix RC1] RC1 2019-07-11 09:49:35 +08:00
translations [Linux Release] v0.9.9a 2019-07-09 20:07:14 +08:00
.appveyor.yml [Remove] Removed Python depends. Added struct for vmess:// protocol. 2019-07-05 23:47:31 +08:00
.gitignore [MacOS Release] Added MacOS Logo and fixed config path. 2019-07-09 06:17:31 -07:00
.gitmodules [Removed] Removed a submodule 2019-07-07 14:00:16 +08:00
.travis.yml [Remove] Removed Python depends. Added struct for vmess:// protocol. 2019-07-05 23:47:31 +08:00
BUILD.md [Documents] Documents and README update 2019-07-11 15:18:30 +08:00
ignored_cpp_structs.hpp [ADDED] Added VMess protocol Decode. #13 2019-07-06 22:54:05 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
Qv2ray.pro [Fixed] Fixed an empty instruction in .pro 2019-07-09 22:48:00 +08:00
README.md [Documents] Documents and README update 2019-07-11 15:18:30 +08:00
resources.qrc [RENAMED] Renamed from Hv2ray to Qv2ray 2019-07-05 20:43:33 +08:00

Qv2ray

使用 Qt 的跨平台 v2ray 客户端.

Codacy Badge HitCount

Travis (Linux and MacOS): https://travis-ci.com/lhy0403/Qv2ray

Appveyor (Windows): https://ci.appveyor.com/project/lhy0403/qv2ray

Travis per machine badge provided by: https://github.com/exogen/badge-matrix ( @exogen )

OS 主分支 master 开发分支 dev
Linux Build Status Linux in master Build Status Linux in dev
MacOS Build Status MacOS in master Build Status Linux in dev
Windows Build status Build status

1. 依赖

  • Qt >= 5.12
  • gcc >=8 (Linux 需要 c++11 支持) 或 MinGW (Windows) 或 clang (MacOS)
  • QtCreator (推荐)

2. 编译方法

3. 最近更新内容

a. 最新

2019-07-11: 准备 dev 分支开始 v2.0 版本

b. 历史

**v1.0 更新日志请见 ChangeLog-v1 **

c. 更多内容


4. License

License: GPL v3