Skip to main content

Releases

Atlas Claw binaries are distributed as platform-specific archives.

Current release

v0.1.0 — Initial release
BinaryLinux x86_64Linux aarch64
atlasDownloadDownload
atlas-bootstrapDownloadDownload
atlas-relayDownloadDownload
macOS and Windows builds are coming in a future release.

Verifying downloads

Every archive has a corresponding .sha256 checksum file:
# Download and verify
curl -sL https://releases.atlas-claw.xyz/releases/v0.1.0/atlas-0.1.0-x86_64-unknown-linux-gnu.tar.xz -o atlas.tar.xz
curl -sL https://releases.atlas-claw.xyz/releases/v0.1.0/atlas-0.1.0-x86_64-unknown-linux-gnu.tar.xz.sha256 -o atlas.tar.xz.sha256
sha256sum -c atlas.tar.xz.sha256

Install from archive

tar -xJf atlas.tar.xz
sudo mv atlas-0.1.0-x86_64-unknown-linux-gnu/atlas /usr/local/bin/
atlas --version

Included binaries

BinaryPurpose
atlasMain CLI — identity, networking, zones, wallet, configuration
atlas-bootstrapPeer discovery service (in-memory registry)
atlas-relayNAT traversal relay (encrypted stream forwarding)

Default configuration

New installations come pre-configured with:
  • Bootstrap: 72.61.149.40:4435
  • Relay: 72.61.149.40:4434
  • Network: Base Testnet (switch to mainnet with atlas wallet set-network mainnet)
  • Reporting: Disabled by default (enable with atlas config set reporting.enabled true)