Skip to content

Docs

Documentation

Install once, then manage themes, plugins, agents, and workflows from the Admin UI.

Quick start (self-host)

bash
docker pull duckyos/core:latest
docker run -d -p 80:80 \
  -v ducky_data:/app/data \
  -e DATABASE_URL="postgresql://user:pass@db/duckyos" \
  duckyos/core
# Open http://localhost/install

What to read next

  1. Product overview — CMS, agents, marketplace
  2. Hosting vs self-host — pick your path
  3. Security model — RBAC, secrets, MCP sandbox
  4. About — why DuckyOS exists