Rise: Accelerate the Development of Open Source Software for RISC-V

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. capstone

    Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.

    Maybe then they can help us with the Capstone[1][2] disassembly engine auto-sync (automatic synchronization from the LLVM TableGen files) effort[3]. ARMv7, ARMv8/9, PowerPC are nearly finished, and MIPS in in near-term plans. Nobody stepped in for RISC-V yet.

    [1] http://www.capstone-engine.org/

    [2] https://github.com/capstone-engine/capstone

    [3] https://github.com/capstone-engine/capstone/issues/2015

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. simde

    Implementations of SIMD instruction sets for systems which don't natively support them.

    I note that SIMDe doesn't have RISC-V support yet (but it does support Loongson LoongArch):

    https://github.com/simd-everywhere/simde/

    There are still a ton of things to do to get the Debian riscv64 port going too:

    https://wiki.debian.org/PortsDocs/New

  4. qemu

    Capstone is used[1] by QEMU as disassembly engine in debug logs and in monitor mode debugger, by the way, so it's in the scope of the RISE effort.

    [1] https://gitlab.com/qemu-project/qemu/-/blob/master/disas/cap...

  5. archriscv-packages

    Modified Arch Linux packages for archriscv

    Arch RISC-V port effort[0] is what I use, and has both firefox and chromium.

    RVSpace forum also has some threads re: people testing recent Firefox releases on other distros: Javascript JIT is recent in Firefox, and helps a lot.

    0. https://archriscv.felixc.at/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • FFmpeg School of Assembly Language

    9 projects | news.ycombinator.com | 22 Feb 2025
  • Running an Arweave Gateway in the Dark Web

    4 projects | dev.to | 4 Sep 2023
  • Cannot enable VT-d on Thinkcentre M700

    2 projects | /r/Lenovo | 22 Apr 2023
  • Mac za obavljanje obaveza na faksu/buduće zaposlenje?

    1 project | /r/CroIT | 18 Apr 2023
  • Anyone using ACR Repository for Bicep Modules with ADO?

    5 projects | /r/azuredevops | 24 Feb 2023

Did you know that C is
the 6th most popular programming language
based on number of references?