# archseer/enigma

An Erlang VM implementation in Rust

Repository: https://github.com/archseer/enigma
Canonical: https://ross.abutalabs.com/products/enigma
Language: Rust
License: MPL-2.0
License Family: copyleft
Topics: erlang, erlang-vm, rust, elixir, virtual-machine, vm
Last push: 2022-01-12T11:28:33+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2819, "days_push": 1694, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1090, forks 43 (observed 2026-08-28T04:03:32.832074+00:00)

## What it is
Enigma is an implementation of the Erlang VM (BEAM) written in Rust, aiming to run OTP 22+ and Elixir code unchanged. It is a learning-oriented reimplementation covering most opcodes and about half of the BIFs, with the Erlang shell and IEx able to boot.

## Use cases
- run erlang code on an alternative vm
- learn how the beam vm works internally
- experiment with erlang vm implementation ideas in rust
- boot an erlang shell without installing erlang
- study interpreter and process scheduling design

## When to choose
- you want to study or hack on a small, readable BEAM implementation
- you're prototyping VM ideas for potential inclusion in BEAM
- you're learning Erlang/Elixir internals

## When to avoid
- you need a production Erlang/Elixir runtime
- you need distributed Erlang, NIFs, ports, timers, or full file IO
- you need stability - the project expects crashes and is no longer actively maintained

## Facets
- artifact type: library
- maturity: abandoned
- function: interpreter, concurrency, programming-language
- domain: programming-languages, compilers, developer-tools
- platform: windows, rust
- tags: erlang-vm, beam, elixir, virtual-machine, otp, runtime, linux, macos

## Member repositories
- archseer/enigma (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.832074+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-30T06:49:12.187913+00:00, confidence not recorded.
  - readme: https://github.com/archseer/enigma (fetched 2026-08-28T04:03:32.832074+00:00, sha 2f7174851574)
- Data as of 2026-08-30T08:39:29.467469+00:00.
