Knowledge Graphs
Aho-Corasick automata build semantic graphs from your documents, enabling concept-level search across all your knowledge.
Privacy-first semantic search. Knowledge graphs on your device. Nothing leaves your machine.
Aho-Corasick automata build semantic graphs from your documents, enabling concept-level search across all your knowledge.
Everything runs locally. No cloud dependency, no data exfiltration. Your knowledge stays on your device.
Confluence, Jira, Discourse, email, local files, Quickwit -- one query, all your sources, ranked by relevance.
Each role has its own knowledge graph, haystacks, and relevance function. Switch contexts instantly.
Model Context Protocol server exposes autocomplete, text matching, and graph connectivity as AI tools.
Secure command execution in microVMs. Sub-2-second boot. Sandbox untrusted code without overhead.
Native app built with Svelte, TypeScript, and Tauri. Real-time search, graph visualisation, and config management.
OpenRouter and Ollama integration for summarisation, chat completion, and intelligent descriptions.
# Clone and build
git clone https://github.com/terraphim/terraphim-ai
cd terraphim-ai
cargo build --release
# Start the server
cargo run --release -- --config terraphim_engineer_config.json
# Start the desktop frontend
cd desktop && yarn install && yarn dev
# Or launch the TUI
cargo build -p terraphim_tui --features repl-full --release
./target/release/terraphim-agent
# Start MCP for AI tool integration
cd crates/terraphim_mcp_server
./start_local_dev.sh
# Tools: autocomplete_terms, find_matches,
# replace_matches, load_thesaurus,
# is_all_terms_connected_by_path
Point your telescope at the source. Privacy-first, local-first, yours.