> ## Documentation Index
> Fetch the complete documentation index at: https://gx.mubbie.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> How to install gx

## Homebrew (recommended)

The fastest way to install on macOS or Linux:

```bash theme={null}
brew tap mubbie/tap
brew install gx-git
```

Update:

```bash theme={null}
brew upgrade gx-git
```

## Go

If you have Go installed:

```bash theme={null}
go install github.com/mubbie/gx-cli@latest
```

## pip / pipx

Python 3.9+ (the Python version of gx):

```bash theme={null}
pipx install gx-git
```

## Binary Download

Download pre-built binaries from [GitHub Releases](https://github.com/mubbie/gx-cli/releases).

Available for:

* macOS (ARM, Intel)
* Linux (x64, ARM)
* Windows (x64, ARM)

Add the binary to your `PATH` after downloading.

## Verify

```bash theme={null}
gx --version
gx
```
