AIMA Cloud · 10 free runs The one-command installs below are performed by AIMA Cloud's cloud-side AI agent — the command ships with invite code public-web, 10 free service runs included. About AIMA Cloud →
AIMA Cloud · 10 free runs

Choose What To Install

These one-command installs are performed by AIMA Cloud's cloud-side AI agent. Copy a command, follow the prompts, and the agent handles install, dependencies, errors, and config. Invite code is built in — 10 free service runs included.

Use the left command on macOS/Linux; use the PowerShell command on Windows.

Docker-heavy

Dify

Open Install Entry

AI application platform with common failures around multi-service setup, Python/Node deps, and ports.

Best for validating the skip-Docker, still-install-successfully promise.

macOS / Linux
curl -sL https://aimaservice.ai/install/dify | bash
Windows (PowerShell)
iex (irm https://aimaservice.ai/install/dify)
GPU / Python

ComfyUI

Open Install Entry

Node-based AI image tool with highly variable Python, model, and plugin-node setups.

Best for validating adaptive install decisions instead of fixed scripts.

macOS / Linux
curl -sL https://aimaservice.ai/install/comfyui | bash
Windows (PowerShell)
iex (irm https://aimaservice.ai/install/comfyui)
Ollama / UI

Open WebUI

Open Install Entry

Popular Ollama frontend that often fails on runtime deps, ports, and service boot order.

Good for validating post-install verification instead of trusting exit code 0.

macOS / Linux
curl -sL https://aimaservice.ai/install/open-webui | bash
Windows (PowerShell)
iex (irm https://aimaservice.ai/install/open-webui)
Case Zero

OpenClaw

Open Install Entry

Previously validated case-study flow used to compare multi-project expansion against the original path.

Useful as a regression baseline so multi-project work does not break the original path.

macOS / Linux
curl -sL https://aimaservice.ai/install/openclaw | bash
Windows (PowerShell)
iex (irm https://aimaservice.ai/install/openclaw)
Install / Deploy

KTransformers

Open Install Entry

LLM inference and deployment stack focused on install-and-deploy flows, then real testing and verification.

Best for validating the install-and-deploy loop, followed by real testing/verification instead of trusting install completion alone.

macOS / Linux
curl -sL https://aimaservice.ai/install/ktransformers | bash
Windows (PowerShell)
iex (irm https://aimaservice.ai/install/ktransformers)