Skip to content

anvia-hq/lexa

Lexa

License: MIT Rust Status

Lexa open source banner

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.

Install

curl -fsSL https://raw.githubusercontent.com/anvia-hq/lexa/main/install.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/anvia-hq/lexa/main/install.ps1 | iex

Quick Start

lexa index .
lexa text-search "handle_request" --scope
lexa symbol-search "createAgent"
lexa outline src/main.rs
lexa audit
lexa mcp .

Docs

Full documentation: lexa.anvia.dev

Development

cargo fmt -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
cargo build --release

License

MIT

About

Lexa - Fast local code intelligence for humans and AI agents. Lexa turns a codebase into a portable, queryable graph so every tool can work from the same stable view of the project.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors