Releases
Stay up-to-date with the latest Terraphim AI releases.
Latest Release: v2026.05.18.2
Released: 18 May 2026
Download from GitHub | GitHub Releases
Quick Install
curl -fsSL https://raw.githubusercontent.com/terraphim/terraphim-ai/main/scripts/install.sh | bash
Available Binaries
v2026.05.18.2 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
New in This Release
RLM CLI & MCP Integration
- New
terraphim_rlmCLI binary with 6 commands (code, bash, query, context, snapshot, status) - MCP server RLM integration via process spawning
Security
- RUSTSEC-2026-0049 eliminated (serenity → native-tls)
- UMLS deserialize_unchecked trust boundary enforcement
- UTF-8 char-boundary panic fixed in KG snippet extraction
- Credential fields redacted from Debug output across config structs
Agent Improvements
- Session search with Tantivy/BM25 ranking
- Robot mode with JSON format output support
- Token budget flags wired to Search command
- ResponseMeta extended with query and role fields
Orchestrator
- ADF fleet with webhook/email/push operations
- Rate-limit backoff enabled by default
- Global concurrency limits enforced
- Provider probe timeout increased to 120s
Quality & Testing
- Kendall-tau snapshot tests for ranking regression prevention
- cargo-nextest per-test slow-timeout support
- Rustdoc coverage complete across all crates
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 --features repl-full
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: v2026.05.18.2
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 --features repl-full --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
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