Sign inSign up

hovee/antigravity-cli

By hovee

Updated 2 days ago

Headless Google Antigravity CLI autonomous AI coding agent for Unraid and Docker hosts.

Image
0

655

hovee/antigravity-cli repository overview

Google Antigravity CLI on Unraid & Docker

Google Antigravity Logo

Run Google Antigravity CLI as an autonomous AI coding agent directly on your Unraid server or Docker host.

GitHub Repository Docker Pulls License Unraid Compatible Multi-Arch


Highlights

  • Headless & Autonomous: Runs Google's official Antigravity CLI (agy) as a background daemon on your Unraid server or NAS.
  • Unraid Optimized: Native PUID=99 and PGID=100 (nobody:users) permission mapping ensures files created or edited by the agent on your shares never trigger permission errors.
  • Always Up to Date: Automatically queries Google's release manifest on startup and periodically in the background, updating the agy binary seamlessly.
  • Full Developer Toolchain: Pre-equipped with Node.js 22 LTS, Python 3, pip, python-venv, Git, build-essential (gcc, g++, make), jq, curl, and the Docker CLI.
  • Persistent State: OAuth tokens (.gemini/), preferences, SSH keys, and bash history are safely isolated in /config (mapped to /mnt/user/appdata/antigravity).
  • Antigravity Remote: Seamlessly connect from the Antigravity Desktop App or Web UI and dispatch tasks directly to your server.

Quick Start (Docker Compose)

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

Tag summary

Content type

Image

Digest

sha256:52ab128de

Size

300.8 MB

Last updated

2 days ago

docker pull hovee/antigravity-cli