Skip to content
瓦砾 edited this page Aug 6, 2026 · 5 revisions

❓ AionUi Frequently Asked Questions

This FAQ covers the most common questions and issues users encounter when using AionUi.

English | 简体中文


🚀 Installation & Setup

Q: How do I install AionUi?

A: AionUi is available for Windows, macOS, and Linux. Download the latest release from our GitHub releases page and follow the installation instructions for your operating system.

Q: What are the system requirements?

A:

  • Operating System: Windows 10+, macOS 10.15+, or Linux (Ubuntu 18.04+)
  • Memory: Minimum 4GB RAM, recommended 8GB+
  • Storage: At least 2GB free space
  • Network: Internet connection for AI model access

Q: Can I run AionUi on older operating systems?

A: AionUi requires modern operating systems due to its Electron-based architecture. We recommend updating to supported versions for the best experience.


🔑 Authentication & API Keys

Q: Do I need to create API keys for all platforms?

A: No, you can start with just one platform. We recommend beginning with Google Gemini (free) or OpenAI (if you have credits). You can add more platforms later as needed.

Q: How do I get a Google Gemini API key?

A:

  1. Visit Google AI Studio
  2. Sign in with your Google account
  3. Navigate to "Get API Key" and create a new key
  4. Copy the key and paste it into AionUi's LLM settings

Q: My API key isn't working. What should I check?

A:

  • Verify the key is correctly copied (no extra spaces or characters)
  • Check if the key has expired or been revoked
  • Ensure you have sufficient credits/quota remaining
  • Try regenerating the key from the platform's dashboard

Q: Can I use multiple API keys for the same platform?

A: Yes! AionUi supports multiple API keys per platform with automatic rotation. This helps with rate limits and reliability.


🤖 AI Models & Agents

Q: What is AionUi?

A: AionUi is a free, open-source, Cowork app with AI Agents - a desktop application where AI agents work alongside you on your computer. AionUi ships with a complete AI agent engine built in, so it works the moment you install it. Key features include:

  • Built-in Agent | Zero Setup - Complete AI agent engine bundled with AionUi, no CLI to install
  • Multi-Agent Mode - Auto-detects supported CLI agents on your machine (Claude Code, Codex, Qwen Code, Gemini CLI, Cursor Agent, Hermes, Pi, and more) so you can use them as backends
  • Automated Task Execution - AI agents can independently execute tasks, run scripts, read/write files, and operate tools automatically
  • Workflow Automation - Complete workflow automation capabilities with file system operations and task completion
  • Cross-Platform Support - Available on macOS, Windows, and Linux
  • Free & Open Source - Complete open source solution with no subscription fees

Q: What's the difference between Built-in Agent and Multi-Agent Mode?

A: Main differences:

  • Built-in Agent: Powered by the embedded aionrs engine and included with AionUi — no external CLI installation needed. AionUi can pair it with configured models, assistants, Skills, MCP tools, image tools, and scheduled tasks.
  • Multi-Agent Mode: When a supported CLI agent is installed, AionUi can detect it and offer it as a backend for conversations or assistants. Available models, tools, permissions, MCP integration, and unattended modes still depend on that agent.

Q: Which agent should I choose?

A: Selection recommendations:

  • Daily use: The Built-in Agent is the most integrated starting point and works without installing an external CLI.
  • Already invested in another CLI: If you've already configured Claude Code, Codex, Qwen Code, Cursor, etc., switch the backend per-assistant or per-conversation — your existing CLI authentication keeps working.
  • Mix and match: Different assistants can run on different backends. For example, keep code-heavy assistants on Claude Code while letting general assistants run on the Built-in Agent.

Q: How do I switch between different AI models?

A: Model switching is supported in two places:

  • In a conversation — click the agent/model chip in the conversation header to switch to any configured model on the fly.
  • Per assistant — open Settings → Assistants, edit the assistant, and pick a different backend Agent + model. The change applies the next time you open a conversation with that assistant.
  • Per scheduled task — pick a model when creating the task; edit it any time from the task detail page.

Q: Why can't I see image generation tools?

A: Check the following configuration:


🖼️ Image Generation

Q: Which image generation models are recommended?

A: Choose a model that currently advertises image-generation support in AionUi. Model names, availability, and pricing change frequently, so check the selected provider’s latest documentation.

Q: How do I configure image generation?

A:

  1. Set up a platform with image models (Gemini or OpenRouter)
  2. Go to Settings → Tools → Image Generation
  3. Select an image generation model
  4. Test with a simple prompt like "Generate a sunset landscape"

Q: My image generation is slow. How can I improve it?

A:

  • Choose faster models (like Gemini image models)
  • Reduce image resolution requirements
  • Check your internet connection
  • Consider upgrading to premium models for better performance

🔧 Configuration & Settings

Q: Where are my settings stored?

A: All conversations are saved locally:

  • macOS: ~/Library/Application Support/AionUi/
  • Windows: %APPDATA%/AionUi/
  • Linux: ~/.config/AionUi/

Q: How do I backup my configuration?

A:

  1. Manually copy the configuration file directory
  2. Export your configuration file
  3. Store it safely for future restoration

Q: Can I reset AionUi to default settings?

A: Yes, you can reset settings:

  1. Close AionUi completely
  2. Delete the configuration folder
  3. Restart AionUi to create fresh settings

🚨 Troubleshooting

Q: AionUi won't start. What should I do?

A:

  1. Check if another instance is already running
  2. Restart your computer
  3. Reinstall AionUi if the problem persists
  4. Check our GitHub issues for known problems

Q: I'm getting "API key invalid" errors.

A:

  • Verify the key is correctly entered
  • Check if the key has expired
  • Ensure you have sufficient credits
  • Try regenerating the key

Q: My conversations are not saving.

A:

  • Check if you have write permissions to the AionUi data directory
  • Ensure sufficient disk space is available
  • Try restarting AionUi

Q: The interface is slow or unresponsive.

A:

  • Close unnecessary applications to free up memory
  • Check your internet connection
  • Try reducing the number of concurrent conversations
  • Restart AionUi

🔄 Updates & Maintenance

Q: How do I update AionUi?

A:

  • Automatic: AionUi will notify you of updates
  • Manual: Download the latest version from GitHub releases
  • Settings: Check for updates in Settings → About

Q: Will updating affect my settings and conversations?

A: No, updates preserve your settings and conversation history. However, we recommend backing up important data before major updates.

Q: How often is AionUi updated?

A: We release updates regularly with new features, bug fixes, and improvements. Follow our GitHub releases for the latest updates.


🔒 Security & Privacy

Q: Is my data secure?

A:

  • Conversations are stored locally on your device
  • API keys are encrypted and stored securely
  • We don't collect personal data without your consent
  • Review our privacy policy for detailed information

Q: How do I delete my conversation history?

A:

  1. Manually delete conversation data from the configuration file directory
  2. Or delete the entire configuration folder to reset all data
  3. Restart AionUi to apply changes

🤝 Community & Support

Q: Where can I get help?

A:

  • GitHub Issues: Report bugs and request features
  • GitHub Discussions: Ask questions and share tips
  • Documentation: Check our comprehensive guides
  • Community: Join our user community for support

Q: How can I contribute to AionUi?

A:

  • Code: Submit pull requests for bug fixes and features
  • Documentation: Help improve our guides and tutorials
  • Testing: Report issues and provide feedback
  • Community: Help other users in discussions

Q: Is AionUi open source?

A: Yes! AionUi is completely free and open source and available on GitHub. As a free, open-source Cowork app with AI Agents, AionUi provides:

  • Full source code access
  • Community-driven development
  • No subscription fees or hidden costs
  • Transparent development process
  • We welcome contributions from the community

📚 Additional Resources


Still have questions? Open an issue or start a discussion on GitHub!

Clone this wiki locally