# AIMA > AIMA (灵机) is an AI-powered platform that lets anyone install complex open-source AI tools with a single terminal command. Instead of following lengthy installation guides, debugging Docker configurations, resolving Python dependency conflicts, and troubleshooting GPU driver mismatches, users paste one command and AIMA's AI agent handles everything automatically. The agent detects the operating system and hardware, installs all required dependencies (Docker, Python, CUDA drivers, Node.js), pulls the correct container images or repositories, configures databases and networking, resolves port conflicts, and verifies that every service starts successfully. AIMA supports macOS 12+, Ubuntu 22.04/24.04, and Windows 10/11, covering both x86_64 and ARM64 (Apple Silicon) architectures. Currently supported tools include Dify, ComfyUI, Open WebUI, and OpenClaw. All installed software runs entirely on the user's local machine — AIMA never uploads project data, API keys, or conversation history to external servers. The platform is free to use and the device-side components are open-source under the Apache 2.0 license. ## Supported Tools - Dify: Open-source LLM application development platform with visual workflow editor (134K+ GitHub stars) - ComfyUI: Node-based Stable Diffusion image generation workflow tool (106K+ GitHub stars) - Open WebUI: Self-hosted ChatGPT-like interface for local LLMs via Ollama (128K+ GitHub stars) - OpenClaw: AI Agent framework with MCP protocol support for tool execution (334K+ GitHub stars) ## How It Works 1. Open your terminal (Terminal on macOS, PowerShell on Windows) 2. Run: curl -sL https://aimaservice.ai/go | bash (macOS/Linux) or iex (irm https://aimaservice.ai/go) (Windows) 3. Enter your invite code when prompted 4. AIMA's AI agent detects your system, installs dependencies, configures services, and verifies everything works ## Key Features - Cross-platform: macOS 12+, Linux (Ubuntu 22.04/24.04), Windows 10/11 - No prerequisites: AIMA handles Docker, Python, CUDA, and all dependencies - AI-powered error recovery: port conflicts, missing deps, config errors auto-fixed - Privacy-first: all data stays on your machine - Free and open-source (device-side, Apache 2.0) ## Links - Website (Global): https://aimaservice.ai - Website (China): https://aimaserver.com - Install page: https://aimaservice.ai/install/ - Get started: https://aimaservice.ai/go - GitHub: https://github.com/Approaching-AI/aima-server - Full details for LLMs: https://aimaservice.ai/llms-full.txt