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