Headless Google Antigravity CLI autonomous AI coding agent for Unraid and Docker hosts.
655
Run Google Antigravity CLI as an autonomous AI coding agent directly on your Unraid server or Docker host.
agy) as a background daemon on your Unraid server or NAS.PUID=99 and PGID=100 (nobody:users) permission mapping ensures files created or edited by the agent on your shares never trigger permission errors.agy binary seamlessly..gemini/), preferences, SSH keys, and bash history are safely isolated in /config (mapped to /mnt/user/appdata/antigravity).services:
antigravity:
image: hovee/antigravity-cli:latest
container_name: antigravity
restart: unless-stopped
stdin_open: true
tty: true
environment:
- PUID=99
- PGID=100
- TZ=America/New_York
- ANTIGRAVITY_INSTANCE_NAME=unraid-server
- AUTO_START_DAEMON=true
- AUTO_UPDATE=true
volumes:
- /mnt/user/appdata/antigravity:/config
- /mnt/user/projects:/workspaces
Content type
Image
Digest
sha256:52ab128de…
Size
300.8 MB
Last updated
2 days ago
docker pull hovee/antigravity-cli