TERRAPHIM

Tracking your knowledge in real time

// ACTIVE TRACKS

Feature Tracking

Each capability tracked with precision. Real-time monitoring of your knowledge infrastructure.

Privacy-First Engine

All data processing local to your airspace. No external telemetry, no cloud dependency. Full operational sovereignty.

TRK-001 · CLEARED

Knowledge Graph

Semantic relationship mapping with Aho-Corasick automata. Concepts tracked and connected in real time across all sources.

TRK-002 · ACTIVE

Multi-Source Search

Simultaneous scanning of files, wikis, email, and task systems. BM25, TitleScorer, and graph-based ranking functions.

TRK-003 · ACTIVE

Firecracker Isolation

Sub-2-second microVM boot. Sandboxed execution with VM pooling. Untrusted code never leaves containment.

TRK-004 · STANDBY

Agent Coordination

Multi-agent system with supervisor, registry, and messaging. Goal alignment and task decomposition for complex operations.

TRK-005 · ACTIVE

MCP Integration

Model Context Protocol server for AI tool integration. Autocomplete, text processing, and thesaurus management exposed as tools.

TRK-006 · CLEARED

// SYSTEM STATUS

Operational Readiness

Search Engine: ONLINE
Knowledge Graph: LOADED
Persistence: SYNCED
LLM: LOCAL MODE
MCP Server: READY
WASM Module: COMPILED
Firecracker: STANDBY
Agents: SUPERVISED

// CONTROL TERMINAL

Direct Interface

Full operational control from the command line.

terraphim> cargo build --release
  Compiling terraphim_server v0.1.0
    Finished release [optimised] target(s)
 
terraphim> /search "knowledge graph architecture"
  [TRK-002] Found 47 matches across 5 haystacks
  [BM25] Top result: "Rolegraph Implementation" (score: 0.94)
  [GRAPH] 12 connected concepts via thesaurus path
 
terraphim> /chat "summarise the persistence layer"
  [OLLAMA] Using llama3.2:3b (local)
  The persistence layer provides multi-backend storage
  with transparent cache warm-up...
 
terraphim>

// CLEARANCE GRANTED

Ready for Departure

Take control of your knowledge infrastructure. Open source, privacy-first, built in Rust.

GitHub Documentation