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
12 changes: 4 additions & 8 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,11 @@ Other than that, instructions are nearly identical to NixOS.

### openSUSE

openSUSE has [dropped][opensuse-dropped] Ghostty from its official repositories
as it does not allow packages to depend on a specific version of Zig. This is a
*crucial* issue for Ghostty, as nearly all new Zig releases introduce breaking
changes, preventing software targeting a previous Zig version to be compiled.
Ghostty is available as [`ghostty`](https://software.opensuse.org/package/ghostty) in the official openSUSE Tumbleweed repository.

[opensuse-dropped]: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/BMZTZ2DCNWXARP5UD7MECR6PCWOTKR5G/#BMZTZ2DCNWXARP5UD7MECR6PCWOTKR5G

openSUSE users should try to build Ghostty from source instead, or try
installing Ghostty from a third-party, community-maintained repository.
```sh
zypper install ghostty
```

### Snap

Expand Down