Skip to content

clayrisser/debian-ghostty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ghostty Logo Debian Logo
Ghostty for Debian
& Ubuntu

πŸ‘» Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

⭐⭐⭐ Love using Ghostty on Debian? Show your support by starring this repo! ⭐⭐⭐

Ghostty is built using Zig, a powerful systems programming language. Check out my Debian package for Zig above.

About

This repository contains Debian packaging for Ghostty.

Installation

Debian 12 (Bookworm) / Ubuntu 22.04 LTS (Jammy)

repository installation

echo 'deb http://download.opensuse.org/repositories/home:/clayrisser:/bookworm/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:clayrisser:bookworm.list
curl -fsSL https://download.opensuse.org/repositories/home:clayrisser:bookworm/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_clayrisser_bookworm.gpg > /dev/null
sudo apt update
sudo apt install ghostty

direct installation

ARCH="$(dpkg --print-architecture)"
curl -LO https://download.opensuse.org/repositories/home:/clayrisser:/bookworm/Debian_12/$ARCH/ghostty_1.1.3-1_$ARCH.deb
sudo apt install ./ghostty_1.1.3-1_$ARCH.deb

Debian 13 (Trixie), Debian Sid (Unstable) / Ubuntu 24.04 LTS (Noble)

repository installation

curl -fsSL https://download.opensuse.org/repositories/home:clayrisser:sid/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_clayrisser_sid.gpg > /dev/null
ARCH="$(dpkg --print-architecture)"
sudo tee /etc/apt/sources.list.d/home:clayrisser:sid.sources > /dev/null <<EOF
Types: deb
URIs: http://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/
Suites: /
Architectures: $ARCH
Signed-By: /etc/apt/keyrings/home_clayrisser_sid.gpg
EOF
sudo apt update
sudo apt install ghostty

direct installation

ARCH="$(dpkg --print-architecture)"
curl -LO https://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/$ARCH/ghostty_1.1.3-4_$ARCH.deb
sudo apt install ./ghostty_1.1.3-4_$ARCH.deb

Downloads

Builds

The packages are built using the Open Build Service.