← Package directory
Available on winget

Install Yazi

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

Install with winget
winget install --id sxyazi.yazi
Upgrade
winget upgrade --id sxyazi.yazi
Uninstall
winget uninstall --id sxyazi.yazi

About Yazi

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

What's new in 26.5.6

See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2656 for the changelog.

Read release notes

Version history

Version Updated Notes
26.5.6 Unknown See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2656 for the changelog.
26.1.22 Unknown See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26122 for the changelog.
26.1.4 Unknown See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2614 for the changelog.
25.12.29 Unknown See https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v251229 for the changelog.
25.5.31 Unknown This is a maintenance release, focusing on bug fixes. What's Changed - fix: expose ui.Wrap by @sxyazi in #2810 - fix: forward --end-of-word of the input should consider the mode's delta by @sxyazi in #2811 - fix: make ev...
25.5.28 Unknown Breaking Changes - [manager] is deprecated. #2803 - tab_width is removed since no longer need to set it manually. #2745 - tab_active and tab_inactive are moved under the new [tabs] section. #2745 Deprecated - ya.mgr_emit...
25.4.8 Unknown Breaking Changes - Supported wraparound navigation and enabled it by default. #2485 - Replaced tasks_show and close_input with tasks:show and input:close. #2530 - frag, name, stem, ext, and parent on Url, name on tab::Ta...
25.3.2 Unknown This is a quick fix release that addresses the issue where, under SSH, terminal response sequences are not completely consumed and are leaked to the screen. Thanks to @Crdr0122 and @SpookyYomo for reporting and helping r...
25.2.26 Unknown Breaking Changes - The [completion] component has been renamed to [cmp]. #2399 Deprecated - MANAGER, PREVIEW, PLUGIN, and THEME have been deprecated in favor of the new rt and th. #2389 - ya.manager_emit() has been depre...
25.2.11 Unknown This is a quick fix release that addresses a few issues introduced in the previous version 25.2.7. Besides that, a new overall option has been added under [status] in theme.toml, which allows you to set the overall style...
25.2.7 Unknown Deprecated - ya.md5() has been deprecated in favor of the new ya.hash(), in #2168 - The plugin entry file init.lua has been deprecated in favor of the new main.lua, in #2168 - arrow -99999999 and arrow 99999999 have been...
0.4.2 Unknown This is a quick patch release with 3 fixes: - Fixed an issue where switching directories in Yazi didn't update the CWD, causing issues with features that depend on the CWD (like terminal splitting and cd --interactive pa...
0.4.1 Unknown This is a quick patch version with 4 fixes: - Fixed an issue where Yazi would freeze when waiting for terminal response, in old tmux versions (v3.2a or lower), or 2-layer nested terminal setup (tmux -> Neovim's :terminal...
0.3.3 Unknown This version fixes a regression from the previous release that caused some keys to stop working. And it resolves a long-standing issue where the file list couldn't refresh automatically in Windows WSL.This version also i...
0.3.2 Unknown This version introduces two eagerly awaited new features: a brand-new confirm component, and word wrapping.Brand-new confirm component #1167 (thanks to @thelamb) introduces a brand-new confirm component that handles vari...
0.3.0 Unknown After three months of development, I'm excited to announce the release of Yazi 0.3 today! This version brings a host of new features and bug fixes. Thank you to every contributor for making Yazi better and better!This is...
0.2.5 Unknown No notes