multigravity-cli

GitHub repository GitHub profile GitHub stars

Multigravity

Multigravity

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.


Install

macOS / Linux

Open your terminal and paste this:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sujitagarwal/multigravity-cli/main/install.sh)"

Windows

Open PowerShell and paste this:

irm https://raw.githubusercontent.com/sujitagarwal/multigravity-cli/main/install.ps1 | iex

That’s it. Multigravity is now installed.


Getting Started

1. Create a profile

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:

2. Open a profile

multigravity 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

3. See all your profiles

multigravity list

4. Clone a profile

Duplicate an existing setup to a new profile:

multigravity clone work work-copy

Power User Features

Shell Autocompletion

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).

Self-Update

Keep multigravity up to date with one command:

multigravity update

System Diagnosis

Check if your environment is set up correctly:

multigravity doctor

Storage Stats

See how much space your profiles are taking up:

multigravity stats

Other Commands

Rename a profile

multigravity rename work freelance

Delete a profile

multigravity delete personal

You’ll be asked to confirm before anything is deleted.

Get help

multigravity help

Profile Name Rules


App Shortcuts

Every profile automatically gets a clickable launcher so you can open profiles directly without using the terminal:


Credits