Installation
Download the binary for your platform below, extract it, and add it to your PATH.
macOS (Apple Silicon)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-aarch64-apple-darwin.tar.gz | tar xz
sudo mv atomic /usr/local/bin/macOS (Intel)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-x86_64-apple-darwin.tar.gz | tar xz
sudo mv atomic /usr/local/bin/Linux (x86_64, statically linked — works on any Linux including Ubuntu 20.04+)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-x86_64-unknown-linux-musl.tar.gz | tar xz
sudo mv atomic /usr/local/bin/Linux (x86_64, glibc — requires glibc 2.28+)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv atomic /usr/local/bin/Linux (aarch64, statically linked — works on any Linux)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-aarch64-unknown-linux-musl.tar.gz | tar xz
sudo mv atomic /usr/local/bin/Linux (aarch64, glibc — requires glibc 2.28+)
curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.18.3/atomic-aarch64-unknown-linux-gnu.tar.gz | tar xz
sudo mv atomic /usr/local/bin/Windows (x86_64)
Download atomic-x86_64-pc-windows-msvc.zip, extract, and add to your PATH.
Verify
atomic --versionSee checksums-sha256.txt for SHA-256 checksums of all artifacts.
What's Changed
- fix(insert): cross-view insert no longer reverse-deletes a visible occupant by @graywolf336 in #195
- fix: chunk provenance envelope appends under the owner frame limit by @geekgonecrazy in #198
- Fix/occupant baseline visible owners by @leefaus in #206
- fix(switch): keep name-conflicted files that are in the target view's inherited state by @graywolf336 in #199
- fix(agent): record session-touched deletions after plugin claim loss by @geekgonecrazy in #201
- fix(record): resolve name conflicts as namespace patches by @graywolf336 in #203
- fix(view): --parent creates a draft (overlay) child — never an empty shared view by @graywolf336 in #200
- chore(harness): renumber 39_view_switch → 42 (unique suite numbers) by @graywolf336 in #208
- fix(cli): support safe unrecord by hash or prefix by @vinceblock99 in #196
- refactor(change): use the shared case-insensitive hash-prefix resolver by @graywolf336 in #209
Full Changelog: v0.18.2...v0.18.3