Back

Use Yazi on Milk-V Duo 256M

Use Yazi on Milk-V Duo 256M

Yazi is a super fast CLI file explorer written in Rust. This guide walks you through running Yazi on the Milk-V Duo 256M, a tiny RISC-V board.

Steps

  1. Update Repository
    sudo apt update
    
  2. Install Prerequisites
    sudo apt install ffmpeg 7zip jq poppler-utils fd-find ripgrep fzf zoxide imagemagick wget
    
  3. Download Yazi from GitHub Releases
    Currently, there is no package available for Debian/Ubuntu.
    cd /home/debian/
    wget https://github.com/sxyazi/yazi/releases/download/v25.3.2/yazi-riscv64gc-unknown-linux-gnu.zip
    
  4. Extract the Archive
    7z e /home/debian/yazi-riscv64gc-unknown-linux-gnu.zip -o/home/debian/yazi
    
  5. Copy the Binaries to /usr/local/bin
    debian@duo256:/usr/local/bin$ sudo cp /home/debian/yazi /usr/local/bin
    debian@duo256:/usr/local/bin$ sudo cp /home/debian/ya /usr/local/bin
    
  6. Run Yazi
    yazi
    

For more detailed documentation, visit the Yazi Quick Start Guide.

/articles/yazi.jpeg