An AI Copilot.
Docker Compose is the recommended deployment path:
cp .env.example .env
${EDITOR:-vi} .env
mkdir -p .coco-data .coco-workspace
docker compose up -dSet COCO_UID to id -u and COCO_GID to id -g before starting Compose.
See Docker Compose Deployment for .env,
ChatGPT OAuth, Telegram channel, cronjob skill, and runtime UID/GID details.
nix build .#coco-image
docker load < resultUse .#coco-image-linux-amd64 or .#coco-image-linux-arm64 when you need a
specific Linux image architecture. See
Docker Compose Deployment for
published image and local build notes.
After loading the local image, set COCO_IMAGE=coco:latest in .env.
Thanks to codex and bub for the inspiration and implementation references.