📣 Wichtige Aktualisierung — der Zugang ändert sich am 1. Oktober 2026

Ab dem 1. Oktober 2026 um 12 Uhr mittags (UK-Zeit) wird für diesen Spiegel eine Authentifizierung benötigt, damit apt weiterhin funktioniert.
Ein Jahresabonnement gewährleistet ununterbrochenen Zugang und unterstützt das Projekt direkt. Vielen Dank! 🙏

🔑 Jahresabonnement erwerben

💬 Fragen, Probleme oder sonstiges zu diesem Repository? Tritt unserer Discord-Community bei — der beste Ort für Hilfe und den Austausch mit anderen Nutzern.
Früher über Buy Me a Coffee unterstützt? Das ist wunderbar! Komm auf unseren Discord und wir sorgen für ein kostenloses lebenslanges Abonnement für dich. 💜

👻 Neueste installieren Ghostty Terminal

Fast, GPU-accelerated terminal emulator with native UI

Neueste Version: 1.0+ (Veröffentlicht December 2024)
← 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 updates will only available in Trixie and newer versions of debian. Bookworm is not updated beyond 1.1.3

⚡ 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

🆕 Neu in Ghostty 1.0+

📦 Installation von debian.griffo.io

Schritt 1: Repository hinzufügen

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

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 debian.griffo.io wählen?

⚠️ Official Debian Status: Ghostty is a very new project (1.0 released December 2024) and is not yet available in official Debian repositories. debian.griffo.io provides immediate access to the latest stable releases.

📦 Paket-Build-Repository

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

🔗 Verwandte Pakete

Auch verfügbar von debian.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.