Code intelligence that gives your AI agent its memory back.
Measured across real projects (Rust, TypeScript, Python, JavaScript). Same tasks. Dramatically less context consumed.
| Task | Without Julie | With Julie | Savings |
|---|---|---|---|
| Understand a file's API | ~3,000 tokens | ~300 tokens | ~90% |
| Find a function definition | ~4,000+ tokens | ~100 tokens | ~97% |
| Investigate before modifying | ~5,000+ tokens | ~200 tokens | ~96% |
| Orient on new area | ~10,000+ tokens | ~800 tokens | ~92% |
| Edit a function | ~3,000+ tokens | ~500 tokens | ~80% |
Three steps. Zero configuration.
Tree-sitter extracts symbols, relationships, and types from 33 languages
Tantivy full-text search + SQLite graph + KNN embeddings
Agent asks a question, gets exactly what it needs — no file reads
Julie doesn't just find symbols — it understands how they connect.
Graph showing process_payment at center. Called by handle_checkout, retry_payment, and batch_processor. Calls validate_card, charge_gateway, and emit_event. Transforms PaymentRequest into PaymentResult.
One call. Full picture. Zero file reads.
Every test rated by quality. Know which tests actually protect your code.
Computed at index time. Every test scored automatically.
11 pre-built workflows that combine tools into higher-level capabilities.
Also included: /explore-area, /call-trace, /logic-flow, /impact-analysis, /dependency-graph, /type-flow, /web-research, /search-debug
/web-research extends Julie's token efficiency to web content: fetch documentation or articles as markdown, index locally, then read selectively with Julie tools instead of dumping entire pages into context.
Find what you mean, not just what you typed.
GPU-accelerated embeddings. Works with CUDA, MPS, and DirectML. Falls back to CPU gracefully.
10 tools. Each one replaces dozens of file reads.
Full symbol extraction, reference graphs, and code intelligence across all of them.
After initial indexing, only changed files are re-processed — keeping your index fresh in seconds, not minutes.
A built-in web dashboard for monitoring your Julie daemon.
The daemon starts automatically when your MCP client connects. Visit http://localhost:7890 to explore.
Get started in 30 seconds.
Julie indexes your workspace automatically on first connection (~2-5s for most projects).