AI brains for the Aide editor, running locally
Top 56.7% on sourcepulse
Sidecar is the AI backend for the Aide code editor, providing local, on-machine intelligence for prompt generation and LLM interaction. It's designed for developers seeking to integrate advanced AI capabilities directly into their coding workflow without relying on external cloud services.
How It Works
Sidecar leverages a modular architecture with distinct components: tool_box.rs
for AI tool management, a symbol/
directory for granular code understanding (from files to functions), and repomap
which generates a repository map using a PageRank-like algorithm for code symbol analysis. This approach allows for flexible and context-aware AI assistance tailored to individual codebases.
Quick Start & Requirements
cargo build --bin webserver
and run it with ./target/debug/webserver
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The inline completion features are noted as not actively maintained, though contributions are welcomed. The AGPLv3 license requires careful consideration for commercial use cases.
2 months ago
1 day