53 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

🦆 Neueste installieren Yazi auf Ubuntu

Blitzschneller Terminal-Dateimanager in Rust geschrieben

Neueste Version: 26.8.15 · aktualisiert 2026-08-15
QuelleVersion
deb.griffo.io26.8.15 ✅
Offizielles Ubuntu🚫 nicht paketiert
← Zurück zur Startseite
📌 Installation auf einem bestimmten Release? Ubuntu 22.04 (jammy) · Ubuntu 24.04 (noble) · Ubuntu 25.10 (questing) · Ubuntu 26.04 (resolute)

Was ist Yazi?

Yazi (means "duck" 🦆) is a blazing fast terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience that outperforms traditional file managers through modern architecture and innovative features.

🚀 Warum neueste Versionen wichtig sind: Yazi is rapidly evolving with frequent releases containing performance optimizations, new plugins, enhanced image preview support, and workflow improvements. The latest versions include major architectural improvements and new features that significantly enhance the user experience.

⚡ Key Features of Yazi

🚀 Full Async Support

All I/O operations are asynchronous, CPU tasks spread across multiple threads, making the most of available resources for blazing fast performance.

🖼️ Image Preview

Built-in support for multiple image protocols including Kitty, iTerm2, Sixel, and more. Preview images, videos, PDFs, and code directly in terminal.

🔌 Plugin System

Concurrent Lua-based plugin system with UI plugins, functional plugins, custom previewers, and a built-in package manager.

📡 Data Distribution

Client-server architecture with Lua-based publish-subscribe model for cross-instance communication and state persistence.

🧰 Tool Integration

Seamless integration with ripgrep, fd, fzf, zoxide, and other modern command-line tools for enhanced workflows.

🎨 Customization

Theme system, custom layouts, Vim-like keybindings, mouse support, and extensive configuration options.

🏆 Why Yazi is Fast

  • Async I/O: Non-blocking operations prevent UI freezing
  • Multi-threading: CPU tasks distributed across threads
  • Smart Caching: Pre-loading and caching mechanisms
  • Rust Performance: Memory-safe systems programming language
  • Optimized Rendering: Efficient terminal rendering algorithms
🚀 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

🆓 Es gibt einen für immer kostenlosen Spiegel. deb-free.griffo.io liefert Pakete für immer kostenlos — ohne Konto, ohne Abo, höchstens 2 Monate hinter Upstream, Sicherheitsfixes sofort. Derzeit enthält er cliamp, Ghostty, lazydocker, Oh My Posh und Zed; Yazi ist nicht dabei, deshalb führt heute nur das Repository oben dorthin — auf Anfrage kann es aufgenommen werden.

So funktioniert der kostenlose Spiegel →

Schritt 2: Installieren Yazi

# Install latest Yazi
sudo apt install yazi

# Installation überprüfen
yazi --version
# Install latest Yazi
apt install yazi

# Installation überprüfen
yazi --version

🎯 Grundlegende Verwendungsbeispiele

Launch Yazi:

# Start Yazi in current directory
yazi

# Start in specific directory
yazi /path/to/directory

# File chooser mode (returns selected file)
yazi --chooser-file=/tmp/chosen

Essential keybindings:

# Navigation
j/k or ↑/↓    - Move up/down
h/l or ←/→    - Enter/exit directory
g/G           - Go to top/bottom
/             - Search files

# File operations
y             - Copy (yank)
x             - Cut
p             - Paste
d             - Delete
r             - Rename
c             - Create file/directory

# Views
t             - New tab
1-9           - Switch to tab
z             - Toggle hidden files

Advanced features:

# Bulk operations
space         - Select/deselect file
v             - Visual mode selection
ctrl+a        - Select all

# Plugin management
:             - Command mode
:plugin       - Plugin operations

# Integration
:zoxide       - Jump with zoxide
:fzf          - Fuzzy find files

🚀 Warum deb.griffo.io wählen?

📊 Repository Comparison:
  • Official Ubuntu: Often outdated versions missing latest features
  • Cargo Install: Requires Rust toolchain and compilation time
  • deb.griffo.io: Latest version available immediately

📦 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: Power users who need fast file management, developers working with large codebases, anyone wanting modern terminal file management with image preview, and users who appreciate Vim-like keybindings.

📦 Neueste Releases aus diesem Repository

❓ Häufig gestellte Fragen

Ist Yazi in den offiziellen Ubuntu-Paketquellen?

Nein, Yazi ist nicht in den offiziellen Ubuntu-Archiven paketiert. Dieses Repository ist derzeit die einzige apt-Quelle und liefert Yazi 26.8.15.

Wie installiere ich das neueste Yazi unter Ubuntu?

Fügen Sie das deb.griffo.io-Repository einmalig hinzu (Anleitung oben) und führen Sie dann aus: sudo apt install yazi. 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.