Terminal UI • RAG Enhanced
PLOKE
Build smarter with a graph-native view of your RUST codebase.
An intelligent TUI that parses Rust code in parallel and transforms it into a fully queryable knowledge graph. Powered by CozoDB. Built in Rust - by Rust devs, for Rust devs.
What Ploke can do:
- 🧠Identify bottlenecks and inefficient code paths
- 🪛Suggest refactors based on static and semantic analysis
- 🔄Keep context across terminal queries
- ⚡Works offline with your local codebase
Code Graph Analysis
Static Analysis
Conversation Tree

Meet Ploki
Your AI coding companion
Ploki understands your code structure and helps you write better, faster code with intelligent suggestions.
Smart AnalysisContext AwareLightning Fast
ploke-ai
$ ploke: Where is the trait implemented for MyStruct?
🔍 Searching your codebase...
✅ Found 2 trait impls for `MyStruct`
1. impl Display for MyStruct (src/display.rs:12)
2. impl Serialize for MyStruct (src/json.rs:4)