mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 03:10:24 +08:00
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
src | ||
utils | ||
.gitignore | ||
.lgtm.yml | ||
.travis.yml | ||
Himeki.ico | ||
Hv2ray.pro | ||
LICENSE | ||
README.md |
Hv2ray 
A Linux GUI tool for v2ray based on Qt.
TODO: A CROSS-PLATFORM GUI for v2ray based on Qt.
Mac OS Build:
WIP]
# Special Thanks
[@aliyuchang33](https://github.com/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
```bash
git clone https://github.com/lhy0403/Hv2ray && cd Hv2ray
mkdir build && cd build
qmake ./
make
```
## Run
```bash
./Hv2ray
```
## License
[](https://www.gnu.org/licenses/gpl-3.0)