{ "name": "LocalAGI", "slug": "localagi", "categories": [ 20 ], "date_created": "2026-03-03", "type": "ct", "updateable": true, "privileged": false, "interface_port": 8080, "documentation": "https://github.com/mudler/LocalAGI#installation-options", "website": "https://github.com/mudler/LocalAGI", "logo": "https://github.com/mudler/LocalAGI/raw/main/webui/react-ui/public/logo_1.png", "config_path": "/opt/localagi/.env", "description": "LocalAGI is a self-hostable AI agent platform with a web UI, OpenAI-compatible APIs, and local-first model orchestration.", "install_methods": [ { "type": "default", "script": "ct/localagi.sh", "resources": { "cpu": 4, "ram": 8192, "hdd": 30, "os": "Debian", "version": "13" } } ], "default_credentials": { "username": null, "password": null }, "notes": [ { "text": "This script builds LocalAGI from source (Go + Bun) and runs it as a systemd service.", "type": "info" }, { "text": "GPU passthrough can be enabled during CT creation. `var_localagi_backend=cpu|cu128|rocm7.2` is recorded as `LOCALAGI_GPU_BACKEND` for your runtime setup.", "type": "info" }, { "text": "By default, LocalAGI is configured to call an external OpenAI-compatible backend at `http://127.0.0.1:8081` via `LOCALAGI_LLM_API_URL`.", "type": "info" } ] }