sxyazi/yazi

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

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 28 minutes ago
Added to GitGenius on August 31st, 2026
Created on July 8th, 2023
Open Issues & Pull Requests: 66 (+0)
Number of forks: 999
Total Stargazers: 41,837 (-2)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 4.5 days
90th percentile: 46.3 hours
Tracked items: 1,316

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 12
Closed in 7 days: 11
Avg open age: 338 days
Stale 30+ days: 41
Stale 90+ days: 26

Recent activity

Opened in 7 days: 10
Closed in 7 days: 10
Comments in 7 days: 7
Events in 7 days: 16

Top labels

  • invalid (548)
  • bug (398)
  • feature (376)
  • needs info (221)
  • cant reproduce (40)
  • waiting on op (33)
  • good first issue (29)
  • enhancement (26)

Detailed Description

Yazi is a terminal file manager written in Rust that prioritizes speed through asynchronous I/O and concurrent task handling.

The tool addresses the need for responsive file management in terminal environments by building on non-blocking async I/O, where all file operations run asynchronously and CPU-intensive tasks spread across multiple threads. This architecture enables real-time progress updates, task cancellation, and priority-based scheduling. The manager includes built-in image protocol support, code highlighting, and image decoding with preloading to accelerate file loading. It offers a concurrent plugin system using Lua for UI customization and functional extensions, a virtual filesystem layer for remote file management, and a data distribution service using a client-server model for cross-instance communication without requiring a separate server process.

Yazi suits developers and power users who spend significant time in terminal environments and want file management without leaving the command line. It integrates with common tools like ripgrep, fd, fzf, and zoxide. The tool provides vim-like keybindings and components, multi-tab support, bulk operations, visual mode, and a package manager for plugins and themes. Those accustomed to traditional GUI file managers will find familiar features like drag-and-drop, trash bin, and mouse support alongside terminal-native capabilities.

The project is in heavy development with breaking changes expected, though it is documented as suitable for daily use. Development activity shows ongoing work across multiple areas including core functionality, plugin ecosystem expansion, and documentation. The maintainers actively engage with the community through Discord and Telegram channels, indicating responsive communication around the tool's evolution.