FIND YOUR WAY

A privacy-first AI assistant that cuts through information noise. Semantic search powered by knowledge graphs, running on your device.

Features

Navigate the waters of information overload with precision tools that never compromise your privacy.

Local by design

All indexing, search, and inference runs on your machine. Zero cloud dependencies, zero telemetry, zero data leakage.

Knowledge graphs

Build structured relationships using thesauri and Aho-Corasick automata. Queries expand semantically through concept paths.

Multi-source search

Index local files, Confluence, Discourse, email, and task trackers. Unified results ranked by BM25 or graph relevance.

Role contexts

Each role has its own graph, sources, and ranking preferences. Switch between engineering, research, and operations instantly.

Rust performance

Async Rust on Tokio. Desktop via Tauri, terminal REPL, HTTP API, and WASM for browser autocomplete. Memory-safe throughout.

AI integration

Optional Ollama or OpenRouter for summarisation, chat, and document descriptions. The system works fully without AI.

Set sail

Clone, build, and run. Your private navigation system in minutes.

git clone https://github.com/terraphim/terraphim-ai cd terraphim-ai cargo build --release cargo run --release -- --config terraphim_engineer_config.json