Automic VaultAutomic Vault

brew

yazi mit Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für yazi in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install yazi

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install yazi

MacPorts ports tree · sysutils/yazi/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add yazi

Alpine Linux edge package indexes · yazi · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#yazi

nixpkgs package indexes · pkgs/by-name/ya/yazi/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S yazi

Arch Linux sync databases · yazi · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install yazi

openSUSE Tumbleweed package metadata · yazi · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/yazi

Scoop official bucket manifest trees · bucket/yazi.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id sxyazi.yazi -e

Windows Package Manager source index · sxyazi.yazi · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Blazing fast terminal file manager written in Rust, based on async I/O

Verlauf

Projektgeschichte und Nutzung

Yazi is a Rust terminal file manager built around non-blocking async I/O. It became notable quickly because it combines the old terminal file-manager niche with newer expectations: image previews, code highlighting, plugin and theme management, cross-platform packaging, and integrations with tools such as ripgrep, fd, fzf, and zoxide.

Projektgeschichte

The GitHub repository was created in July 2023. The README describes Yazi as a terminal file manager written in Rust, based on non-blocking async I/O, and the official site foregrounds asynchronous I/O, multi-threaded CPU task handling, async task scheduling, multiple image protocols, and pre-cached previewing.

Yazi's architecture grew into a multi-crate Rust workspace with separate crates for the file manager, filesystem, TUI, plugin layer, scheduler, terminal handling, virtual filesystem, and supporting components. The README also documents a concurrent Lua plugin system, a package manager for plugins and themes, and a data-distribution service for cross-instance communication and state persistence.

Adoptionsgeschichte

Yazi's adoption has been unusually fast for a terminal file manager. The GitHub API showed roughly forty thousand stars by July 2026, and package metadata in the input already shows it present across Homebrew, Alpine, MacPorts, Nix, Arch, Scoop, Winget, and openSUSE-style ecosystems.

Its appeal overlaps with users of ranger, nnn, lf, vifm, and modern terminal workflows: people who want keyboard-first file management but also expect previews, async responsiveness, Lua customization, and clean integration with other fast CLI search/navigation tools.

Wie es verwendet wird

Users run yazi for the interactive terminal file manager and ya for helper/package-manager workflows. Common setup involves TOML files for the main config, keymap, and theme plus init.lua for Lua customization.

Practical workflows include browsing large directories without blocking, previewing images or source files in capable terminals, opening files through configured rules, using plugins for custom previews or actions, and integrating with ripgrep, fd, fzf, zoxide, shells, and editors.

Warum Paket-Nerds sich dafür interessieren

Yazi is a strong example of a modern CLI package becoming popular because it upgrades an old Unix interaction model without abandoning the terminal. It packages a full interactive app, helper command, config schema, plugin ecosystem, and terminal-media assumptions into a single installable tool.

For package nerds, Yazi is also a useful pressure test for terminal capability packaging: image protocols, optional preview helpers, shell integrations, cross-platform config paths, and plugin distribution all matter more than they would for a simple line-oriented CLI.

Zeitleiste

  • 2023-07-08: The sxyazi/yazi GitHub repository is created.
  • 2023-07-19: The first public GitHub release, v0.1.0, is published.
  • 2024: Yazi's release stream adds steady feature releases and a nightly build channel.
  • 2026-07: The GitHub API shows broad adoption, with about forty thousand stars and active development.

Related projects

  • ranger, lf, nnn, and vifm are neighboring terminal file managers in the same user niche.
  • ripgrep, fd, fzf, and zoxide are CLI tools Yazi documents as integrations.
  • Chafa and Ueberzug++ are related terminal image-preview tools/protocol helpers mentioned by Yazi documentation.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:sync

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/yazi/yazi.toml~/.config/yazi/keymap.toml~/.config/yazi/theme.toml~/.config/yazi/init.lua
Windows
%AppData%\yazi\config\yazi.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
yacliglobales Executable
yazicliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version26.5.6
Manager aktualisiert2026-06-15
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv26.5.6

https://github.com/sxyazi/yazi

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:yazi
Version26.5.6
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/yazi
Homepagehttps://yazi-rs.github.io
Repositoryhttps://github.com/sxyazi/yazi
Upstream-Dokumentationhttps://yazi-rs.github.io/docs/image-preview
LizenzMIT
Quellarchivhttps://github.com/sxyazi/yazi/archive/refs/tags/v26.5.6.tar.gz
Zuletzt aktualisiert2026-06-15T10:21:24-04:00
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameyazi
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

yazi

nix profile install nixpkgs#yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ya/yazi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

yazi 26.5.6-r0

Blazing fast terminal file manager written in Rust, based on async I/O

https://yazi-rs.github.io

sudo apk add yazi
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yazi-bash-completion 26.5.6-r0

Bash completions for yazi

https://yazi-rs.github.io

sudo apk add yazi-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yazi-cli 26.5.6-r0

Blazing fast terminal file manager written in Rust, based on async I/O - CLI

https://yazi-rs.github.io

sudo apk add yazi-cli
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yazi-doc 26.5.6-r0

Blazing fast terminal file manager written in Rust, based on async I/O (documentation)

https://yazi-rs.github.io

sudo apk add yazi-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yazi-fish-completion 26.5.6-r0

Fish completions for yazi

https://yazi-rs.github.io

sudo apk add yazi-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yazi-zsh-completion 26.5.6-r0

Zsh completions for yazi

https://yazi-rs.github.io

sudo apk add yazi-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yazi-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

yazi 26.5.6-3

Blazing fast terminal file manager written in Rust, based on async I/O

https://github.com/sxyazi/yazi

sudo pacman -S yazi
  • License: MIT
  • Architecture: x86_64
  • 7 Abhängigkeiten
  • 15 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yazi
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: yazi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

yazi 26.5.6-2.1

Blazing fast terminal file manager written in Rust, based on async I/O

https://github.com/sxyazi/yazi

sudo zypper install yazi
  • License: MIT
  • Category: Productivity/Text/Utilities
  • Architecture: x86_64
  • Source Package: yazi
  • 4 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yazi from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

yazi-bash-completion 26.5.6-2.1

Bash Completion for yazi

https://github.com/sxyazi/yazi

sudo zypper install yazi-bash-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: yazi
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yazi-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

yazi-fish-completion 26.5.6-2.1

Fish Completion for yazi

https://github.com/sxyazi/yazi

sudo zypper install yazi-fish-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: yazi
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yazi-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

yazi-zsh-completion 26.5.6-2.1

ZSH Completion for yazi

https://github.com/sxyazi/yazi

sudo zypper install yazi-zsh-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: yazi
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Yazi
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yazi-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

yazi

sudo port install yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/yazi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/yazi

scoop install main/yazi
  • normalized package name match
  • Abgeglichen nach: Yazi
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/yazi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

sxyazi.yazi

winget install --id sxyazi.yazi -e
  • normalized package name match
  • Abgeglichen nach: Yazi
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: sxyazi.yazi from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment