
Run multiple Antigravity IDE profiles at the same time — each with its own accounts, settings, and extensions.
No more logging in and out. Just switch profiles instantly or use them all at once!
Note: Suported OS: macOS, Windows and Linux.
Open your terminal and paste this:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sujitagarwal/multigravity-cli/main/install.sh)"
Open PowerShell and paste this:
irm https://raw.githubusercontent.com/sujitagarwal/multigravity-cli/main/install.ps1 | iex
That’s it. Multigravity is now installed.
Give it any name you like — your name, a project, a client, anything:
multigravity new work
multigravity new personal
This also creates a clickable launcher:
~/Applications/Multigravity <name>.app~/.local/share/applications/multigravity-<name>.desktopmultigravity work
Antigravity will open using that profile’s isolated settings, accounts, and extensions.
You can also pass normal Antigravity arguments through:
multigravity work --new-window
multigravity work .
multigravity work path/to/file.py
multigravity list
Duplicate an existing setup to a new profile:
multigravity clone work work-copy
Enable tab-completion for commands and profile names:
multigravity completion
Follow the instructions shown to add the setup to your shell profile (.zshrc, .bashrc, or PowerShell $PROFILE).
Keep multigravity up to date with one command:
multigravity update
Check if your environment is set up correctly:
multigravity doctor
See how much space your profiles are taking up:
multigravity stats
multigravity rename work freelance
multigravity delete personal
You’ll be asked to confirm before anything is deleted.
multigravity help
work, client-a, test1-name, my_profileEvery profile automatically gets a clickable launcher so you can open profiles directly without using the terminal:
~/Applications~/.local/share/applications