Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-06-21 18:59:02 +08:00
src [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
tools [CI] Added Appveyor CI Config 2019-06-21 18:59:02 +08:00
utils [Tweaks] Moved vmess2json.py to ./utils and changed file mode for ./Himeki.ico 2019-05-09 13:28:13 +08:00
.gitignore [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
.lgtm.yml Fix LGTM Python3-dev package missing bug. (#7) 2019-06-18 16:15:40 +08:00
.travis.yml Travis Config (#2) 2019-06-17 22:05:12 +08:00
appveyor.yml [CI] Added Appveyor CI Config 2019-06-21 18:59:02 +08:00
Himeki.ico [Tweaks] Moved vmess2json.py to ./utils and changed file mode for ./Himeki.ico 2019-05-09 13:28:13 +08:00
Hv2ray.pro [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
README.md Update README.md 2019-06-18 14:33:46 +08:00

Hv2ray

A Linux GUI tool for v2ray based on Qt.

TODO: A CROSS-PLATFORM GUI for v2ray based on Qt.

Language grade: C/C++

Total alerts

Build Status

Special Thanks

@aliyuchang33 - Original Author, who initially created this project and gives idea of using Qt to implement.

Dependencies

  • Qt >= 5
  • python3.5 | 3.6 | 3.7

Compile

git clone https://github.com/lhy0403/Hv2ray && cd Hv2ray
mkdir build && cd build
qmake ./
make

Run

./Hv2ray

License

License: GPL v3