LLM Runner AIO - All-In-One Local AI Platform

Overview

LLM Runner AIO is a comprehensive, self-contained desktop application that bundles all the tools you need to run local AI models on your own hardware. No complex setup, no dependency hell β€” just download, run, and start chatting with AI locally.

What's Included

This package brings together four powerful open-source components into one seamless experience:

Component Description License
Open WebUI Beautiful web interface for chatting with local LLMs (formerly Ollama WebUI) MIT
llama.cpp High-performance C++ inference engine for running LLMs locally MIT
SearXNG Privacy-respecting, metasearch engine for local web search GPLv3
Vane AI-powered browser automation and web interaction tool Open Source

Features

  • πŸš€ Single Executable β€” Everything in one .exe file, no installation required
  • πŸ”’ 100% Offline β€” All processing happens on your machine, no data leaves your computer
  • 🎨 Modern UI β€” Clean, dark-themed interface with support for 8 languages
  • βš™οΈ Auto-Configuration β€” Automatic hardware detection and optimal settings
  • πŸ”„ Multi-Service β€” Manages all AI services from one dashboard
  • πŸ’Ύ Persistent Database β€” Your chat history and settings are saved locally
  • πŸ“± System Tray Integration β€” Runs quietly in the background
  • 🌐 Port Configurable β€” Customize ports for all services
  • πŸ–₯️ Windows Startup β€” Optional auto-start with Windows

How It Works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚           LLM Runner AIO Launcher           β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                β”‚
β”‚  β”‚ SearXNG  β”‚  β”‚ llama.cppβ”‚                β”‚
β”‚  β”‚ :8080    β”‚  β”‚ :8000    β”‚                β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                β”‚
β”‚  β”‚OpenWebUI β”‚  β”‚  Vane    β”‚                β”‚
β”‚  β”‚ :3000    β”‚  β”‚ :3001    β”‚                β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  1. llama.cpp runs the AI model inference engine
  2. Open WebUI provides the chat interface at http://localhost:3000
  3. SearXNG enables local web search at http://localhost:8080
  4. Vane handles browser automation at http://localhost:3001

System Requirements

Requirement Minimum Recommended
OS Windows 10/11 Windows 11
RAM 8 GB 16 GB+
GPU CPU Only NVIDIA RTX 3060+
VRAM N/A 6 GB+
Python 3.11 (bundled) 3.11 (bundled)
Node.js 18+ (bundled) 20+ (bundled)

Note: Python 3.11 and Node.js are bundled inside the executable. No separate installation needed!

Quick Start

  1. Download LLM-Runner-AIO.exe (2.5 GB)
  2. Double-click to run
  3. Open your browser and go to http://localhost:3000
  4. Start chatting with your local AI!

Supported Languages

The interface supports 8 languages:

  • πŸ‡ΉπŸ‡· Turkish (TΓΌrkΓ§e)
  • πŸ‡¬πŸ‡§ English
  • πŸ‡ͺπŸ‡Έ Spanish (EspaΓ±ol)
  • πŸ‡©πŸ‡ͺ German (Deutsch)
  • πŸ‡«πŸ‡· French (FranΓ§ais)
  • πŸ‡΅πŸ‡Ή Portuguese (PortuguΓͺs)
  • πŸ‡¨πŸ‡³ Chinese (δΈ­ζ–‡)
  • πŸ‡―πŸ‡΅ Japanese (ζ—₯本θͺž)

Data Privacy

  • βœ… No Cloud Dependencies β€” Everything runs locally
  • βœ… No Telemetry β€” No data is sent anywhere
  • βœ… Local Database β€” Chat history stored only on your machine
  • βœ… No Account Required β€” No registration or login needed

License

This package is distributed under the MIT License. See LICENSE.txt for full details.

Individual components retain their original licenses:

  • llama.cpp: MIT
  • Open WebUI: MIT
  • SearXNG: GPLv3

Credits

This project would not be possible without the incredible work of:

  • Georgi Gerganov β€” llama.cpp
  • Open WebUI Team β€” Open WebUI
  • SearXNG Contributors β€” SearXNG
  • All open-source contributors who make local AI accessible

Support

For questions, bug reports, or feature requests:

Disclaimer

This software is provided "as is" without warranty of any kind. The developer (AIHubLocal) is not responsible for any data loss, system issues, or hardware strain resulting from use. Running local LLMs consumes significant system resources β€” users assume all risks associated with usage.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support