Antigravity-CLI

Antigravity-CLI

Docker app from hovee's Repository

Overview

Google Antigravity CLI (agy) is an autonomous AI coding agent designed by Google DeepMind. This Docker container runs Antigravity headlessly on Unraid with full developer toolchains (Python 3, Node.js, Git, build-essential, Docker CLI). It supports remote connection via the Antigravity desktop app or browser interface, maintains persistent login credentials and workspace configurations across restarts, and automatically stays up to date with official Google releases.

Install Antigravity-CLI on Unraid in a few clicks.

Find Antigravity-CLI in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Antigravity-CLI Review the template variables and paths Click Install

Download Statistics

648
Total Downloads

Related apps

Details

Repository
hovee/antigravity-cli:latest
Last Updated2026-09-15
First Seen2026-09-17

Runtime arguments

Network
bridge
Shell
bash
Privileged
false
Extra Params
--restart unless-stopped

Template configuration

Appdata / ConfigPathrw

Container home directory. Stores persistent Google auth tokens (.gemini/), preferences, SSH keys, and shell history.

Target
/config
Default
/mnt/user/appdata/antigravity
Projects / WorkspacesPathrw

Working directory where your code repositories and Unraid shares reside for the agent to access.

Target
/workspaces
Default
/mnt/user/projects
Docker Socket (Optional)Pathrw

Mount host docker socket if you want Antigravity to be able to inspect or run docker containers.

Target
/var/run/docker.sock
Default
/var/run/docker.sock
PUIDVariable

User ID for file ownership inside container (default 99 matches Unraid nobody user).

Default
99
PGIDVariable

Group ID for file ownership inside container (default 100 matches Unraid users group).

Default
100
Instance NameVariable

Instance name displayed when connecting via Antigravity Remote.

Target
ANTIGRAVITY_INSTANCE_NAME
Default
unraid-server
Auto Start DaemonVariable

Automatically launch agy remote-control background daemon on container boot.

Target
AUTO_START_DAEMON
Default
true
Auto UpdateVariable

Automatically query Google release manifests and update agy binary on container start and periodically.

Target
AUTO_UPDATE
Default
true
TimezoneVariable

Container timezone for accurate log timestamps.

Target
TZ
Default
America/New_York