rust-ethereum/evm
Pure Rust implementation of Ethereum Virtual Machine observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 96
- Release rhythm 37
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 118
- age_days: 3193
- days_rel: 262
- days_push: 27
- n_releases_24m: 2
Adoption not part of the score
1322 stars · 407 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rust EVM (formerly SputnikVM) is a pure Rust implementation of the Ethereum Virtual Machine interpreter. It is a flexible, standalone library that can be embedded into other applications, run as a binary, or compiled to WebAssembly via no_std support.
Use cases
- embed an Ethereum Virtual Machine into a Rust application
- run EVM smart contracts in a custom blockchain or sidechain
- build an Ethereum-compatible execution layer for another chain like Polkadot
- execute EVM bytecode in WebAssembly or no_std environments
- add custom opcodes or precompiled contracts to the EVM
- test Ethereum smart contracts against the official test suite
- simulate contract execution with a custom gas metering scheme
When to choose
- you need a customizable EVM interpreter written in Rust
- you are building an Ethereum-compatible layer for a non-Ethereum chain
- you need no_std or WASM support for EVM execution
- you want to embed EVM execution directly in your application rather than running a full node
When to avoid
- you need a full Ethereum node or JSON-RPC client rather than just the VM
- you prefer a battle-tested EVM implementation like geth's EVM with broader ecosystem support
- your project is not in Rust or lacks a Rust/C FFI path
Facets
library · maturity active
interpreter sdk developer-tools blockchain developer-tools rust cross-platform wasm ethereum evm virtual-machine no-std sputnikvm smart-contracts blockchain-interpreter cryptocurrency
2 sources
- readme: https://github.com/rust-ethereum/evm · fetched 2026-08-28 · a54ea21936a0
- registry_crates: https://crates.io/api/v1/crates/evm · fetched 2026-08-29 · ff25bde89a2a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-ethereum/evm | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="rust-ethereum/evm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem