Skip to content
Merged
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
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<img src="./assets/appimage.png" alt="AppImage Logo" width="128">
<br>Ghostty AppImage<br>
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
<img src="https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status">
<img src="https://img.shields.io/github/v/release/psadi/ghostty-appimage" alt="GitHub Release">
<img src="https://img.shields.io/github/release-date/psadi/ghostty-appimage" alt="GitHub Release Date">
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
<img src="https://github.com/pkgforge-dev/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status">
<img src="https://img.shields.io/github/v/release/pkgforge-dev/ghostty-appimage" alt="GitHub Release">
<img src="https://img.shields.io/github/release-date/pkgforge-dev/ghostty-appimage" alt="GitHub Release Date">
<img src="https://img.shields.io/github/downloads/pkgforge-dev/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
<img src="https://img.shields.io/github/downloads/pkgforge-dev/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
</p></h1>

This repository provides build scripts to create a Universal AppImage for [Ghostty](https://ghostty.org/). This unofficial build offers an executable AppImage compatible with any Linux distribution (Including musl based).
Expand All @@ -16,14 +16,14 @@ This repository provides build scripts to create a Universal AppImage for [Ghost

## 🚀 Quick Start

1. Download the latest AppImage from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
1. Download the latest AppImage from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
2. Follow the installation instructions below to run the AppImage.

## 📦 Builds

1. Ghostty AppImages are available for both **x86_64** and **aarch64** systems.
1. Stable builds are based on upstream releases, with minor fixes and patches released as **version+1** tag(s).
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are built and released at **00:00 UTC every day** and are available as pre-releases in the [releases](https://github.com/psadi/ghostty-appimage/releases/tag/tip) section.
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are built and released at **00:00 UTC every day** and are available as pre-releases in the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases/tag/tip) section.

## ⚙️ Installation

Expand All @@ -34,7 +34,7 @@ Run the following commands in your terminal:

```bash
# Download the latest AppImage package from releases
wget https://github.com/psadi/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
wget https://github.com/pkgforge-dev/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage

# Make the AppImage executable
chmod +x Ghostty-${VERSION}-${ARCH}.AppImage
Expand Down Expand Up @@ -94,7 +94,7 @@ _Note: Ensure you have the necessary permissions to run these commands. For more
<details>
<summary><b>Graphical (Manual)</b></summary>

1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
2. Locate the downloaded file in your file explorer (e.g., Nautilus, Thunar, PCManFM).
3. Right-click the downloaded file and select **Properties**.
4. Navigate to the **Permissions** tab and check the box that says **Allow executing file as program/Executable as Program**.
Expand Down Expand Up @@ -124,7 +124,7 @@ Ghostty AppImage can easily be managed using graphical tools such as [AppImageLa

2. **Using [Gear Lever](https://github.com/mijorus/gearlever)**

- Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
- Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
- Simply drag and drop the files from your file manager into the Gear Lever application.
- Follow the on-screen instructions to configure the setup as a one-time installation process.

Expand All @@ -139,7 +139,7 @@ Since AppImages are self-contained executables, there is no formal installation
<details>
<summary><b>Update (Manual)</b></summary>

1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
1. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.

</details>
Expand Down