mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
|
||
---|---|---|
icons | ||
src | ||
tools | ||
translations | ||
utils | ||
.appveyor.yml | ||
.gitignore | ||
.lgtm.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
Hv2ray.pro | ||
LICENSE | ||
README.md | ||
resources.qrc |
Hv2ray 
TODO: 使用 Qt 的跨平台 v2ray 客户端,目前仍处于早期开发,多数功能尚未齐全。
OS | 主分支 master | 开发分支 dev |
---|---|---|
Linux & MacOS | ||
Windows |
最近更新内容
- 详见 ChangeLog.md
鸣谢
@aliyuchang33 - 项目原作者/发起人,感谢他使用 Qt 作为基础框架。
- 可惜原项目不更新了qwq
项目依赖包
Linux
- Qt >= 5.12
- Python (3.5 | 3.6 | 3.7)
Windows
- Python 3.7
- Qt Creator (MinGW & Qt5)
MacOS
- Qt >= 5.12
- Python (3.6 | 3.7) 使用 [
brew install python3
] 解决依赖问题
编译
Linux
git clone https://github.com/lhy0403/Hv2ray && cd Hv2ray
lrelease ./Hv2ray.pro
mkdir build && cd build
qmake ../
make
Windows
目前没有稳定的构建方案,请参考 AppVeyor.yml 需要 python3.7 和 Qt Creator