-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
TitanX ships as an Electron desktop app. Three paths below — pick the one that matches your OS.
-
Download the latest arm64 build:
- TitanX-2.5.1-mac-arm64.dmg (254 MB)
-
Open the DMG, drag TitanX.app to Applications.
-
First launch requires a workaround — our builds aren't Apple-notarized (open-source + no paid Developer ID), so Gatekeeper flags them. Two ways to proceed:
Option A (recommended): right-click
TitanX.app→ Open → confirm "Open" on the dialog. macOS remembers this choice.Option B (CLI):
xattr -cr /Applications/TitanX.app open /Applications/TitanX.app
- Download TitanX-2.5.1-mac-x64.dmg (248 MB) instead.
- Follow the same steps as above.
shasum -a 256 ~/Downloads/TitanX-2.5.1-mac-arm64.dmg
# Compare against the SHA256 in the GitHub release page# Download
curl -LO https://github.com/CES-Ltd/TitanX/releases/latest/download/TitanX-2.5.1.AppImage
# Make executable
chmod +x TitanX-2.5.1.AppImage
# Launch
./TitanX-2.5.1.AppImagecurl -LO https://github.com/CES-Ltd/TitanX/releases/latest/download/TitanX_2.5.1_amd64.deb
sudo apt install ./TitanX_2.5.1_amd64.debcurl -LO https://github.com/CES-Ltd/TitanX/releases/latest/download/TitanX-2.5.1.x86_64.rpm
sudo rpm -i TitanX-2.5.1.x86_64.rpmA one-shot script covering AppImage + desktop-file integration lives in the main repo:
curl -fsSL https://raw.githubusercontent.com/CES-Ltd/TitanX/main/scripts/install-ubuntu.sh | bash
⚠️ Windows builds are not currently shipped as release artifacts. The codebase supports Windows (Electron-based, cross-platform), but v2.5.1 publishes macOS + Linux only. Windows users can build from source today — see Development Setup. First-class Windows installers (MSI + NSIS) are on the roadmap for v2.6.
Useful for contributors, Windows users, or anyone pinning to a specific commit.
-
Bun ≥ 1.2 (
curl -fsSL https://bun.sh/install | bash) - Node ≥ 20 (only for electron-vite's native-module pipeline)
- Git
-
Build toolchain for your platform (Xcode Command Line Tools on macOS,
build-essentialon Linux, MSVC on Windows)
git clone https://github.com/CES-Ltd/TitanX.git
cd TitanX
bun install
bun run build # Produces installers in out/
# OR
bun run start # Launches dev build with hot reloadArtifacts land in out/:
- macOS:
.dmg+.zip - Linux:
.AppImage+.deb+.rpm - Windows:
.exe(NSIS) +.msi
Once TitanX launches cleanly, head to First Launch to walk through the initial setup wizard and pick your first LLM.
-
"TitanX is damaged and can't be opened" on macOS → ran
xattr -crabove? If still stuck, checkconsole.appfor the actual reason. -
App quits silently on Linux → run from terminal to see the stderr; most common cause is a missing system library (
libgtk-3-0,libnss3). -
Gatekeeper after
xattr -cr→ upgrade to macOS 15+ or see Troubleshooting#macos-gatekeeper-still-blocking.
All platform-specific install errors live in Troubleshooting.
TitanX · Enterprise AI Agent Orchestration · Apache-2.0
Docs: Wiki · Technical docs · Releases · Security
Last updated for v2.5.1 — report doc issue · contribute to the wiki
📖 Getting Started
🧩 Core Concepts
- Architecture Overview
- Agents and Teams
- Agent Gallery and Templates
- ACP Runtimes
- MCP Servers
- Workspaces
- Reasoning Bank
👤 End-User Guides
- Hiring Agents from the Gallery
- The Sprint Board
- Conversations and Chat UI
- Using Custom Assistants
- Skills Hub
- Cron and Scheduled Tasks
- Observability
- Caveman Mode
🌐 Fleet Mode
- Fleet Mode Overview
- Master Setup Guide
- Slave Enrollment
- Agent Farm Setup
- Publishing Agent Templates
- Command Center
- Device Forensics and Revocation
🌙 Dream Mode
- Dream Mode Overview
- Enabling Dream Mode
- Dream Pass Internals
- Consolidated Learnings Dashboard
- Privacy and Redaction
🔒 Security
- Security Model
- IAM Policies
- Audit Logging
- Device Identity and Signing
- Secrets Management
- Compliance and Data Residency
🛠 Developer
- Development Setup
- Project Structure
- Code Conventions
- Testing
- Adding an ACP Runtime
- Adding an MCP Server
- Pull Request Workflow
📘 Reference
- Configuration Keys
- Environment Variables
- IPC Channels
- Database Schema
- Fleet Command Types
- Telemetry Shape
- CLI and Keyboard Shortcuts
❓ Help
🔗 Outside the wiki
v2.5.1 · 50+ pages · Contribute