Terraphim AI v1.0.0 Release Notes
π First Major Release
This is the first major release of Terraphim AI, featuring a complete desktop application with auto-update capabilities, RAG workflows, and LLM integration.
β¨ Key Features
Desktop Application
- Tauri Desktop: Native cross-platform desktop application
- Auto-Update: Signed updates with automatic installation
- System Tray: Background operation with system tray integration
AI & Search
- RAG Workflow: Retrieval-Augmented Generation for contextual AI responses
- LLM Integration: Support for OpenRouter and Ollama
- Semantic Search: Knowledge graph-based search across multiple sources
- MCP Server: Model Context Protocol for AI tool integration
Infrastructure
- Docker Compose: Production-ready deployment with UID/GID management
- TUI Interface: Terminal user interface for server-less operation
- Multiple Haystacks: Search across local files, Notion, email, and more
π¦ Installation
Desktop Application (Recommended)
Download the appropriate installer for your platform from the releases page:
- macOS:
Terraphim.Desktop_1.0.0_x64.dmg - Windows:
Terraphim.Desktop_1.0.0_x64_en-US.msi - Linux:
terraphim-ai-desktop_1.0.0_amd64.debor.AppImage
Docker
π Auto-Update Configuration
This release includes signed updates. The desktop app will automatically check for and download updates.
For maintainers: To sign future releases, set the TAURI_PRIVATE_KEY GitHub secret with the value referenced in docs/TAURI_KEYS_1PASSWORD.md (private key).
π§ Configuration
Environment Variables
# For signed releases (maintainers only)
Docker Environment
The .env file is auto-generated with your UID/GID for proper file permissions.
π Documentation
π Known Issues
- PR #277 (Code Assistant) - Pending CI fixes
- PR #268 (TUI/REPL build) - Needs investigation
- Server build requires frontend dependencies preinstalled
π Upgrading
From v0.x
This is a breaking change release. Please backup your configuration before upgrading.
Auto-Update
Desktop app users will be prompted automatically when v1.0.1+ is released.
π€ Contributing
See CONTRIBUTING.md for development guidelines.
π License
Apache-2.0 - See LICENSE for details.
π Acknowledgments
Thanks to all contributors who made this release possible!
Next Steps:
- Download and install the desktop app
- Configure your haystacks
- Start searching and chatting with your knowledge base
- Join our community discussions
Support: Open an issue on GitHub for bugs or feature requests.