Skip to content

Commit

Permalink
Merge pull request #270 from psadi/main
Browse files Browse the repository at this point in the history
Add link for Universal AppImage Distribution
  • Loading branch information
mitchellh authored Jan 24, 2025
2 parents cca7d7e + 73c0d8b commit 1ac7337
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,25 @@ sudo apt install ./ghostty_*.deb
<Warning>
This is a user-maintained package. It is not an official Ubuntu package.
</Warning>

### Universal AppImage

Ghosty is available as a Universal AppImage from
[ghostty-appimage](https://github.com/psadi/ghostty-appimage) on GitHub.
Upon downloading the `.appimage` file from the
[Releases](https://github.com/psadi/ghostty-appimage/releases) page, follow the
below instructions:

```bash
chmod +x Ghostty-x86_64.AppImage
./Ghostty-x86_64.AppImage
```

Alternatively, setup can be done graphically by right-clicking
the `Ghostty-x86_64.AppImage` file, selecting **Properties**, navigating to
the **Permissions** tab and checking the box that says **Executable as
Program**.

<Warning>
This is a user-maintained AppImage. It is not an official AppImage.
</Warning>

0 comments on commit 1ac7337

Please sign in to comment.