udctl (UnDercontrol): a private workspace for people and AI agents. Explore, capture, distill.
9.7K
udctl (UnDercontrol) is a private workspace for people and AI agents: tasks, threads and knowledge live here, and so do each agent's definition, skills and scheduling across your machines. This image ships the web app and the Go API in one container. amd64 and arm64.
Site and docs: https://udctl.com · Self-hosting guide: https://udctl.com/self-hosting · Every environment variable: https://udctl.com/configuration
docker run -d -p 3000:8080 \
-e HOST_DOMAIN=http://localhost:3000 \
-e JWT_SECRET=change-me-to-a-random-string \
-e [email protected] \
-e ADMIN_PASSWORD=changeme \
-v undercontrol-data:/app/data \
lintao0o0/undercontrol:latest
Open http://localhost:3000 and sign in with the admin email and password above. SQLite by default; set the POSTGRES_* variables for PostgreSQL. A free 3-month Pro trial license is on the self-hosting page.
latest — the current release<version> — one tag per release, e.g. 0.151.0; release notes at https://udctl.com/docs/release-notesEverything lives under /app/data (database, uploads, backups). Mount it as a volume. The image name stays lintao0o0/undercontrol for compatibility; the product is udctl (UnDercontrol).
Free for personal use. The application is proprietary.
Content type
Image
Digest
sha256:a88734191…
Size
60.5 MB
Last updated
3 days ago
docker pull lintao0o0/undercontrol