Что такое 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
🎮 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.
🏆 Тесты производительности
- В 4 раза быстрее чем iTerm и Kitty при рендеринге большого текста
- В 2 раза быстрее чем Terminal.app при операциях ввода/вывода
- Сравним с Alacritty, предлагая при этом значительно больше функций
- 60fps рендеринг под высокой нагрузкой
- Низкая задержка ввода/вывода с выделенным потоком IO
apt upgrade всегда держит вас на последней версии.
📦 Установка из deb.griffo.io
Шаг 1: Добавить репозиторий
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 updateinstall -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🆓 Бесплатная навсегда альтернатива. Ghostty есть и в вечно бесплатном зеркале deb-free.griffo.io — без аккаунта, без подписки, не более 2 месяцев позади upstream, исправления безопасности сразу. Подключите его вместо репозитория выше:
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 updateinstall -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Шаг 2: Установить Ghostty
# Установить последнюю версию Ghostty
sudo apt install ghostty
# Проверить установку
ghostty --version# Установить последнюю версию Ghostty
apt install ghostty
# Проверить установку
ghostty --version🎯 Примеры базового использования
Launch Ghostty:
# Start Ghostty terminal
ghostty
# Launch with specific configuration
ghostty --config-file ~/.config/ghostty/config
# Open new window
ghostty --new-windowConfiguration 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🚀 Почему стоит выбрать deb.griffo.io?
- ✅ Immediate Access: Get Ghostty 1.3.1+ right now, no waiting for official packaging
- ✅ Latest Features: Access newest performance improvements and features
- ✅ Automatic Updates: Packages updated within hours of upstream releases
- ✅ Proper Dependencies: Correctly packaged with GTK and graphics dependencies
- ✅ Multi-Distribution: Works on Ubuntu 24.04 LTS, 25.10 and 26.04 LTS
- ✅ No Compilation: Pre-built binaries, no need to compile from source
📦 Репозиторий сборки пакетов
Пакеты Ubuntu автоматически собираются и поддерживаются в этом репозитории GitHub:
- 👻 ghostty-debian - Latest release builds
🔗 Связанные пакеты
Также доступно из deb.griffo.io:
- Zig Programming Language - Ghostty написан на Zig
- Yazi File Manager - Идеальный спутник для работы в терминале
- fzf Fuzzy Finder - Улучшенная навигация в терминале