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