Skip to main content
Download

Built for everything you run.

Every build is signed with a single release key via minisign. Public key — on clearnet (fallback) and on the Tor mirror; SHA-256 + signature are next to the binary. Reproducible builds — anyone can build the client from open sources and compare the hash.

Windows 10/11
x86_64 · .zip
Download
v0.3.0
macOS 12+
Intel · Apple Silicon
planned
Linux
.deb · .rpm · AppImage
planned
iOS 16+
TestFlight
planned
Android 10+
APK · F-Droid
planned
Router
OpenWRT package
planned

1. Fetch the public key

One-time — save locally. Verify the fingerprint against this page and against the Tor mirror; if they match, the key is authentic.

# clearnet
curl -O https://chimera.tw/pubkey.minisign

# Tor mirror (recommended)
torsocks curl -O http://<onion-from-/canary>/pubkey.minisign
Fingerprint: minisign key E19A42B43A74B1F1

2. Verify the binary

# minisign signature — the downloaded .zip
minisign -Vm CHIMERA_0.3.0_windows.zip \
  -P RWTxsXQ6tEKa4aQmjTD3/CiLwagG3n74x5bp34QHUm/V2fsqaABoHSTM
# -> "Signature and comment signature verified" = OK

# Unzip, then run CHIMERA_0.3.0_x64-setup.exe. SmartScreen
# "Windows protected your PC" -> More info -> Run anyway.
# The zip also contains SHA256SUMS to re-check the .exe hash.

3. Install minisign

# macOS
brew install minisign

# Debian/Ubuntu
sudo apt install minisign

# Windows — download from jedisct1.github.io/minisign
# or: scoop install minisign