-
-
Notifications
You must be signed in to change notification settings - Fork 97
Home
Joe Curlee (w4ffl35) edited this page Dec 1, 2025
·
17 revisions

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.
# 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- Installation - Get started with AI Runner
- AI Runner Manual - Complete user guide
- FAQ - Frequently asked questions
- Settings - Configuration options
- Stable Diffusion - Image generation with SDXL and FLUX
- LLM Chat - Conversational AI with LangGraph workflows
- Knowledge System - Long-term memory and fact retention
- RAG Search - Document-based knowledge retrieval
- Text-to-Speech - Convert text to natural-sounding speech
- Fine-Tuning - Customize models to match specific styles
- Tool & Agent System - Complete tool/agent architecture
- Mode-Based Architecture - Intelligent routing to specialized agents
- Agents - Create and manage custom AI agents
- Tools - LLM tool calling (search, knowledge, utilities)
- Workflows - Node-based workflow templates
- Architecture - System design and components
- Development - Contributing to AI Runner
- Deployment - Server deployment and systemd services
- Model Management - Hardware detection and quantization
- Database - Database schema and migrations
- Plugins - Create custom plugins
- Extensions - Extension system
- Filters - Image filters and effects
- Performance Optimizations - Speed and memory tips
- Evaluation Testing - LLM evaluation framework
- CI/CD Pipeline - Continuous integration