Antigravity

Antigravity is Google's desktop IDE.

Follow this guide to use Antigravity to access your Coder workspaces.

If your team uses Antigravity regularly, ask your Coder administrator to add Antigravity as a workspace application in your template. You can also use the Antigravity module to easily add Antigravity to your Coder templates.

Install Antigravity

Antigravity connects to your Coder workspaces using the Coder extension:

  1. Install Antigravity on your local machine.

  2. Open Antigravity and sign in with your Google account.

Install the Coder extension

  1. You can install the Coder extension through the Marketplace built in to Antigravity or manually.

    Search for Coder from the Extensions Pane and select Install.

Open a workspace in Antigravity

  1. From the Antigravity Command Palette (Ctrl+Shift+P or Cmd+Shift+P), enter coder and select Coder: Login.

  2. Follow the prompts to login and copy your session token.

    Paste the session token in the Coder API Key dialogue in Antigravity.

  3. Antigravity prompts you to open a workspace, or you can use the Command Palette to run Coder: Open Workspace.

Template configuration

Your Coder administrator can add Antigravity as a one-click workspace app using the Antigravity module from the Coder registry:

module "antigravity" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/antigravity/coder" version = "1.0.0" agent_id = coder_agent.example.id folder = "/home/coder/project" }