Skip to content

Atomic v0.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:10

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.9.0/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.9.0/atomic-x86_64-apple-darwin.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.9.0/atomic-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

Linux (aarch64)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.9.0/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 --version

See checksums-sha256.txt for SHA-256 checksums of all artifacts.


What's Changed

  • Enhance agent functionality, improve vault operations, and add profiles by @leefaus in #106
  • feat(agent): managed lifecycle runs — keyed store, view adoption, run stamping by @vinceblock99 in #96
  • fix(repository): make set_current_view pub — dev fails to compile after #96 by @vinceblock99 in #109
  • fix(agent): sandbox turn-end silently switches the user's current_view by @vinceblock99 in #110

Full Changelog: v0.8.1...v0.9.0