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 onlyterraphim-ai-v1.0.2-macos-x86_64.tar.gz- Intel only
Each archive contains:
terraphim_server- Main server applicationterraphim_mcp_server- MCP integration serverterraphim-tui- Terminal user interface with REPL
๐ง Installation
macOS
# Download and extract
# Make binaries executable
# Run the TUI
# Or run the 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.mdSEARCH_ROLE_PROOF.mdFUNCTIONAL_TEST_PLAN.md