Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-06-19 10:22:37 +08:00
src ReWrite CI Config, and start new UI. (#6) 2019-06-18 16:47:27 +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 ReWrite CI Config, and start new UI. (#6) 2019-06-18 16:47:27 +08:00
.travis.yml [Remove] Removed Travis CI ln command 2019-06-19 10:20:28 +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 ReWrite CI Config, and start new UI. (#6) 2019-06-18 16:47:27 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
README.md Update README.md 2019-06-19 10:22:37 +08:00

Hv2ray HitCount

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

Linux Build: Build Status

Windows Build: Build status

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

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)