Skip to content

Commit 9f44b21

Browse files
committed
chore: add compressed app bundles and GitHub release notes
1 parent bf2791f commit 9f44b21

4 files changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
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
922 KB
Binary file not shown.
6.7 MB
Binary file not shown.
4.58 MB
Binary file not shown.

0 commit comments

Comments
Β (0)