@aziron/atlas
v0.1.35
Published
Atlas local code-intelligence CLI. Installs the native atlas binary and uses embedded SQLite by default.
Maintainers
Readme
atlas
Installs the native atlas CLI for local code intelligence.
Atlas runs locally and uses embedded SQLite by default:
npm install -g @aziron/atlas
atlas version
atlas index .
atlas search "auth middleware"For one-off use without a global install:
npx @aziron/atlas versionThe package downloads the matching GitHub Release archive during postinstall
and exposes it as the atlas binary:
| OS | Architectures |
|----|---------------|
| macOS | x64, arm64 |
| Linux | x64, arm64 |
| Windows | x64 (arm64 is not built — the CGO cross-toolchain cannot target it) |
If the release repository is private, export GITHUB_TOKEN or GH_TOKEN with
release-asset read access before installing.
Set ATLAS_BINARY=/path/to/atlas to force the wrapper to use an existing binary.
Set ATLAS_SKIP_DOWNLOAD=1 when packaging offline and placing the binary yourself.
