Download
Pick your platform.
Every build is reproducible. Checksums and signatures live alongside each GitHub Release.
All platforms
Same wallet, every device.
Chrome / Edge / Brave
AvailableLoad unpacked, or install from the Chrome Web Store once listed.
awol-app_extension.zip
Firefox
Unsigned buildTemporary add-on via about:debugging, or signed XPI from the Add-ons site.
awol-app_extension.zip
Linux (x86_64)
AvailableDev CLI + headless wallet. chmod +x and run.
awol-dev-x86_64-unknown-linux-gnu
macOS (Apple Silicon)
Coming soonNotarised desktop shell is in the works — CLI ships first.
awol-dev-aarch64-apple-darwin
Windows (x86_64)
Coming soonSigned installer is in the works — CLI ships first.
awol-dev-x86_64-pc-windows-msvc.exe
Android
Coming soonGoogle Play listing in progress; sideload APK in the meantime.
awol-app.apk
iOS
Coming soonClosed TestFlight while we finish review. Request access.
TestFlight invite
Verify before you run
Reproducible builds, public checksums.
Every release publishes a SHA256SUMS file
alongside the artifacts, signed with the maintainer key. To verify a
Linux binary:
# 1. Download artifact + checksum file
curl -LO https://github.com/awolbio/coleman/releases/latest/download/awol-dev-x86_64-unknown-linux-gnu
curl -LO https://github.com/awolbio/coleman/releases/latest/download/SHA256SUMS
# 2. Verify
sha256sum --check --ignore-missing SHA256SUMS
# 3. Run
chmod +x awol-dev-x86_64-unknown-linux-gnu
./awol-dev-x86_64-unknown-linux-gnu