Atlas — local code intelligence for developers and AI agents

Atlas indexes repositories locally and returns focused, source-grounded context about symbols, callers, references, routes, and change impact through CLI, MCP, and HTTP.

GitHub · Download v0.1.46 · Benchmark data (JSON)

Get started

Install with brew install --cask aziron-ai/atlas/atlas or from the public npm registry with npm install -g @aziron/atlas. The installation guide also covers the authenticated GitHub Packages coordinate. Then run atlas index ., inspect readiness with atlas status, and preview assistant setup with atlas bootstrap --dry-run.

Product documentation

Headline results — Benchmark & Field Comparison — July 2026

Atlas vs Graphify — scorecard

MetricAtlasGraphifyAdvantageEvidence
Answer accuracy (F1)0.7570.539+40%fixtures · 37 langs
Query latency7.4 ms128 ms17× fasterreal repos · 36 langs
Query tokens (per answer)2.692.836× fewerreal repos · 36 langs
Answer context size21.2 tok96 tok4.5× smallerfixtures · 37 langs
Cold index build0.62 s1.39 s2.3× fasterreal repos · 36 langs
Incremental re-index0.10 s1.39 s14× fasterreal repos · Graphify rebuilds fully
Call edges extracted9,1571,1617.9× morereal repo · typelevel/cats
Coverage vs native AST100.2%100%parityreal repo · cats (tree-sitter)

What a real agent actually spends — Agent-harness token benchmark — 2026-07-10

Claude Code and OpenAI Codex, run headless in sirupsen/logrus (@a23d315) and restricted to one code-intelligence CLI per run; token numbers are each harness's own usage accounting over 19 caller questions with gopls call_hierarchy (LSP-truth), frozen at the pinned commit. Cross-agent absolute totals are not comparable — the two harnesses use different tokenizers and system-prompt floors (see each agent's calibration). Compare modes within an agent.

AgentContext sourceMean total tokensMean tool callsMean F1
claude (claude-sonnet-5)Atlas61,56120.882
claude (claude-sonnet-5)No tool (raw exploration)144,3854.90.569
claude (claude-sonnet-5)Graph tool370,89810.30.305
codex (gpt-5.6-sol)Atlas27,98110.881
codex (gpt-5.6-sol)No tool (raw exploration)48,1062.10.876
codex (gpt-5.6-sol)Graph tool109,6629.60.410

Reproducible from any machine: the suite ships in agent-bench/ (pinned commit, frozen gopls question set, isolation flags baked in); per-run records in AGENT_TOKEN_BENCH_PUBLIC.json.

The --detail knob

Retrieval operations floor at high — an agent is never handed a truncated, and therefore wrong, caller list.

LevelWhat the agent seesTokensF1
--detail lowname + location stub30.00
--detail medium+ signatures / explained names200.67
--detail high (default)full uncapped caller list210.76
--detail xhigh+ stable IDs, docs, scores2880.76

Language maturity ladder — 40 code languages

Levels reflect validation depth, not just support — an L2 language still indexes and searches; it simply has not reached verified call-graph resolution. Atlas also indexes ~24 content formats (JSON, YAML, HTML, PDF, …) for search.

LevelMeaningLanguages
L5 — Reference-validatedcall graph cross-checked against an LSP server or SCIP indexerC, C++, Dart, Fortran, Go, Java, JavaScript, Lua, PHP, Python, Rust, TypeScript, Zig
L4 — Real-repo call graphwho-calls resolved and proven on a real repositoryApex, Astro, C#, Elixir, ETS, Groovy, Julia, Kotlin, R, Scala, SQL, Svelte, Swift, Verilog, Vue, Bash (pending real-repo proof), Blade (pending real-repo proof), BYOND (pending real-repo proof), EJS (pending real-repo proof), Objective-C (pending real-repo proof), Pascal (pending real-repo proof), PowerShell (pending real-repo proof), Razor (pending real-repo proof), Ruby (pending real-repo proof)
L2 — Real-repo testedruns on real code; call graph not yet resolvedDelphi, Terraform
L1 — Indexedparsed and symbols extractedP4

Install

Homebrew: brew install --cask aziron-ai/atlas/atlas · npm: npm install -g @aziron/atlas · Linux: tar.gz / .deb / .rpm / .apk from releases. Then atlas index . and atlas mcp --transport stdio for agents.

Every number above is reproducible from the committed artifacts under data/. This static digest is replaced by the interactive page when JavaScript is available.

Community

Atlas - Local code intelligence for developers and AI assistants | Product Hunt