bluealloy/revm
Rust implementation of the Ethereum Virtual Machine. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 1799
- days_rel: 7
- days_push: 7
- n_releases_24m: 74
Adoption not part of the score
2220 stars · 1008 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Revm is a highly efficient and stable Rust implementation of the Ethereum Virtual Machine (EVM). It serves both as a transaction executor for mainnet blocks and as an extensible framework for EVM variants like Optimism, and is widely used across Ethereum clients, tooling, L2s, and zkVMs.
Use cases
- execute ethereum transactions locally in rust
- simulate evm smart contract calls
- trace evm transaction execution
- build a custom evm variant for an L2 rollup
- embed an evm interpreter in a blockchain client
- run evm inside a zkvm for provable execution
- test smart contracts with foundry-style cheatcodes
When to choose
- you need a fast, robust EVM implementation in Rust
- you are building an Ethereum client, block builder, or dev tooling
- you need to extend the EVM with custom opcodes or L2 logic
- you want execution tracing and inspection support
When to avoid
- you need a full Ethereum node rather than just the execution layer
- your stack is not Rust and you don't want FFI bindings
- you need a JavaScript/TypeScript EVM for browser tooling
Facets
library · maturity stable
interpreter sdk developer-tools simulation blockchain developer-tools rust cross-platform ethereum evm smart-contracts transaction-execution zkvm layer2 no-std cryptocurrency
3 sources
- readme: https://github.com/bluealloy/revm · fetched 2026-08-28 · 026db44318a2
- homepage: https://bluealloy.github.io/revm/ · fetched 2026-08-29 · 3b4a09a76a0a
- registry_crates: https://crates.io/api/v1/crates/revm · fetched 2026-08-29 · fadd31dacecc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bluealloy/revm | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem