- Dart 83.2%
- Kotlin 4.9%
- C++ 3.4%
- Go 2%
- CMake 1.8%
- Other 4.5%
| .claude/commands | ||
| .github | ||
| .run | ||
| android | ||
| arb | ||
| assets | ||
| core | ||
| lib | ||
| linux | ||
| macos | ||
| plugins | ||
| services/helper | ||
| snapshots | ||
| test | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| AGENTS.md | ||
| analysis_options.yaml | ||
| build.yaml | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| distribute_options.yaml | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| README_zh_CN.md | ||
| release_telegram.py | ||
| setup.dart | ||
FlClash
A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
on Desktop:
on Mobile:
Features
✈️ Multi-platform: Android, Windows, macOS and Linux
💻 Adaptive multiple screen sizes, Multiple color themes available
💡 Based on Material You Design, Surfboard-like UI
☁️ Supports data sync via WebDAV
✨ Support subscription link, Dark mode
Use
Linux
⚠️ Make sure to install the following dependencies before using them
sudo apt-get install libayatana-appindicator3-dev
sudo apt-get install libkeybinder-3.0-dev
Android
Support the following actions
com.follow.clash.action.START
com.follow.clash.action.STOP
com.follow.clash.action.TOGGLE
Download
Build
-
Update submodules
git submodule update --init --recursive -
Install
FlutterandGolangenvironment -
Build Application
-
android
-
Install
Android SDK,Android NDK -
Set
ANDROID_NDKenvironment variable -
Run build script
dart setup.dart android
-
-
windows
-
Requires a Windows client
-
Install
GCC,Inno Setup -
Run build script
dart setup.dart windows
-
-
linux
-
Requires a Linux client
-
Dependencies are auto-installed by setup script, or manually:
sudo apt-get install -y libayatana-appindicator3-dev libkeybinder-3.0-dev -
Run build script
dart setup.dart linux
-
-
macOS
-
Requires a macOS client
-
Run build script
dart setup.dart macos
-
-
Star
The easiest way to support developers is to click on the star (⭐) at the top of the page.