Zstd

Fast lossless compression algorithm used by Docker, kernel and package managers

About

Zstandard (zstd) is a real-time compression algorithm offering high compression ratios at very high speeds. Used by the Linux kernel, Docker, Facebook's infrastructure, and many package managers.

While `apt install zstd` exists, it ships older versions. More critically, zstd is needed as a build dependency for many other packages (kernel builds, Docker images, package managers) and having the latest version ensures compatibility with newer compression levels and dictionary formats.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-softwares/releases/latest/download/zstd--riscv64-linux.tar.gz

sudo tar -xzf zstd--riscv64-linux.tar.gz -C /usr/local/

Releases (6)
Release TagDateAssets
release-2026-07-06 2026-07-06 1 file(s) view →
release-2026-06-01 2026-06-01 1 file(s) view →
release-2026-05-01 2026-05-01 1 file(s) view →
release-2026-04-01 2026-04-01 1 file(s) view →
release-2026-03-16 2026-03-16 1 file(s) view →
release-2026-03-15 2026-03-15 1 file(s) view →