Quick install
curl -sSf https://atomic.bond/install | shDetects your OS and architecture, downloads the right binary, places it in /usr/local/bin.
Supported platforms
| Platform | Architecture | Binary |
|---|---|---|
| Linux | x86_64 | atomic-x86_64-unknown-linux-musl |
| Linux | aarch64 | atomic-aarch64-unknown-linux-musl |
| macOS | Intel | atomic-x86_64-apple-darwin |
| macOS | Apple Silicon | atomic-aarch64-apple-darwin |
Linux binaries are statically linked (musl). No dependencies.
Build from source
git clone https://github.com/plotondev/atomic.git
cd atomic
cargo build --releaseThe binary is at target/release/atomic.
Verify installation
atomic --versionUninstall
rm /usr/local/bin/atomic
rm -rf ~/.atomic