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