Desktop App
A standalone Tauri application for managing your AI agents, memory, and workflows.
The Agents Machine desktop app is built with Tauri (Rust + React) and serves as both the user interface and the runtime for the MCP server. When you launch the app, it starts Docker infrastructure, spawns the MCP server, and provides a full UI.
Features
💬 Chat
Conversational AI with message routing, agent spawning, and skill invocation.
🧠 Memory
Visual browser for the Qdrant knowledge base with semantic search.
🤖 Agents
View, create, and manage AI agent definitions.
⚡ Skills
Create, test, and manage reusable AI skills with secret injection.
📋 Kanban
Task boards with sprint workflows, standups, and retrospectives.
🔒 Vault
Encrypted secrets management with AES-256-GCM and audit trail.
🔄 Pipelines
Automation workflow builder with DAG-based execution.
⚙️ Settings
Workspace, server status, infrastructure, and license management.
Also includes: IDE status, remote servers, built-in terminal, and log viewer.
Platforms
| Platform | Format | Architecture |
|---|---|---|
| macOS (Apple Silicon) | .dmg | ARM64 (M1/M2/M3/M4) |
| macOS (Intel) | .dmg | x86_64 |
| Linux | .deb | x86_64 |
| Windows | .exe | x86_64 |
Getting Started
Download & Install Get the app from
agents-machine.com (requires an account). See Installation for platform details.
Wait for Startup Docker infrastructure (PostgreSQL + Qdrant) and the MCP
server start automatically. Progress is shown on the loading screen.