Ross ROSS = Recommend OSS · open-source software intelligence for agents

rust-ethereum/evm

Pure Rust implementation of Ethereum Virtual Machine observed · 2026-08-28

github.com/rust-ethereum/evm · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rust-ethereum/evmmain76

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