# mortbopet/Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Repository: https://github.com/mortbopet/Ripes
Canonical: https://ross.abutalabs.com/products/ripes
Homepage: http://ripes.dk/
Language: C++
License: MIT
License Family: permissive
Topics: risc, risc-v, education, simulator, qt, processor-architecture, cpu-emulator, computer-architecture
Last push: 2026-08-18T12:48:42+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 60, longevity 100
- inputs: {"age_days": 3232, "days_push": 15, "days_rel": 15, "gap_med": null, "n_releases_24m": 1}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3389, forks 369 (observed 2026-08-28T04:07:59.010090+00:00)

## What it is
Ripes is a graphical processor simulator and assembly editor for the RISC-V ISA, built with Qt. It visualizes how machine code executes on RV32/RV64 microarchitectures, including cache behavior and memory-mapped I/O.

## Use cases
- visualize how RISC-V machine code executes on a pipelined processor
- learn computer architecture concepts like cache design and performance
- assemble and simulate RISC-V assembly code step by step
- explore how C code compiles down to RISC-V machine code
- simulate memory-mapped I/O interaction with a processor
- teach a computer architecture course with a visual CPU simulator

## When to choose
- you need a visual, interactive way to learn or teach RISC-V processor internals
- you want to compare cache designs and their performance impact
- you need a cross-platform or in-browser RISC-V assembly simulator

## When to avoid
- you need a fast, scriptable RISC-V emulator for running real software
- you require cycle-accurate simulation of a specific commercial processor
- you need a headless or CLI-only simulation environment

## Facets
- artifact type: application
- maturity: active
- function: simulation, gui, editor
- domain: education, developer-tools
- platform: windows, browser, wasm
- tags: risc-v, cpu-simulator, assembly-editor, qt, cache-simulation, microarchitecture, education, computer-architecture, linux, macos

## Member repositories
- mortbopet/Ripes (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:59.010090+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:39:04.148582+00:00, confidence not recorded.
  - readme: https://github.com/mortbopet/Ripes (fetched 2026-08-28T04:07:59.010090+00:00, sha 27f1d9a49589)
  - homepage: http://ripes.dk/ (fetched 2026-08-29T09:33:06.232302+00:00, sha ff7f0720c3fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
