# Install See [the official docs](https://yazi-rs.github.io/docs/installation/). ## Windows Use winget: ``` winget install sxyazi.yazi # Install the optional dependencies (recommended): winget install Gyan.FFmpeg 7zip.7zip jqlang.jq sharkdp.fd BurntSushi.ripgrep.MSVC junegunn.fzf ajeetdsouza.zoxide ImageMagick.ImageMagick ``` ## Ubuntu Download official binary [from releases](https://github.com/sxyazi/yazi/releases). Install dependencies: ```bash apt install ffmpeg 7zip jq poppler-utils fd-find ripgrep fzf zoxide imagemagick ``` This had a libc version mismatch when I tried it on 22.04. For that the cargo version worked. ## Cargo ```bash cargo install --locked yazi-fm yazi-cli ```