# rust-ethereum/evm

Pure Rust implementation of Ethereum Virtual Machine

Repository: https://github.com/rust-ethereum/evm
Canonical: https://ross.abutalabs.com/products/evm
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-06T12:10:45+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 37, longevity 100
- inputs: {"age_days": 3193, "days_push": 27, "days_rel": 262, "gap_med": 118, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1322, forks 407 (observed 2026-08-28T04:04:22.121776+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: interpreter, sdk, developer-tools
- domain: blockchain, developer-tools
- platform: rust, cross-platform, wasm
- tags: ethereum, evm, virtual-machine, no-std, sputnikvm, smart-contracts, blockchain-interpreter, cryptocurrency

## Member repositories
- rust-ethereum/evm (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.121776+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-30T04:47:15.133359+00:00, confidence not recorded.
  - readme: https://github.com/rust-ethereum/evm (fetched 2026-08-28T04:04:22.121776+00:00, sha a54ea21936a0)
  - registry_crates: https://crates.io/api/v1/crates/evm (fetched 2026-08-29T12:06:02.732471+00:00, sha ff25bde89a2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
