Beginner's Guide

Build apps with AI.
No experience needed.

Antigravity is an AI code editor that writes code for you. Multigravity lets you manage separate workspaces for each project. This page gets you from zero to running in 5 minutes.

Start setup

What are these tools?

If you're hearing words like "IDE", "terminal", and "profiles" for the first time, here's what they mean.

Antigravity

A smart notepad for code. You describe what you want to build in plain English, and the AI writes the code. You don't need to know programming.

Profile / Workspace

Like user accounts on your phone. Each one has its own login, settings, and projects — completely separate from the others.

Multigravity

A tool that creates and switches between workspaces. Instead of logging in and out, you run one short command and a separate copy opens.


Watch how it works

This walkthrough types real commands and shows what you'll see in your terminal.

Terminal
Install
Health Check
Create Profile
Launch
Click play to start the walkthrough
Step-by-step

Setup guide

Follow these steps exactly. Each one tells you what to do, where to click, and what you should see.

0
Make sure Antigravity is installed

You need the Antigravity IDE on your computer before using Multigravity. If you already have it, skip to Step 1. If not, download it from the official Antigravity website and install it like any other application.

How to check: Look in your Applications folder (Mac), Start Menu (Windows), or run which antigravity in your terminal (Linux). If it's there, you're good.
1
Open your terminal

A terminalA text-based way to talk to your computer. Instead of clicking buttons, you type short commands. Think of it as texting your computer. is where you type commands. Think of it as texting instructions to your computer.

Press Command + Space on your keyboard. A search bar appears. Type Terminal and press Enter. A window with text opens — that's your terminal.

Click the Start button (Windows icon, bottom-left of screen). Type PowerShell and click "Windows PowerShell" from the results. A blue window opens — that's your terminal.

Important: Use PowerShell, not Command Prompt. They look similar but are different. PowerShell has a blue icon.

Press Ctrl + Alt + T. This opens the terminal on most Linux systems. If that doesn't work, search for "Terminal" in your applications menu.

2
Install Multigravity

Copy the command below (click Copy), paste it into your terminal, and press Enter. It downloads and sets up everything automatically.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Pulkit7070/multigravity-pro/main/install.sh)"
How to paste in terminal: Press Command + V, then press Enter.
irm https://raw.githubusercontent.com/Pulkit7070/multigravity-pro/main/install.ps1 | iex
How to paste in PowerShell: Right-click anywhere in the blue window. The text appears automatically. Then press Enter.

Wait 10-30 seconds. Text will scroll by — that's normal. You'll see a success message when it's done.

3
Verify the installation

Type this and press Enter. It runs a health check.

multigravity doctor

You should see green checkmarks. If everything is green, you're ready. If something is red, the message will tell you what to fix.

What is "doctor"? It's a health check for the installation — it confirms Antigravity is found and all files are in the right place.
4
Create your first workspace

Pick a name for your workspace — like the project you're working on, or just "work". Type this and press Enter:

multigravity new my-project

Replace my-project with whatever name you want. Use only letters, numbers, and hyphens (the minus sign). No spaces.

Name ideas: work, personal, client-a, my-app, school
5
Open your workspace

Type the name you chose and press Enter:

multigravity my-project

Antigravity opens with your workspace. You can log in, install extensions, and change settings — nothing will affect your other workspaces.

Setup complete

Here's what you just accomplished:

Next steps

What you can do now

All of these are single-line commands you type in your terminal.

More workspaces

Run multigravity new second-project to create another. No limit.

List workspaces

Run multigravity list to see every workspace you've created.

Check status

Run multigravity status to see which are open and their disk usage.

Save as template

Run multigravity template save my-project my-template to reuse a setup.

Quick login switch

Run multigravity new client --auth-only for a tiny 2 MB workspace that shares extensions.

Back up

Run multigravity export my-project to save a workspace to a file.

Full command reference and developer docs →


Questions

Frequently asked

Written for people who are new to all of this.

No. Antigravity is AI-powered — you describe what you want in plain English and the AI writes code for you. Multigravity just helps you organize separate workspaces. The only "coding" you do is typing short commands like multigravity new work.
Building apps by describing what you want in natural language instead of writing code yourself. You say "make me a to-do list app" and the AI generates the code. Antigravity + Multigravity is a setup for exactly this.
The terminal is just a text box. You cannot break your computer by running the commands on this page. The worst that happens is a typo — just retype the command. Every command here has been tested.
Multigravity is free and open source. Antigravity IDE has its own pricing with a free tier included. Check the Antigravity website for current plans.
A full profile is a completely separate copy — its own extensions, settings, and login. Uses about 500 MB.

An auth-only profile shares your extensions and settings but has a separate login. Uses about 2 MB. Use this when you just need to switch accounts.
Run multigravity doctor first — it checks what's wrong.

"command not found" — Close your terminal and open a new one. The install added a command that needs a fresh terminal to appear.

"Antigravity not found" — Install the Antigravity IDE from the official website first.

Still stuck? Open an issue on GitHub.
No. Multigravity never touches the Antigravity IDE. It only creates separate workspace folders. When Antigravity releases updates (new AI models, features), your IDE updates through its own updater. All workspaces automatically use the latest version.
Yes. All three are fully supported. The Windows version was rewritten and tested across 40+ scenarios.

Reference

Glossary

Technical terms you might see, explained in plain language.

TerminalA text window where you type commands. On Mac it's called "Terminal", on Windows it's "PowerShell".
IDE"Integrated Development Environment" — a code editor. Think of it as Microsoft Word, but for code. Antigravity is an IDE.
ProfileA separate, isolated space with its own login, settings, and projects. Like different user accounts on a phone.
ExtensionAn add-on that gives the editor extra abilities. Like apps on your phone — install the ones you need.
CLI"Command Line Interface" — a tool you use by typing commands, not clicking buttons.
Auth-onlyA lightweight workspace that only separates your login. Extensions and settings are shared. Uses almost no disk space.
TemplateA saved copy of a workspace. Configure once, then stamp out new workspaces from it.
PATHA list of folders your computer checks when you type a command. If you get "command not found", close and reopen your terminal.

Get help, share feedback, stay updated

Stuck on something? Want to request a feature? Just want to see what's coming next? Connect with us — we're building this for people like you and your input matters.

GitHub Follow on X
Report a bug or request a feature Ask a question