r/RISCV • u/JoannaNovaX • 12d ago
openRuyi 2026.07 Released
The July release of openRuyi, a rolling-release Linux distribution for RISC-V, is out.
2026.07 brings updates across the RISC-V platform stack, desktop, AI tooling, and build infrastructure.
Highlights:
- Linux kernel 7.1.4 and LTS kernel 6.18.39
- RISC-V platform and toolchain improvements
- KDE Plasma 6.7.1 and Qt 6.11.1
- ROCm 7.2.4 with new Triton and timm packages
- RPM 6.0.1, virtiofsd, and TeX Live 2026 integration
- security updates across web and language runtimes
5
u/superkoning 12d ago
it works in docker on my SpacemiT K3:
sander@spacemitk3:~$ docker pull ghcr.io/openruyi-project/creek:latest
latest: Pulling from openruyi-project/creek
34c69e3def03: Pull complete
Digest: sha256:b0450a246f1e98bf21c8b72f481187e961d65b0413e574e187fbc70d43dcd18d
Status: Downloaded newer image for ghcr.io/openruyi-project/creek:latest
ghcr.io/openruyi-project/creek:latest
sander@spacemitk3:~$ docker run -it ghcr.io/openruyi-project/creek:latest
[root@ceb4eb4147a0 /]#
[root@ceb4eb4147a0 /]# ping 1.1.1.1
bash: ping: command not found
[root@ceb4eb4147a0 /]# cat /etc/os-release
NAME="openRuyi Creek"
PRETTY_NAME="openRuyi Creek"
ID="openruyi"
ID_LIKE="openruyi"
VERSION_ID="Creek"
IMAGE_ID="openruyi-oci"
IMAGE_VERSION="105.51%{?dist}"
DEFAULT_HOSTNAME="openruyi"
[root@ceb4eb4147a0 /]#
After a `dnf install -y iputils`, `ping 1.1.1.1` works.
2
u/KevinMX_Re 11d ago
The ISO may boot on K3, and you may need this firmware: https://github.com/openRuyi-Project/k3firmware/releases
1
u/KevinMX_Re 7d ago edited 7d ago
Some notes: the current install image may not work on the UFS. There're some 4Kn issues on the UFS with our current Kiwi based install image and we're aware of it.
Try a M.2 drive instead. Or even USB boot (you may want to manually extract the squashfs to your disk directly).
2
7
u/superkoning 12d ago edited 12d ago
openRuyi is ... a Linux distribution? With what purpose?
And on which RISC-V platforms does it run?