Downloads

Downloads

Download AIMatrix

Get AIMatrix for Your Platform

Available for all major operating systems and architectures

🖥️ AIMatrix CLI

🍎

macOS

v2.1.0 • Latest

Universal binary for Intel and Apple Silicon

Requirements: macOS 11.0+

Size: 127 MB

⬇️ Download for macOS

Or install via Homebrew:

brew install aimatrix
🪟

Windows

v2.1.0 • Latest

Native Windows installer with PowerShell integration

Requirements: Windows 10+

Size: 142 MB

⬇️ Download for Windows

Or install via winget:

winget install AIMatrix.CLI
🐧

Linux

v2.1.0 • Latest

Available for multiple distributions and architectures

Requirements: Ubuntu 20.04+ / RHEL 8+

Size: 118 MB

📱 AIMatrix Console

📱

iOS

v1.5.0

Native iOS app with Siri integration

📲 App Store
🤖

Android

v1.5.0

Android app with Google Assistant

📲 Google Play
🌐

Web App

Always Latest

No installation required

🚀 Launch Web App
🖥️

Desktop

v1.5.0

Native desktop app

🛠️ SDKs & Libraries

Developer SDKs

Integrate AIMatrix into your applications

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>Python SDK</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0;">pip install aimatrix</code>
  <a href="https://pypi.org/project/aimatrix" style="color: #00ff00;">📚 Documentation</a>
</div>

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>JavaScript/TypeScript</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0;">npm install @aimatrix/sdk</code>
  <a href="https://npmjs.com/package/@aimatrix/sdk" style="color: #00ff00;">📚 Documentation</a>
</div>

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>Go SDK</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0;">go get github.com/aimatrix/go-sdk</code>
  <a href="https://pkg.go.dev/github.com/aimatrix/go-sdk" style="color: #00ff00;">📚 Documentation</a>
</div>

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>Java/Kotlin</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0; font-size: 0.9em;">implementation 'com.aimatrix:sdk:2.1.0'</code>
  <a href="https://mvnrepository.com/artifact/com.aimatrix/sdk" style="color: #00ff00;">📚 Documentation</a>
</div>

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>Rust SDK</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0;">cargo add aimatrix</code>
  <a href="https://crates.io/crates/aimatrix" style="color: #00ff00;">📚 Documentation</a>
</div>

<div style="background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; border-radius: 8px; padding: 20px;">
  <h4>.NET/C#</h4>
  <code style="background: #000; padding: 5px 10px; border-radius: 4px; color: #00ff00; display: block; margin: 15px 0;">dotnet add package AIMatrix</code>
  <a href="https://nuget.org/packages/AIMatrix" style="color: #00ff00;">📚 Documentation</a>
</div>

🐳 Docker Images

Container Images

Run AIMatrix in containers

Official Docker Images:

# AIMatrix CLI docker pull aimatrix/cli:latest # AIMatrix Studio docker pull aimatrix/studio:latest # AIMatrix Agent Runtime docker pull aimatrix/agent:latest
🐳 View on Docker Hub

📚 Documentation & Resources

📖 User Guides

Comprehensive documentation

💡 Sample Projects

Learn by example

🎥 Video Tutorials

Visual learning resources

🔧 System Requirements

Minimum Requirements

<div>
  <h4 style="color: #00ff00;">AIMatrix CLI</h4>
  <ul style="color: #ccc;">
    <li>CPU: 2 cores minimum</li>
    <li>RAM: 4 GB minimum</li>
    <li>Storage: 500 MB available</li>
    <li>Network: Internet connection</li>
  </ul>
</div>

<div>
  <h4 style="color: #00ff00;">AIMatrix Studio</h4>
  <ul style="color: #ccc;">
    <li>CPU: 4 cores recommended</li>
    <li>RAM: 8 GB recommended</li>
    <li>Storage: 2 GB available</li>
    <li>Browser: Chrome, Firefox, Safari, Edge</li>
  </ul>
</div>

<div>
  <h4 style="color: #00ff00;">Local LLM Support</h4>
  <ul style="color: #ccc;">
    <li>CPU: 8+ cores for CPU inference</li>
    <li>GPU: NVIDIA with 8GB+ VRAM</li>
    <li>RAM: 16 GB minimum</li>
    <li>Storage: 20 GB for models</li>
  </ul>
</div>

🔄 Version History

Release Notes

v2.1.0 - Latest Release

Released: January 15, 2025

  • Super Agent architecture improvements
  • Enhanced reinforcement learning pipeline
  • New MCP server connectors
  • Performance optimizations (3x faster)
<div style="border-left: 4px solid #888; padding-left: 20px; margin: 20px 0;">
  <h4 style="color: #888;">v2.0.0</h4>
  <p style="color: #666; font-size: 0.9em;">Released: December 1, 2024</p>
  <ul style="color: #888;">
    <li>Major architecture overhaul</li>
    <li>P2P compute network</li>
    <li>Studio platform launch</li>
  </ul>
</div>

<div style="border-left: 4px solid #888; padding-left: 20px; margin: 20px 0;">
  <h4 style="color: #888;">v1.5.0</h4>
  <p style="color: #666; font-size: 0.9em;">Released: October 15, 2024</p>
  <ul style="color: #888;">
    <li>Console app release</li>
    <li>Voice interface support</li>
    <li>Multi-language support</li>
  </ul>
</div>

View Full Changelog →

🔑 License Keys

🎁 Free Trial Available

Get 14 days of full access - no credit card required

Start Free Trial →

❓ Installation Help

Need Help Installing?

Check out our installation guides and troubleshooting resources


All downloads are digitally signed and verified for security. By downloading, you agree to our Terms of Service and Privacy Policy.