Fast local code intelligence for humans and AI agents.
Lexa turns a codebase into a portable, queryable graph for search, context, dependency tracing, and hash-aware edits. Index once, query from the CLI, your editor, or an MCP client.
curl -fsSL https://raw.githubusercontent.com/anvia-hq/lexa/main/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/anvia-hq/lexa/main/install.ps1 | iexlexa index .
lexa text-search "handle_request" --scope
lexa symbol-search "createAgent"
lexa outline src/main.rs
lexa audit
lexa mcp .Full documentation: lexa.anvia.dev
cargo fmt -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
cargo build --releaseMIT
