42 个开发者工具,始终保持最新 — 上游每次发布后数小时内即可通过 apt 获取。 加入 Discord

📅 自 起,使用本 apt 镜像将需要订阅。 查看价格

🦆 安装最新的 Yazi 在 Debian 上

用 Rust 编写的超快终端文件管理器

最新版本:26.8.15 · 更新于 2026-08-15
来源版本
deb.griffo.io26.8.15 ✅
官方 Debian🚫 未收录
← 返回首页
📌 在特定发行版本上安装? Debian 12 (bookworm) · Debian 13 (trixie) · Debian 14 (forky) · Debian Sid

什么是 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.

🚀 Why Latest Versions Matter: 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
🚀 始终领先于官方软件源:Debian 和 Ubuntu 在发布时会冻结软件包版本——本仓库通常在上游发布后数小时内即发布新版本。只需 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 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

步骤 2:安装 Yazi

# Install latest Yazi
sudo apt install yazi

# Verify installation
yazi --version
# Install latest Yazi
apt install yazi

# Verify installation
yazi --version

🎯 基本使用示例

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

🚀 为什么选择 deb.griffo.io?

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

📦 软件包构建仓库

Debian 软件包在此 GitHub 仓库中自动构建和维护:

🔗 相关软件包

也可从 deb.griffo.io 获取:

🎯 Perfect for: 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.

📦 本仓库最近发布

❓ 常见问题

Yazi 在官方 Debian 软件源中吗?

不在 — 官方 Debian 源没有打包 Yazi。本仓库目前是唯一的 apt 来源,提供 Yazi 26.8.15。

如何在 Debian 上安装最新版 Yazi?

按上方说明一次性添加 deb.griffo.io 仓库,然后运行:sudo apt install yazi。之后通过常规的 sudo apt upgrade 获取新版本。

软件包是否有签名?如何构建?

每个软件包都使用仓库的 GPG 密钥(EA0F721D231FDD3A0A17B9AC7808B4DD62C41256)签名,并基于上游发布在公开的 GitHub 仓库中构建,任何人都可以审查。

支持哪些 Debian 版本?

Debian 12 Bookworm、Debian 13 Trixie、Forky 和 Sid。