Windows
Installer or portable ZIP
- x64
- ARM64
Windows 10 and later. The portable build needs no administrator rights, but TUN mode does.
Downloads
Below is a live file list of the latest release, straight from GitHub. If there is no release yet the page says so instead of handing you a dead link.
Your platform
Detecting…
Guessed from your browser and can be wrong — the full file list is always below.
The project has not published built packages yet. Build from source — the recipe is below — or watch releases on GitHub.
Possibly an API rate limit or a block. Open the releases page directly.
Installer or portable ZIP
Windows 10 and later. The portable build needs no administrator rights, but TUN mode does.
DMG
The build is not App Store signed: on first launch open it from the context menu → “Open”.
AppImage (x64), DEB, RPM, pacman
The AppImage runs without installing — remember chmod +x. DEB and RPM set up the TUN helper themselves.
APK
For most phones — arm64-v8a. Ships a Quick Settings tile, home-screen widgets and Always-on VPN.
There is no iOS build: the App Store does not admit clients of this kind without a separate developer programme. Claiming one here would be a lie.
Every release ships a SHA256SUMS file. Thirty seconds of checking is worth it: a tampered VPN client is the worst thing that can happen to your traffic.
The file is not uploaded anywhere — the hash is computed right in your browser.
Choose a file to compute its hash.
If the hash matches, the file is the right one. If it does not — do not run it, and report it in issues.
sha256sum -c SHA256SUMS --ignore-missingGet-FileHash .\ReClash-<version>-windows-amd64-setup.exe -Algorithm SHA256This is the most honest way to trust a client: you can see what you are building.
appdmg.git clone https://github.com/Hoxiee/ReClash.git
cd ReClash
flutter pub get
dart run setup.dart # host platform
dart run setup.dart android # APK
# → dist/Details are in CONTRIBUTING.md.