43 Entwickler-Tools, immer aktuell — neue Upstream-Releases landen innerhalb von Stunden in apt. Discord beitreten

📅 Ab ist für den apt-Mirror ein Abo erforderlich. Preise ansehen · 🆓 Es gibt einen für immer kostenlosen Spiegel

👻 Neuestes Ghostty Terminal unter Ubuntu installieren

Fast, GPU-accelerated terminal emulator with native UI

Neueste Version: 1.3.1 · aktualisiert 2026-08-18
QuelleVersion
deb.griffo.io1.3.1 ✅
Offizielles Ubuntu1.3.0 🛑
← Zurück zur Startseite

Was ist Ghostty?

Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. Created by Mitchell Hashimoto (founder of HashiCorp), Ghostty differentiates itself by providing speed, features, and native experience without forcing you to choose between them.

Ghostty wird für Ubuntu 24.04 LTS (noble), 25.10 (questing) und 26.04 LTS (resolute) gebaut. Ubuntu 22.04 (jammy) liefert GTK 4.6 — zu alt, um Ghostty zu bauen.

⚡ Key Features of Ghostty

🎮 GPU Acceleration

Uses OpenGL on Linux and Metal on macOS for hardware-accelerated rendering. Maintains 60fps under heavy load with superior performance.

🖥️ Native UI

True platform-native experience. SwiftUI on macOS, GTK on Linux. Real windowing, menu bars, and native settings panels.

📊 Standards Compliant

One of the most compliant terminal emulators available. Comprehensive xterm compatibility with modern terminal innovations.

🔧 Rich Features

Multi-window support, tabbing, splits, ligatures, and extensive customization options without sacrificing performance.

🏆 Performance Benchmarks

  • 4x faster than iTerm and Kitty for large text rendering
  • 2x faster than Terminal.app for IO operations
  • Competitive with Alacritty while offering much richer features
  • 60fps rendering maintained under heavy load
  • Low jitter IO with dedicated IO thread
🚀 Immer aktueller als die offiziellen Archive: Debian und Ubuntu frieren Paketversionen mit jedem Release ein — dieses Repository veröffentlicht neue Upstream-Versionen in der Regel innerhalb weniger Stunden. Ein einfaches apt upgrade hält Sie immer auf der neuesten Version.

📦 Installation von deb.griffo.io

Befehle ausführen

Schritt 1: Repository hinzufügen

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

🆓 Für immer kostenlose Alternative. Ghostty liegt auch im für immer kostenlosen Spiegel deb-free.griffo.io — ohne Konto, ohne Abo, höchstens 2 Monate hinter Upstream, Sicherheitsfixes sofort. Richte statt des Repositorys oben dieses ein:

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null
apt update

So funktioniert der kostenlose Spiegel →

Schritt 2: Installieren Ghostty

# Install latest Ghostty
sudo apt install ghostty

# Installation überprüfen
ghostty --version
# Install latest Ghostty
apt install ghostty

# Installation überprüfen
ghostty --version

🎯 Grundlegende Verwendungsbeispiele

Launch Ghostty:

# Start Ghostty terminal
ghostty

# Launch with specific configuration
ghostty --config-file ~/.config/ghostty/config

# Open new window
ghostty --new-window

Configuration Example:

# Create config directory
mkdir -p ~/.config/ghostty

# Basic configuration (~/.config/ghostty/config)
font-family = "JetBrains Mono"
font-size = 12
theme = "dark"
window-padding-x = 10
window-padding-y = 10

🚀 Warum deb.griffo.io wählen?

⚠️ Official Ubuntu Status: Ubuntu ships Ghostty 1.3.0, and only from 26.04 onwards — 24.04 LTS and 25.10 have no Ghostty at all. This repository tracks upstream releases and covers all three.

📦 Paket-Build-Repository

Die Ubuntu-Pakete werden automatisch in diesem GitHub-Repository erstellt und gepflegt:

🔗 Verwandte Pakete

Auch verfügbar von deb.griffo.io:

🎯 Perfekt für: Developers who want the fastest terminal experience, users switching from iTerm/Kitty/Alacritty, anyone needing GPU-accelerated performance with native platform integration.

📦 Neueste Releases aus diesem Repository

❓ Häufig gestellte Fragen

Ist Ghostty in den offiziellen Ubuntu-Paketquellen?

Ja, aber das offizielle Ubuntu-Archiv liefert Ghostty 1.3.0, während dieses Repository Ghostty 1.3.1 bereitstellt — wenige Stunden nach jedem Upstream-Release neu gebaut.

Wie installiere ich das neueste Ghostty unter Ubuntu?

Fügen Sie das deb.griffo.io-Repository einmalig hinzu (Anleitung oben) und führen Sie dann aus: sudo apt install ghostty. Neue Releases kommen über das normale sudo apt upgrade.

Sind die Pakete signiert und wie werden sie gebaut?

Jedes Paket ist mit dem GPG-Schlüssel des Repositories (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) signiert und wird aus Upstream-Releases in öffentlichen GitHub-Repositories gebaut, die jeder einsehen kann.

Welche Ubuntu-Versionen werden unterstützt?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing und 26.04 Resolute.