_____ _____ ____  ____      _    ____  _   _ ___ __  __
|_   _| ____|  _ \|  _ \    / \  |  _ \| | | |_ _|  \/  |
  | | |  _| | |_) | |_) |  / _ \ | |_) | |_| || || |\/| |
  | | | |___|  _ <|  _ <  / ___ \|  __/|  _  || || |  | |
  |_| |_____|_| \_\_| \_\/_/   \_\_|   |_| |_|___|_|  |_|

privacy-first semantic search engine

v1.5.2 // local-only // zero telemetry


Your data should never leave your machine.


Terraphim is a semantic search engine that runs entirely on your local machine. It indexes your documents using vector embeddings (all-MiniLM-L6-v2, 384 dimensions) and stores them in a local HNSW index. When you search, it finds meaning -- not just keywords. Nothing is transmitted. No API calls. No telemetry. No analytics. The binary runs, it indexes, it searches, it stops.

that's it. that's the product.


Component Function Status
terraphim-server Local HTTP API for search queries running
terraphim-indexer Document ingestion and embedding running
terraphim-ui Browser-based search interface running
terraphim-automata Role-based knowledge graph overlay ready
telemetry -- none

one command. no sign-up. no API key.

curl -sSf https://terraphim.io/install.sh | sh

or, if you don't pipe to shell (respect):

wget https://terraphim.io/install.sh
less install.sh              read it first
chmod +x install.sh
./install.sh

0 bytes sent externally
0 ms average latency
0 embedding dimensions
data retention (yours forever)