Skip to content

0.2.1-alpha - 2026-06-17

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:07

Install

pipx install --pre atlas-map     # Python — now live on PyPI
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fkenmar/atlas/releases/download/v0.2.1-alpha/atlas-installer.sh | sh
cargo install --path .           # from source

Recommended alpha. Includes everything from v0.2.0-alpha — the symbol index (−65.2% comprehension tokens at 20/20 accuracy) — and it's the first version whose pip wheels publish cleanly (atlas-map on PyPI).


Release Notes

Terminal polish, and the fix that makes the pip publish actually land.

Fixed

  • PyPI macOS x86_64 wheel. The publish pipeline stalled on v0.2.0-alpha: the
    macos-13 runner that built the Intel-macOS wheel sat queued indefinitely
    (the runner is being deprecated), blocking the publish job. Both macOS wheels
    now build on the macos-14 (arm64) runner — x86_64 via cross-compile (Apple's
    SDK is universal) — so pip install --pre atlas-map publishes reliably.

Added

  • Colorized terminal output. When stdout is a terminal, the Markdown map is
    ANSI-colorized for scannability — bold-cyan header, bold-blue file paths, dim
    rank/dependency/footer detail, tinted declaration keywords. It's a display-only
    layer: piped output stays plain (so feeding the map to an agent or a file
    is unaffected), and the token count/determinism are untouched. Controlled by
    --color auto|always|never (default auto); honors the NO_COLOR convention.
  • Shell completions. atlas --completions <bash|zsh|fish|powershell|elvish>
    prints a completion script to stdout (e.g. atlas --completions zsh > ~/.zfunc/_atlas). Adds the clap_complete dependency.

Install atlas 0.2.1-alpha

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fkenmar/atlas/releases/download/v0.2.1-alpha/atlas-installer.sh | sh

Download atlas 0.2.1-alpha

File Platform Checksum
atlas-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
atlas-x86_64-apple-darwin.tar.xz Intel macOS checksum
atlas-x86_64-pc-windows-msvc.zip x64 Windows checksum
atlas-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
atlas-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum