This is the official Homebrew tap for Terraphim AI tools.
# Add the tap
brew tap terraphim/terraphim
# Install tools
brew install terraphim-server # HTTP API server
brew install terraphim-agent # Interactive TUI/REPL| Formula | Description |
|---|---|
terraphim-server |
Privacy-first AI assistant HTTP server with semantic search |
terraphim-agent |
Interactive TUI and REPL for semantic knowledge graph search |
# Start the server
terraphim_server
# Run as a background service
brew services start terraphim-server
# Check status
brew services info terraphim-serverThe server will be available at http://localhost:8000.
# Start interactive REPL
terraphim-agent
# Available commands:
# /help - Show all commands
# /search "query" - Semantic search
# /chat "message" - AI conversationConfiguration files are installed to:
- Server:
$(brew --prefix)/etc/terraphim/
brew update
brew upgrade terraphim-server terraphim-agentTo install the latest development version:
brew install --HEAD terraphim-server
brew install --HEAD terraphim-agentEnsure OpenSSL is properly linked:
brew reinstall openssl@3
export PKG_CONFIG_PATH="$(brew --prefix openssl@3)/lib/pkgconfig"
brew reinstall terraphim-serverCurrent builds are unsigned. To allow execution:
# Right-click the app and select "Open", or:
xattr -d com.apple.quarantine $(which terraphim_server)Note: Signed and notarized binaries are coming soon!
Apache-2.0