Skip to content

Releases: terraphim/terraphim-ai

v1.17.0: KG-boosted file search

03 Apr 17:26

Choose a tag to compare

What's New

KG-Boosted File Search

  • terraphim_file_search crate: New crate providing KgPathScorer that uses Aho-Corasick automata from the knowledge graph to boost file search results matching domain terms
  • MCP integration: find_files and grep_files tools in the MCP server now support KG-boosted scoring
  • Directory watcher: KgWatcher monitors thesaurus directories and hot-reloads the scorer when files change
  • Benchmarks: Criterion benchmarks for KG scoring performance

Usage Tracking

  • terraphim_usage and terraphim_ccusage crates for token tracking
  • CLI commands for querying token usage statistics

Agent Orchestration

  • MentionDetector for @agent: mention dispatch
  • OutputPoster and drain-before-drop in poll_agent_exits
  • Wall-clock timeout with fallback respawn

Improvements

  • ID types reverted from String/UUID to u64 integer for consistency
  • Custom SQLite store replaced with terraphim_persistence
  • zlob feature flag enabled in CI for faster glob matching (Zig 0.15.2)

Full Changelog: v1.16.0...v1.17.0

v1.19.0

21 Apr 14:11
3ffab74

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.37

21 Apr 21:21

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.36

21 Apr 21:05

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.35

20 Apr 18:14

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.34

14 Apr 14:26

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.33

27 Apr 11:10
1ba47b8

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

v1.16.31

07 Apr 09:09

Choose a tag to compare

Release Assets

macOS Universal Binaries (Intel + Apple Silicon)

Signed and Notarized - No Gatekeeper warnings

  • terraphim_server-universal-apple-darwin: Server binary for all Macs
  • terraphim-agent-universal-apple-darwin: TUI binary for all Macs

Server Binaries

  • terraphim_server-*: Server binaries for various platforms

TUI Binaries

  • terraphim-agent-*: Terminal UI binaries for various platforms

Desktop Applications

Desktop applications are now built and released separately in the terraphim-ai-desktop repository.

  • *.dmg: macOS desktop installer
  • *.AppImage: Linux portable desktop app
  • *.msi, *.exe: Windows desktop installers

Debian Packages

  • *.deb: Debian/Ubuntu packages for easy installation

Docker Images

  • ghcr.io/terraphim/terraphim-server:latest: Multi-arch server image

Installation

# Install via Homebrew (macOS/Linux)
brew tap terraphim/terraphim
brew install terraphim-server
brew install terraphim-agent

# Install Debian package (Ubuntu/Debian)
sudo dpkg -i terraphim-server_*.deb

# Run with Docker
docker run ghcr.io/terraphim/terraphim-server:latest

See checksums.txt for file integrity verification.

@terraphim/autocomplete v1.16.30

06 Apr 23:03

Choose a tag to compare

Node.js Package Release

Package: @terraphim/autocomplete
Version: patch
Tag: latest

Installation

npm install @terraphim/autocomplete@latest --registry=https://npm.pkg.github.com

Features

  • Autocomplete: Fast prefix search with scoring
  • Knowledge Graph: Semantic connectivity analysis
  • Native Performance: Rust backend with NAPI bindings
  • Cross-Platform: Linux, macOS, Windows support
  • TypeScript: Auto-generated type definitions

Performance

  • Autocomplete Index: ~749 bytes
  • Knowledge Graph: ~856 bytes
  • Native Library: ~10MB (optimized for production)

Links


🤖 Generated on: $(date)

@terraphim/autocomplete v1.16.29

06 Apr 22:50

Choose a tag to compare

Node.js Package Release

Package: @terraphim/autocomplete
Version: patch
Tag: latest

Installation

npm install @terraphim/autocomplete@latest --registry=https://npm.pkg.github.com

Features

  • Autocomplete: Fast prefix search with scoring
  • Knowledge Graph: Semantic connectivity analysis
  • Native Performance: Rust backend with NAPI bindings
  • Cross-Platform: Linux, macOS, Windows support
  • TypeScript: Auto-generated type definitions

Performance

  • Autocomplete Index: ~749 bytes
  • Knowledge Graph: ~856 bytes
  • Native Library: ~10MB (optimized for production)

Links


🤖 Generated on: $(date)