Terraphim AI v1.0.2 - Multi-Platform Release

Release Date: November 5, 2025

๐ŸŽ‰ Highlights

This release includes comprehensive testing validation and multi-platform binary support for Terraphim AI.

โœ… What's New

Comprehensive Testing & Validation

  • 100% TUI REPL functionality verified - All 14 commands tested and working
  • Role switching confirmed functional - Different search algorithms per role
  • Search functionality validated - Proper result ranking and scoring
  • Complete test documentation created with evidence of functionality

Multi-Platform Support

  • macOS Universal Binary - Single binary works on both Intel and Apple Silicon
  • macOS ARM64 (M1/M2/M3) - Native Apple Silicon support
  • macOS x86_64 - Intel Mac support

๐Ÿ“ฆ Available Downloads

macOS

  • terraphim-ai-v1.0.2-macos-universal.tar.gz - Universal binary (Intel + Apple Silicon)
  • terraphim-ai-v1.0.2-macos-aarch64.tar.gz - Apple Silicon only
  • terraphim-ai-v1.0.2-macos-x86_64.tar.gz - Intel only

Each archive contains:

  • terraphim_server - Main server application
  • terraphim_mcp_server - MCP integration server
  • terraphim-tui - Terminal user interface with REPL

๐Ÿ”ง Installation

macOS

# Download and extract
tar -xzf terraphim-ai-v1.0.2-macos-universal.tar.gz

# Make binaries executable
chmod +x terraphim_server terraphim_mcp_server terraphim-tui

# Run the TUI
./terraphim-tui repl

# Or run the server
./terraphim_server

๐Ÿงช Tested Features

TUI REPL Commands (All Working)

  • /help - Display help menu โœ…
  • /role list - List available roles โœ…
  • /role select - Switch between roles โœ…
  • /config show - Display configuration โœ…
  • /search - Search documents โœ…
  • /chat - Chat with AI โœ…
  • /graph - Show knowledge graph โœ…
  • /thesaurus - Show thesaurus โœ…
  • /autocomplete - Autocomplete terms โœ…
  • /extract - Extract paragraphs โœ…
  • /find - Find matches โœ…
  • /replace - Replace matches โœ…
  • /summarize - Summarize content โœ…
  • /quit - Exit REPL โœ…

Role System

  • Default Role - Basic title-based search
  • Rust Engineer - Configured for Rust documentation
  • Terraphim Engineer - Advanced graph embeddings with knowledge graph

Search Functionality

  • Different scoring algorithms per role
  • Proper result ranking
  • Knowledge graph integration (Terraphim Engineer role)

๐Ÿ› Bug Fixes Since v1.0.1

  • Fixed system tray synchronization with role selector
  • Improved error handling for missing parameters
  • Enhanced search result scoring accuracy

๐Ÿ“ Documentation

  • Created comprehensive testing reports
  • Added multi-platform build documentation
  • Updated role configuration documentation

๐Ÿ”„ Known Issues

  • Desktop app has a Svelte dependency issue (fix coming in v1.0.3)
  • Linux and Windows cross-compilation requires Docker (manual build needed)

๐Ÿš€ Coming in v1.0.3

  • Desktop app fixes for all platforms
  • Linux native binaries
  • Windows native binaries
  • Improved cross-compilation support

๐Ÿ“Š Test Coverage

  • TUI REPL: 100% commands tested
  • Server API: Core endpoints validated
  • Role System: Full functionality verified
  • Search: Multiple algorithm testing complete

๐Ÿ™ Credits

Built with Rust, Tauri, Svelte, and the power of knowledge graphs.


For detailed testing results, see:

  • TUI_VERIFICATION_REPORT.md
  • SEARCH_ROLE_PROOF.md
  • FUNCTIONAL_TEST_PLAN.md