Downloads
Get RooAGI running locally: Lint-AI for agent memory, AgentFlow for agent execution, and the MCP Server for exposing tools to any agent.
Remember
Lint-AI
Memory for Claude Code, Codex, Gemini CLI, and Antigravity CLI (AGY). Open source, Apache-2.0, built in Rust. Ships as release binaries and as source you can build yourself.
# build from source
git clone https://github.com/RooAGI/Lint-AI.git
cd Lint-AI && cargo build --release
Run
AgentFlow
The execution runtime behind Agent Builder — a Python SDK for running graphs of agent nodes, tools, and edges. Distributed as prebuilt wheels on GitHub Releases.
Python support
3.10 – 3.13
Platforms
macOS (ARM64), Linux (x86_64)
Download the wheel matching your Python version and platform from the releases page, then pip install <wheel file>.
Connect
MCP Server
Public download is for the Local Tools profile. Cloud Tools and Database Tools are available in RooAGI Agent Builder only.
Local by default — nothing leaves your machine unless you choose to connect it.
Local Tools
Runs on your machine, free download
Cloud Tools
Managed cloud execution environment
Database Tools
Structured data access and management
Linux (x86_64)
curl -fsSL https://product.rooagi.com/downloads/install.sh | sh -s -- --accept-disclaimer
Platform
Legal Disclaimer
The RooAGI MCP Local Server is provided "as is" and "as available," without warranties of any kind, express or implied, including merchantability, fitness for a particular purpose, and non-infringement. By downloading, installing, or using this software, you acknowledge and agree that AI-requested operations may execute commands and may create, modify, move, or delete files and other resources on your local machine. You assume all risks arising from use of the software. To the maximum extent permitted by applicable law, RooAGI and its contributors disclaim all liability for any direct, indirect, incidental, special, consequential, or punitive damages, including data loss, system failure, security incidents, business interruption, or loss of profits, arising out of or related to such operations.