✨✨V2ray GUI client with cross-platform desktop support powered by Electron⚛️, made especially for Linux / Windows / MacOS users.
[● Telegram Channel](https://t.me/V2rayX_electron)
WARN: The text below will change in development. product is ready for pre-release
➣ V2ray Electron
V2ray GUI client with cross-platform desktop support powered by Electron⚛️, made especially for Linux / Windows / MacOS users.
➣ Tested on
- Ubuntu22.10 (amd64)
- MacOS Ventura (x64)
- Windows10/11 (x64)
➣ Future test plan
➣ Supported (TODO List)
- [x] PAC Mode
- [x] Global Mode
- Global socks5 proxy for browser.
- [x] Manual Mode
- Get some tools like SwitchOmega to enable browser proxy on this mode.
- [x] HTTP(S) Proxy
- On Windows, commands for terminal proxy(port 1087 as default):
$env:HTTPS_PROXY="http://127.0.0.1:10871"
(PowerShell)
$env:HTTP_PROXY="http://127.0.0.1:10871"
(PowerShell)
set http_proxy=http://127.0.0.1:10871
(cmd)
set https_proxy=http://127.0.0.1:10871
(cmd)
- On Linux/MacOS, commands for terminal proxy:
export http_proxy="127.0.0.1:10871"
export https_proxy="127.0.0.1:10871"
- Some tools like
proxychains
are deeply recommended.
- [x] Clipboard
- [ ] QR-code Import
- [x] Subscription Import
- [ ] Language Detecting And Switching (zh-CN / en-US / ru-RU)
- [ ] Configuration Backup / Recovery
- [x] Dark / Light Mode
- [x] Auto Start (Not supported on Linux)
- [x] Server Share
- [x] Activity Logs
➣ In Testing
➣ Why
This project was heavily inspired by yanue/V2rayU, which uses packed v2ray-core to avoid complex installation with native O-C code. But it is not intuitive to use. Only support macOS.
I work with different operating systems that need a proxy environment, and I hope the app has a little bit of a user interface and it has to be cross-platform.
Hence, the app is created. Welcome to pull or make PR.
➣ ** Sponsor **
Life is hard. Maybe a coffee would help.❤️❤️🙏🙏💪💪
https://www.buymeacoffee.com/shaonhuang
➣ Credit