V2Ray Cross-Platform Client(For V2raySocks)
中文: Readme.md
- Important: the compile tool has changed to electron-builder in ver 0.1.0, so do not forget to install that. More infos in Installation.
- To Windows users: This project should put and run in pathes with no spaces, and I will not fix this.
V2Ray for MacOS(Done)V2Ray for Windows(Done)- V2Ray for Linux(Not tested)
Custom Subscribe(Done)PAC Actions(Done)
- Works fine with V2RaySocks
- Connect V2Ray(PAC|Global)
- Edit PAC without restart the software
- Multi-Lang support
- Cross-Platform support(MacOS|Windows|Linux)
- Uses Electron
- Open-Source under GPLV3
- Awesome UI
- Edit APP/src/main/config.js before you use it!
- No release will be provided!
git clone https://github.com/Zzm317/V2Milk.git
cd V2Milk
cd APP
npm install
npm install -g electron-builder
- Dev Mode (Macos/Linux)
npm run dev
- Normal Mode (Macos/Linux)
npm run start
- Dev Mode (Windows)
npm run devw
- Normal Mode (Windows)
npm run startw
-
Put the V2Ray-Core to APP/extra/v2ray-core
-
For Mac
npm run dist:mac
-
For Windows
npm run dist:win32
npm run dist:win64
-
For Linux
npm run dist:linux32
npm run dist:linux64
- 0.1.1 Fix the bug caused by space in the path
- 0.1.0 Project done, Bug fixed.
- 0.0.6 Bug fix, UI Improvements, Changed Alert() to Toasts
- 0.0.5 Fixed 3.46, improved subscribe
- 0.0.4 Added support for Subscribe(V = 2)
- 0.0.3 Bug fix, UI Improvements, Added power monitor, added CSP
- 0.0.2 Added support for multi-language, Improved UI
- 0.0.1 Main frame done