# bluealloy/revm

Rust implementation of the Ethereum Virtual Machine.

Repository: https://github.com/bluealloy/revm
Canonical: https://ross.abutalabs.com/products/revm
Homepage: https://bluealloy.github.io/revm/
Language: Rust
License: MIT
License Family: permissive
Topics: ethereum, evm, revm, rust, blockchain, contributor-friendly
Last push: 2026-08-26T11:24:14+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 1799, "days_push": 7, "days_rel": 7, "gap_med": 3, "n_releases_24m": 74}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2220, forks 1008 (observed 2026-08-28T04:06:27.485397+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: interpreter, sdk, developer-tools, simulation
- domain: blockchain, developer-tools
- platform: rust, cross-platform
- tags: ethereum, evm, smart-contracts, transaction-execution, zkvm, layer2, no-std, cryptocurrency

## Member repositories
- bluealloy/revm (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:27.485397+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-30T02:45:50.063574+00:00, confidence not recorded.
  - readme: https://github.com/bluealloy/revm (fetched 2026-08-28T04:06:27.485397+00:00, sha 026db44318a2)
  - homepage: https://bluealloy.github.io/revm/ (fetched 2026-08-29T10:25:54.791721+00:00, sha 3b4a09a76a0a)
  - registry_crates: https://crates.io/api/v1/crates/revm (fetched 2026-08-29T10:25:54.794310+00:00, sha fadd31dacecc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
