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 | 6 months ago | 116 | gpl-3.0 | Objective-C | |||||
GUI for v2ray-core on macOS | ||||||||||
Core | 2,615 | 10 hours ago | 183 | bsd-2-clause | PHP | |||||
OPNsense GUI, API and systems backend | ||||||||||
Zan Proxy | 1,378 | 2 | 4 years ago | 1 | January 17, 2019 | 18 | mit | TypeScript | ||
An extensible proxy for PC/Mobile/APP developer | ||||||||||
Clashy | 1,200 | a year 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 | ||||||||||
Youtube Dl Wpf | 672 | 2 days ago | 5 | gpl-3.0 | C# | |||||
A simple GUI wrapper for youtube-dl and yt-dlp. | ||||||||||
Engintron | 653 | 25 days ago | 49 | 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. | ||||||||||
Frpmgr | 515 | 22 days ago | 9 | apache-2.0 | Go | |||||
Windows 平台的 FRP GUI 客户端 / A user-friendly desktop GUI client for FRP on Windows. | ||||||||||
Furious | 302 | 5 days ago | 2 | gpl-3.0 | Python | |||||
A PySide6-based cross platform GUI client that launches your beloved GFW to outer space. Support Xray-core and hysteria. |
A GUI proxy client for Windows / macOS / Ubuntu Desktop based on Clash and Electron
Download latest release from Release Page
Check "Sign Issue" for more information.
![]() |
![]() |
---|---|
![]() |
![]() |
yarn install
node pre-build.js
to download clash binary for current platform.yarn start
to start dev server for webpage.yarn start:electron
to start electron main process. Or hit run button in VSCode
.yarn run pack
and wait.Where is my configuration files & how can I modify them?
To check your configuration files for Clash
& Clashy
, click on the folder icon in status panel. Clash
configuration file folder will opened automatically and navigate to parent folder you will see Clashy
configuration files named clashy-configs
.
Can I change clash external controller port & secrets in configuration file?
You can but you need to modify Clashy
's source code to make it work.
Any pull request is welcome.
Not exactly. I've been using ClashX for several months and I like it. It's easy to use and nicely designed. But I also need a decent Clash client on my Ubuntu Desktop. And the interface must be easy enough for anyone to use because I don't want to teach my wife how to edit proxy rules or how to use remote configuration files. So I decide to make my own Clash GUI client. I did NOT take any code or assets from those two projects but they did give me some ideas about interface design and implementation.
Clash
's logs in Clashy
?You can't for now. Visit 127.0.0.1:2390/logs
for Clash logs.
timeout
ed proxy means the proxy is unavailable?Not really. Clashy
use Clash
's /delay
API for speed testing. This API requires a parameter which indicates speed test timeout. This parameter is 10 seconds in current build. So there are two kinds of timeout in Clashy
:
Clash
speed test timeout, which means Clash
waited more than 10 seconds but still no response from target server (which is https://www.google.com). This proxy might be available with a huge delay. Or unavailable at all.Sadly, I can't distinct those two timeout types with current Clash
API.
Me either. Checkout Electron memes below!