Privacy-first AI, developed in your own darkroom
Each feature, carefully developed from the negative.
All processing happens locally. Your data never leaves your machine, never touches a cloud. Like a sealed darkroom, nothing escapes.
Semantic relationships built from your documents. Concepts connect to concepts, forming a rich lattice of understanding unique to your domain.
Search across local files, wikis, email, and task managers simultaneously. One query, every haystack, ranked by relevance.
Run Ollama or other local models. AI-powered summarisation and chat without sending a single byte off your device.
Confluence, Jira, Discourse, JMAP email, Quickwit -- plug in any data source. The system adapts to your workflow.
Full TUI with interactive REPL. Search, chat, and manage knowledge graphs without leaving your terminal.
A proof overview of every capability.
Developer-ready. Inspect the negative.
# Build the darkroom
cargo build --release
# Start the server
cargo run -- --config terraphim_engineer_config.json
# Run the TUI
./target/release/terraphim-agent
# Search your knowledge
/search "privacy-first architecture"
Your knowledge, your machine, your control. Begin developing.