Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shadowsocks Qt5 | 7,866 | 4 years ago | 75 | lgpl-3.0 | C++ | |||||
A cross-platform shadowsocks GUI client | ||||||||||
V2rayx | 7,184 | 2 months ago | 116 | gpl-3.0 | Objective-C | |||||
GUI for v2ray-core on macOS | ||||||||||
Core | 2,422 | 16 hours ago | 189 | bsd-2-clause | PHP | |||||
OPNsense GUI, API and systems backend | ||||||||||
Zan Proxy | 1,378 | 3 years ago | 48 | January 21, 2019 | 18 | mit | TypeScript | |||
An extensible proxy for PC/Mobile/APP developer | ||||||||||
Clashy | 1,200 | 10 months ago | 38 | mit | ||||||
A GUI proxy client for Windows / Mac / Ubuntu Desktop based on Clash and Electron. Windows / Mac / Ubuntu 适用的Clash客户端. | ||||||||||
Koolshare Clash | 873 | 3 years ago | 41 | gpl-3.0 | ASP | |||||
:cat: Run Clash Tunnel on Koolshare OpenWrt | ||||||||||
Engintron | 648 | 4 days ago | 40 | gpl-2.0 | Perl | |||||
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache. | ||||||||||
Youtube Dl Wpf | 580 | 6 days ago | 6 | gpl-3.0 | C# | |||||
A simple GUI wrapper for youtube-dl and yt-dlp. | ||||||||||
Frpmgr | 409 | 5 days ago | 5 | apache-2.0 | Go | |||||
Windows 平台的 FRP GUI 客户端 / A user-friendly desktop GUI client for FRP on Windows. | ||||||||||
Lottip | 224 | 3 years ago | May 25, 2017 | 1 | mit | Go | ||||
Simple MySQL proxy for query logging with web GUI |
READ THIS: Project V2Ray.
YOU SHOULD READ V2RAY'S OFFICIAL INSTRUCTION BEFORE USING V2RAYX!
Other V2Ray clients on macOS: V2RayU. (Not related to or endorsed by authors of this repo. USE AT YOUR OWN RISK.)
Download from Releases. (compiled by travis-ci.org).
By Homebrew-Cask.
brew cask install v2rayx
V2RayX.app is built by running one of the following commands in your terminal. You can install this via the command-line with curl.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Cenmrev/V2RayX/master/compilefromsource.sh)"
or step by step:
git clone --recursive https://github.com/Cenmrev/V2RayX.git
open V2RayX.xcodeproj and use Xcode to build V2RayX.
V2RayX provides a GUI to generate the config file for V2Ray. It includes V2Ray's binary executable in the app bundle. V2RayX starts and stops V2Ray with launchd
of macOS.
V2RayX also allows users to change system proxy settings and switch proxy servers on the macOS menu bar.
As default, V2RayX will open a socks5 proxy at port 1081
as the main inbound, as well as a http proxy at port 8001
as an inboundDetour.
V2RayX provide three modes:
Options in menu list Routing Rule
determine how v2ray core deals with incoming traffic. Core routing rules apply to all three modes above.
Open macOS System Preferences -> Users & Group -> Login Items, add V2RayX.app to the list.
replace V2RayX.app/Contents/Resources/v2ray
with the newest v2ray
version from v2ray-core
repo. However, compatibility is not guaranteed.
V2RayX will create the following files and folders:
/Library/Application Support/V2RayX
~/Library/Application Support/V2RayX
~/Library/Preferences/cenmrev.V2RayX.plist
So, to totally uninstall V2RayX, just delete V2RayX.app and the files above. :)
V2RayX uses GCDWebServer to provide a local pac server. V2RayX also uses many ideas and codes from ShadowsocksX, especially, the codes of v2rays_sysconfig are simply copied from shadowsocks_sysconf with some modifications.
If Project V2Ray or V2RayX helped you, you can also help us by donation in your will. To donate to Project V2Ray, you may refer to this page.
This tool is mainly for personal usage. For professional users and technique support, commercial software like proxifier is recommended. Please refer to #60.
The developer does not major in CS nor Software Engineer and currently is busy with grad school courses. So V2rayX will not be updated frequently. Users can replace V2RayX.app/Contents/Resources/v2ray with the newest v2ray-core downloaded from https://github.com/v2ray/v2ray-core/releases.
The developer currently does not have enough time to add more features to V2RayX, nor to merge PRs. However, forking and releasing your own version are always welcome.