Ruby

Ruby programming language — latest versions not available via apt for riscv64

About

Ruby is a dynamic, object-oriented programming language designed for developer happiness. Powers Rails, Jekyll, and many other frameworks.

`apt install ruby` on Ubuntu Noble gives Ruby 3.2. Ruby 3.3 and 3.4 bring YJIT improvements (30-40% faster Rails apps), better memory management, and new language features. No prebuilt riscv64 binary exists for these versions.

```bash

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

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

Releases (3)
VersionDateAssets
4.0.6 2026-09-08 2 file(s) view →
4.0.6 2026-08-26 1 file(s) view →
4.0.6 2026-08-12 1 file(s) view →