Chat with LLMs, generate images, convert text to speech, and more — all on your own hardware. No cloud. No subscriptions. Complete privacy.
A complete suite of AI tools running entirely on your hardware, with no data ever leaving your machine.
Run Qwen, Mistral, Llama, and other models locally. Enjoy fast, private conversations with AI assistants.
Create stunning images with Stable Diffusion and FLUX. Text-to-image, inpainting, and outpainting supported.
Convert text to natural-sounding speech with multiple voice options. Real-time voice synthesis.
Transcribe audio to text with high accuracy. Perfect for dictation and accessibility.
Ask questions about your documents. AI reads and understands your PDFs, ebooks, and web pages.
Web search, file operations, deep research mode, and more. Let AI help automate your workflows.
A clean, intuitive interface designed for productivity and creativity.
Have conversations with local LLMs in a clean, familiar interface.
Generate stunning images with Stable Diffusion (SDXL), FLUX 1.0 and Z-Image Turbo models.
Create complex AI workflows visually with our nodegraph editor.
Configure models, adjust parameters, and customize your experience.
Choose your preferred installation method and start using AI Runner today.
Ensure you have Docker and NVIDIA Container Toolkit installed:
# Install Docker (if not already installed)
curl -fsSL https://get.docker.com | sh
# Install NVIDIA Container Toolkit
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt update && sudo apt install -y nvidia-container-toolkit
sudo systemctl restart docker
git clone https://github.com/Capsize-Games/airunner.git
cd airunner
# Allow X11 access and run with GUI
xhost +local:docker && docker compose run --rm airunner
Run AI Runner as a headless API server on port 8080:
docker compose run --rm --service-ports airunner --headless
GET /health - Health checkPOST /llm - LLM inferencePOST /art - Image generation
Ensure you have Python 3.10+ and pip installed. CUDA toolkit recommended for GPU acceleration.
python -m venv airunner-env
# Linux/macOS
source airunner-env/bin/activate
# Windows
airunner-env\Scripts\activate
pip install airunner
airunner-setup
airunner
git clone https://github.com/Capsize-Games/airunner.git
cd airunner
python -m venv venv
source venv/bin/activate # Linux/macOS
pip install -e ".[all]"
airunner-setup
airunner
AI Runner requires an NVIDIA GPU