EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. AionUi
    AionUi icon

    AionUi

    Multi-agent Systems
    Featured

    A free, open-source desktop cowork platform that lets you run, coordinate, and automate 20+ AI agents (Claude Code, Codex, Gemini CLI, and more) in a unified workspace on your own machine.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Completely free and open-source under Apache-2.0. Users only pay for their chosen AI provider's API usage.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Multi-agent SystemsAgent FrameworksAutonomous Systems

    Alternatives

    II AgentOpenManusPaperclip
    Developer
    iOfficeAIRemote / OnlineEst. 2023

    Listed Aug 2026

    About AionUi

    AionUi is a free, open-source desktop application licensed under Apache-2.0 that turns your computer into a shared workspace for AI agents. Built by the iOfficeAI organization and maintained by a large contributor community, it auto-detects CLI agents you already have installed — Claude Code, Codex, Gemini CLI, Goose, OpenClaw, and 20+ more — and lets you run them in parallel through a single unified interface. All data is stored locally in a SQLite database; nothing is routed through AionUi's servers.

    What It Is

    AionUi is a multi-agent cowork platform for the desktop. Unlike single-model chat clients, it acts as a coordination layer that can run multiple AI agents simultaneously, assign tasks to the right agent, and let them collaborate on complex work. It ships with 21 built-in professional assistants covering presentations, spreadsheets, documents, academic writing, financial modeling, UI/UX design, and more — all ready to use without any additional setup beyond entering an API key. The platform supports 30+ AI providers including Gemini, Anthropic, OpenAI, AWS Bedrock, Ollama, LM Studio, and a range of Chinese platforms.

    Multi-Agent Architecture and Team Mode

    AionUi's core differentiator is its multi-agent coordination layer, called ACP (Agent Communication Protocol). In Team Mode, a Leader agent receives a high-level instruction, breaks it into subtasks, and delegates to Teammate agents running in parallel. Teammates share a workspace folder, communicate through an async mailbox, and write results to a shared task board. Supported leader and teammate backends include Claude Code, Codex, Gemini, Snow CLI, and Aion CLI (aionrs, the Rust-based backend service shipped with AionUi). The platform also offers a unified MCP (Model Context Protocol) configuration — add MCP servers once and they automatically sync to every connected agent.

    Built-in Office Toolkit and File Generation

    AionUi ships with a native office file generation engine powered by its companion project OfficeCLI. Agents can produce editable .pptx (including Morph-animated transitions), .docx, .xlsx, .xlsm, .csv, and .pdf files directly on the user's machine — no cloud upload or third-party service required. The built-in preview panel supports 10+ formats including PDF, Word, Excel, PowerPoint, Markdown, HTML, images, code files, and diff patches, with real-time tracking and Git-based version history.

    Remote Access and 24/7 Automation

    Users can send commands to their agents from anywhere via a built-in WebUI (accessible by browser over LAN or cross-network), Telegram, Lark (Feishu), DingTalk, WeChat, Slack, or Discord. Scheduled tasks run on a cron system with three modes: standard cron expressions with timezone support, fixed intervals, and one-time triggers. Tasks can continue in an existing conversation (preserving context) or open a fresh session on each trigger. AionUi automatically prevents system sleep while tasks are active and detects missed triggers after wake.

    Platform and Extensibility

    AionUi runs on macOS 10.15+, Windows 10+, and Linux (Ubuntu 18.04+, Debian 10+, Fedora 32+), requiring 4 GB RAM and 500 MB storage. It can also be installed on macOS via Homebrew. The assistant system is extensible through a three-tier skill architecture: built-in skills (shipped with the app, including pptx, docx, pdf, xlsx, mermaid), custom skills (user-defined markdown files in the skills/ directory), and extension skills (contributed via the Extension SDK). Users can also create entirely custom assistants by writing markdown definition files.

    Update: v2.1.46

    The latest release is v2.1.46, published on 2026-08-03, reflecting active and frequent development. The GitHub repository shows the project was created in August 2025 and has received continuous pushes, with the repository accumulating over 31,000 stars and 3,100 forks according to GitHub metadata. The project has been featured on GitHub Trending and has an active partnership with Kimi (Moonshot AI) offering contributor bonuses. The README is available in 10 languages, signaling broad international adoption intent.

    AionUi - 1

    Community Discussions

    Be the first to start a conversation about AionUi

    Share your experience with AionUi, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Completely free and open-source under Apache-2.0. Users only pay for their chosen AI provider's API usage.

    • All built-in features included
    • 21 professional assistants
    • Multi-agent cowork
    • 30+ AI provider support
    • Scheduled task automation

    Capabilities

    Key Features

    • Multi-agent cowork with 20+ CLI agents (Claude Code, Codex, Gemini CLI, Goose, OpenClaw, etc.)
    • 21 built-in professional assistants (PPT Creator, Excel Creator, Word Creator, Academic Paper, Financial Model, UI/UX Designer, etc.)
    • Team Mode with Leader/Teammate agent orchestration via ACP
    • Unified MCP (Model Context Protocol) configuration synced to all agents
    • Native office file generation: PPTX (with Morph transitions), DOCX, XLSX, PDF
    • Built-in preview panel for 10+ formats with Git-based version history
    • Remote access via WebUI, Telegram, Lark, DingTalk, WeChat, Slack, Discord
    • 24/7 scheduled task automation with cron, interval, and one-time triggers
    • Support for 30+ AI providers including Gemini, Claude, OpenAI, AWS Bedrock, Ollama, LM Studio
    • YOLO/Full-Auto mode for unattended agent execution
    • Three-tier extensible skill system (built-in, custom, extension)
    • Custom assistant creation via markdown definition files
    • Multi-task parallel processing with independent conversation contexts
    • AI image generation and editing (Gemini-powered)
    • Smart file management: batch rename, auto-organize, classify
    • CSS interface customization
    • Local SQLite data storage — no server upload
    • Cross-platform: macOS, Windows, Linux
    • Homebrew installation support for macOS
    • Skills Marketplace for community-contributed skills

    Integrations

    Claude Code
    Codex
    Gemini CLI
    Goose AI
    OpenClaw
    Augment Code
    CodeBuddy
    Kimi CLI
    OpenCode
    Factory Droid
    GitHub Copilot
    Qoder CLI
    Mistral Vibe
    Nanobot
    Snow CLI
    Hermes Agent
    Cursor Agent
    Qwen Code
    Gemini (Vertex AI)
    Anthropic (Claude)
    OpenAI
    AWS Bedrock
    Dashscope (Qwen)
    Moonshot (Kimi)
    DeepSeek
    Ollama
    LM Studio
    OpenRouter
    xAI
    SiliconFlow
    NewAPI Gateway
    Telegram
    Lark (Feishu)
    DingTalk
    WeChat
    WeCom
    Slack
    Discord
    OfficeCLI
    API Available
    View Docs

    Demo Video

    AionUi Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate AionUi and help others make informed decisions.

    Developer

    iOfficeAI

    iOfficeAI builds OfficeCLI, an open-source Office automation suite purpose-built for AI agents. The project provides a single binary that gives AI agents full programmatic control over Word, Excel, and PowerPoint files without requiring Microsoft Office. The team ships a built-in rendering engine, formula evaluator, and MCP server integration, making OfficeCLI a complete document automation layer for AI-driven workflows.

    Founded 2023
    Remote / Online
    Read more about iOfficeAI
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    II Agent icon

    II Agent

    An open-source AI agent framework built for real work, supporting mobile/web app development, research, document automation, and multi-model conversations with BYOK support.

    OpenManus icon

    OpenManus

    An open-source framework for building and running general-purpose AI agents capable of executing complex, multi-step tasks autonomously.

    Paperclip icon

    Paperclip

    Open-source Node.js orchestration platform that runs autonomous AI agent companies with org charts, budgets, governance, and goal alignment from a single dashboard.

    Browse all tools

    Related Topics

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    295 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    577 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    364 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions