Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
Leroy.Haoyu.Liu 8e1a830a06
[Fixed] Fixed import_vmess ui error
Signed-off-by: Leroy.Haoyu.Liu <lhy20010403@hotmail.com>
2019-06-18 14:57:41 +08:00
src [Fixed] Fixed import_vmess ui error 2019-06-18 14:57:41 +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 Move build files to 'build' folder 2019-04-20 10:11:32 +08:00
.lgtm.yml LGTM Config Update (#1) 2019-06-15 10:49:26 +08:00
.travis.yml Travis Config (#2) 2019-06-17 22:05:12 +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 [Change] A little file renaming 2019-06-18 14:47:28 +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