ghcr.io/onecli/onecli image with a Docker Compose file that bundles PostgreSQL, so a single command brings up the full stack.
Quick start
The fastest path is the installer:localhost:10255.
By default the instance runs in single-user mode: no login screen, no
.env required. Anyone who can reach port 10254 has admin access, so the compose file binds to 127.0.0.1. To enable multi-user mode with Google OAuth, set NEXTAUTH_SECRET and the Google credentials.Pin a version
The compose file trackslatest by default. Pin a release with the ONECLI_VERSION variable:
Upgrading
docker compose -f docker/docker-compose.yml exec postgres pg_dump -U onecli onecli > backup.sql.
What’s different from Enterprise
The Community edition includes the full dashboard and the community app integrations, connected with your own OAuth credentials. Premium app integrations, granular per-agent access policies, and the boot-time organization API key are part of the Enterprise edition, available under a commercial agreement — contact us.Next steps
- Review the configuration reference
- Connect the CLI and agents
- Add rules to control what your agents can do