# Installation To install Goose, use `pipx`.First ensure [pipx][pipx] is installed: ``` sh brew install pipx pipx ensurepath ``` Then install Goose: ```sh pipx install goose-ai ``` [pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx You can then run `goose` from the command line with `goose session start`.