Personal Ai Agent Framework
877
Lokaler KI-Agent als Docker-Container. Keine Cloud, keine Abos, keine Datensammlung.
# 1. Ollama installieren: https://ollama.com/download
# 2. Container starten:
docker compose up -d
# 3. WebGUI: http://localhost:9090 (admin / admin)
services:
koboldos:
image: funkjood/koboldos:latest
ports: ["9090:9090"]
volumes:
- kobold-data:/data
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts: ["host.docker.internal:host-gateway"]
restart: unless-stopped
volumes:
kobold-data:
KoboldOS ist ein privates Hobbyprojekt in aktiver Entwicklung. Keine Haftung, keine Garantie. Nutzung auf eigene Verantwortung.
Content type
Image
Digest
sha256:79652172b…
Size
229.4 MB
Last updated
5 months ago
docker pull funkjood/koboldos:0.3.9