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.deb or .AppImage

Docker

docker pull ghcr.io/terraphim/terraphim-ai:v1.0.0
docker-compose up -d

πŸ” 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)
// pragma: allowlist secret
export TAURI_PRIVATE_KEY="your_private_key"
export TAURI_KEY_PASSWORD="optional_password"

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:

  1. Download and install the desktop app
  2. Configure your haystacks
  3. Start searching and chatting with your knowledge base
  4. Join our community discussions

Support: Open an issue on GitHub for bugs or feature requests.