Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ Additionally, prerelease builds are also available on the AUR
under `ghostty-git`. See the ["Prerelease Builds"](/docs/install/pre#aur)
for specific details.

### conda-forge

Ghostty is available on [`conda-forge`](https://conda-forge.org), a cross-platform, community-driven packaging system.
It can be installed using [`pixi`](https://pixi.prefix.dev/latest/#installation).

```sh
pixi global install ghostty
```

### Gentoo

Ghostty is available in the official Gentoo repository.
Expand Down