# Use Gemini with Jobwright

Install Antigravity, sign in with Google, then choose Antigravity in Jobwright.

Canonical page: https://www.jobwright.io/docs/agents/gemini/
Markdown source: https://www.jobwright.io/docs/agents/gemini.md

Install Antigravity, sign in with Google, then select Antigravity in Jobwright.

## Before you start

- Use a Google account that Antigravity accepts. Google controls account access and usage limits.
- Install the agent in the same operating-system environment as Jobwright. A Windows install cannot use an agent that exists only in WSL.

## Install the agent

### Windows

```powershell
irm https://antigravity.google/cli/install.ps1 | iex
```

### macOS and Linux
```bash
curl -fsSL https://antigravity.google/cli/install.sh | bash
```

## Sign in with the provider

Run agy. If no saved session exists, Antigravity opens a browser for Google sign-in.
```bash
agy
```

## Connect it to Jobwright

Open Jobwright. Open Settings, then Local agents. Select Rescan and choose Antigravity. Continue after the agent shows Ready.

> Jobwright does not receive the provider password, API key, access token, payment details, or recovery codes. Complete sign-in in the provider tool.

[Open the official setup guide](https://antigravity.google/docs/cli/install)
