0.2.1-alpha - 2026-06-17
Pre-release
Pre-release
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-13runner that built the Intel-macOS wheel sat queued indefinitely
(the runner is being deprecated), blocking the publish job. Both macOS wheels
now build on themacos-14(arm64) runner — x86_64 via cross-compile (Apple's
SDK is universal) — sopip install --pre atlas-mappublishes 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(defaultauto); honors theNO_COLORconvention. - Shell completions.
atlas --completions <bash|zsh|fish|powershell|elvish>
prints a completion script to stdout (e.g.atlas --completions zsh > ~/.zfunc/_atlas). Adds theclap_completedependency.
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 | shDownload 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 |