To keep my local Ghostty installation up to date with the upstream tip release.
- Go
1.25or newer installed on your system. - Zig
0.15.2installed on your system. (Ghostty tip release requires Zig0.15.2, other versions aren't guaranteed to work.) - Minisign installed on your system. (Used to verify the authenticity of the downloaded tarball using the provided signature.)
# Clone the repository
git clone https://github.com/shinebayar-g/ghostty-linux-updater.git
# Change to the repository directory
cd ghostty-linux-updater
# Run the update script
go run ./cmd/Just run the above command whenever you want to update your local Ghostty installation to the latest tip release. The script will handle downloading, verifying, and installing the latest version for you.