funkjood/koboldos

By funkjood

Updated 5 months ago

Personal Ai Agent Framework

Image
Networking
Security
Languages & frameworks
1

877

funkjood/koboldos repository overview

KoboldOS Docker

Lokaler KI-Agent als Docker-Container. Keine Cloud, keine Abos, keine Datensammlung.

Quickstart

# 1. Ollama installieren: https://ollama.com/download
# 2. Container starten:
docker compose up -d
# 3. WebGUI: http://localhost:9090 (admin / admin)

docker-compose.yml

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:

Features

  • Autonomer Agent mit 55+ Tools (Shell, GitHub, Telegram, Google, Slack, ...)
  • WebGUI mit Chat, Aufgaben, Gedächtnis, 12 Settings-Bereichen
  • 14 Integrationen (direkt in WebGUI konfigurierbar)
  • 3-Tier Gedächtnis (Kurzzeit/Langzeit/Wissen) mit Vektorsuche
  • A2A (Agent-to-Agent) — Verbinde mehrere Instanzen
  • Docker-Bewusstsein — Agent verwaltet andere Container
  • Multi-Plattform: Windows (amd64), macOS (arm64), Linux

Alpha-Software

KoboldOS ist ein privates Hobbyprojekt in aktiver Entwicklung. Keine Haftung, keine Garantie. Nutzung auf eigene Verantwortung.

GitHub | macOS App

Tag summary

Content type

Image

Digest

sha256:79652172b

Size

229.4 MB

Last updated

5 months ago

docker pull funkjood/koboldos:0.3.9