43 herramientas de desarrollo, siempre actualizadas — cada nueva versión upstream llega a apt en cuestión de horas. Únete al Discord

📅 A partir del , el mirror de apt requerirá una suscripción. Ver precios · 🆓 Existe un espejo gratis para siempre

👻 Instalar la última versión de Ghostty Terminal en Ubuntu

Fast, GPU-accelerated terminal emulator with native UI

Última versión: 1.3.1 · actualizado 2026-08-18
FuenteVersión
deb.griffo.io1.3.1 ✅
Ubuntu oficial1.3.0 🛑
← Volver al inicio

¿Qué es 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 se compila para Ubuntu 24.04 LTS (noble), 25.10 (questing) y 26.04 LTS (resolute). Ubuntu 22.04 (jammy) incluye GTK 4.6, demasiado antiguo para compilar Ghostty.

⚡ 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
🚀 Siempre por delante de los archivos oficiales: Debian y Ubuntu congelan las versiones de los paquetes al publicar cada versión — este repositorio publica las nuevas versiones upstream normalmente en cuestión de horas. Un simple apt upgrade te mantiene siempre en la última versión.

📦 Instalación desde deb.griffo.io

Ejecutar los comandos

Paso 1: Agregar repositorio

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

🆓 Alternativa gratis para siempre. Ghostty también está en el espejo gratis para siempre deb-free.griffo.io: sin cuenta, sin suscripción, como máximo 2 meses por detrás del upstream y correcciones de seguridad inmediatas. Añade ese repositorio en lugar del anterior:

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

Cómo funciona el espejo gratuito →

Paso 2: Instalar Ghostty

# Install latest Ghostty
sudo apt install ghostty

# Verificar instalación
ghostty --version
# Install latest Ghostty
apt install ghostty

# Verificar instalación
ghostty --version

🎯 Ejemplos de uso básico

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

🚀 ¿Por qué elegir deb.griffo.io?

⚠️ 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.

📦 Repositorio de construcción de paquetes

Los paquetes de Ubuntu se construyen y mantienen automáticamente en este repositorio de GitHub:

🔗 Paquetes relacionados

También disponible desde deb.griffo.io:

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

📦 Últimas versiones publicadas por este repositorio

❓ Preguntas frecuentes

¿Está Ghostty en los repositorios oficiales de Ubuntu?

Sí, pero el archivo oficial de Ubuntu trae Ghostty 1.3.0, mientras que este repositorio ofrece Ghostty 1.3.1, recompilado pocas horas después de cada versión upstream.

¿Cómo instalo el último Ghostty en Ubuntu?

Añade el repositorio deb.griffo.io una sola vez con las instrucciones de arriba y ejecuta: sudo apt install ghostty. Las nuevas versiones llegan con el sudo apt upgrade habitual.

¿Los paquetes están firmados y cómo se compilan?

Cada paquete está firmado con la clave GPG del repositorio (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) y se compila a partir de versiones upstream en repositorios públicos de GitHub que cualquiera puede inspeccionar.

¿Qué versiones de Ubuntu son compatibles?

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