X Tutup
Skip to content
Joe Curlee (w4ffl35) edited this page Dec 1, 2025 · 17 revisions

image

AI Runner is a desktop application written in Python with PySide6. It can be packaged with PyInstaller for both Linux and Windows, run from source, or used as a library with your own applications.

This wiki contains detailed installation and usage information about AI Runner.

Quick Start

# One-line install
curl -sSL https://raw.githubusercontent.com/Capsize-Games/airunner/develop/install.sh | bash

# Or via pip
pip install airunner[all]
airunner-setup
airunner

Documentation

Getting Started

Key Features

AI Agents & Tools

Developer Resources

Extending AI Runner

Performance & Testing

Links

Clone this wiki locally

X Tutup