Releases
Stay up-to-date with the latest Terraphim AI releases.
Latest Release: v1.16.31
Released: 7 April 2026
Download from GitHub | GitHub Releases
Quick Install
curl -fsSL https://raw.githubusercontent.com/terraphim/terraphim-ai/main/scripts/install.sh | bash
Available Binaries
v1.16.31 ships pre-built binaries for 7 platforms:
- macOS: Apple Silicon (ARM64), Intel (x64), Universal
- Linux: x86_64 (GNU), x86_64 (MUSL), ARM64 (MUSL), ARMv7 (MUSL)
- Windows: x64
- Debian packages: amd64
Three binaries in each release:
terraphim-agent-- Interactive TUI/REPL with knowledge graph searchterraphim-cli-- CLI for automation, scripting, and JSON outputterraphim_server-- HTTP REST API server
Installation
Choose your preferred method:
# Universal installer (recommended)
curl -fsSL https://raw.githubusercontent.com/terraphim/terraphim-ai/main/scripts/install.sh | bash
# Homebrew
brew tap terraphim/terraphim && brew install terraphim-ai
# Cargo
cargo install terraphim-agent
cargo install terraphim-cli
All Releases
View complete release history on GitHub Releases.
Release Channels
Stable
Stable releases are recommended for production use. They have been thoroughly tested and are the most reliable version.
Latest Stable: v1.16.31
Development
Development releases contain the latest features and improvements but may have more bugs. Use these for testing new features.
Check the main branch for development builds.
Upgrade Guide
From Any Version to Latest
# Universal installer (recommended)
curl -fsSL https://raw.githubusercontent.com/terraphim/terraphim-ai/main/scripts/install.sh | bash
# Cargo
cargo install terraphim-agent --force
cargo install terraphim-cli --force
Configuration Compatibility
Terraphim maintains backward compatibility for configuration files across minor versions. Major version bumps (e.g., 1.x to 2.0) may require configuration updates.
Verify Your Installation
After installation or upgrade, verify your version:
terraphim-agent --version
terraphim-cli --version
Beta Testing
Want to test new features before they're released?
Join our Discord server and look for #beta-testing channel. Beta testers get early access to new features and help shape product.
Security Updates
Security updates are released as soon as they're available. Stay informed by:
- Watching the repository
- Subscribing to security advisories
- Following @alex_mikhalev on Twitter
Need Help?
If you encounter issues with a release:
- Search existing issues
- Create a new issue
- Join Discord community for support
- Visit Discourse forum for discussions