Happy to share what I've been working on these past weeks at RISE: free #riscv GitHub Actions runners for any open source project.

Real hardware, not QEMU. Ephemeral #kubernetes pods on bare-metal RISC-V nodes.

1. Install the #github app:
- for orgs https://github.com/apps/rise-risc-v-runners
- for personal accounts: https://github.com/apps/rise-risc-v-runners-personal

2. Set `runs-on: ubuntu-24.04-riscv` in your workflow, and you're good to go.

Docs: https://riseproject-dev.github.io/riscv-runner/

Blog post: https://riseproject.dev/2026/03/24/announcing-the-rise-risc-v-runners-free-native-risc-v-ci-on-github/

#riscv #github #ci #cicd

@ludovic_dev Nice! What hardware is behind this? Any plans to support GitLab or Codeberg?
@jas and there are plans to support Gitlab, Codeberg, and other CI systems, but focus right now is on having some adoption. If you have a project using any other CI system that you want to use it on, let me know and I can check how to support it!