AWOL
Download

Download

Pick your platform.

Every build is reproducible. Checksums and signatures live alongside each GitHub Release.

All platforms

Same wallet, every device.

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