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
- Product overview — CMS, agents, marketplace
- Hosting vs self-host — pick your path
- Security model — RBAC, secrets, MCP sandbox
- About — why DuckyOS exists