|
| 1 | +# π Terraphim AI v1.0.0 - Major Release |
| 2 | + |
| 3 | +## β¨ Highlights |
| 4 | + |
| 5 | +First major release of Terraphim AI featuring a complete desktop application with system tray support, auto-updater, and comprehensive AI-powered search capabilities. |
| 6 | + |
| 7 | +## π What's New |
| 8 | + |
| 9 | +### Desktop Application (Tauri) |
| 10 | +- **System Tray Support**: Persistent menu bar icon with quick access |
| 11 | +- **Auto-Updater**: Automatic update checks with cryptographic signing |
| 12 | +- **Global Shortcuts**: System-wide hotkey (Ctrl+Shift+T) |
| 13 | +- **Configuration Wizard**: Easy setup for new users |
| 14 | +- **Knowledge Graph Visualization**: Interactive graph view |
| 15 | +- **Chat Interface**: AI-powered chat with OpenRouter integration |
| 16 | +- **Atomic Server Integration**: Save and manage articles |
| 17 | +- **1Password Support**: Secure credential management |
| 18 | + |
| 19 | +### Command Line Tools |
| 20 | +- **terraphim_server**: HTTP API server with multiple search algorithms |
| 21 | +- **terraphim-tui**: Terminal interface with REPL support |
| 22 | + |
| 23 | +### Core Features |
| 24 | +- β
162/162 unit tests passing |
| 25 | +- β
All dependencies updated to v1.0.0 |
| 26 | +- β
Multiple search algorithms (BM25, TitleScorer, TerraphimGraph) |
| 27 | +- β
Knowledge graph operations |
| 28 | +- β
Persistence layer with multiple backends |
| 29 | +- β
MCP server integration |
| 30 | + |
| 31 | +## π¦ Downloads |
| 32 | + |
| 33 | +### macOS (Apple Silicon) |
| 34 | + |
| 35 | +| Application | Size | Description | |
| 36 | +|------------|------|-------------| |
| 37 | +| **[TerraphimDesktop_v1.0.0_aarch64.dmg](https://github.com/terraphim/terraphim-ai/releases/download/v1.0.0/TerraphimDesktop_v1.0.0_aarch64.dmg)** | 30MB | Complete desktop app installer | |
| 38 | +| **[terraphim_server_macos_aarch64](https://github.com/terraphim/terraphim-ai/releases/download/v1.0.0/terraphim_server_macos_aarch64)** | 15MB | Standalone server binary | |
| 39 | +| **[terraphim-tui_macos_aarch64](https://github.com/terraphim/terraphim-ai/releases/download/v1.0.0/terraphim-tui_macos_aarch64)** | 10MB | Terminal interface binary | |
| 40 | + |
| 41 | +### Installation |
| 42 | + |
| 43 | +#### Desktop App |
| 44 | +1. Download `TerraphimDesktop_v1.0.0_aarch64.dmg` |
| 45 | +2. Double-click to mount |
| 46 | +3. Drag Terraphim Desktop to Applications |
| 47 | +4. First launch: Right-click β Open (to bypass Gatekeeper) |
| 48 | + |
| 49 | +#### Command Line Tools |
| 50 | +```bash |
| 51 | +# Server |
| 52 | +chmod +x terraphim_server_macos_aarch64 |
| 53 | +./terraphim_server_macos_aarch64 --help |
| 54 | + |
| 55 | +# TUI |
| 56 | +chmod +x terraphim-tui_macos_aarch64 |
| 57 | +./terraphim-tui_macos_aarch64 --help |
| 58 | +``` |
| 59 | + |
| 60 | +## π§ System Requirements |
| 61 | + |
| 62 | +- **macOS**: 10.15+ (Catalina or later) |
| 63 | +- **Architecture**: ARM64 (Apple Silicon M1/M2/M3) |
| 64 | +- **Memory**: 4GB RAM minimum |
| 65 | +- **Storage**: 500MB free space |
| 66 | + |
| 67 | +## π Known Issues |
| 68 | + |
| 69 | +- First launch requires Gatekeeper bypass (right-click β Open) |
| 70 | +- Apps are ad-hoc signed (not notarized) |
| 71 | +- Windows and Linux builds coming in future releases |
| 72 | + |
| 73 | +## π Contributors |
| 74 | + |
| 75 | +Thanks to all contributors who made this release possible! |
| 76 | + |
| 77 | +## π License |
| 78 | + |
| 79 | +Apache-2.0 |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +**Full Changelog**: https://github.com/terraphim/terraphim-ai/compare/v0.2.3...v1.0.0 |
0 commit comments