# rune-rs/rune

An embeddable dynamic programming language for Rust.

Repository: https://github.com/rune-rs/rune
Canonical: https://ross.abutalabs.com/products/rune
Homepage: https://rune-rs.github.io
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: programming-language, scripting, embedded
Last push: 2026-08-23T01:17:53+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 53, longevity 100
- inputs: {"age_days": 2230, "days_push": 11, "days_rel": 103, "gap_med": 398, "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 2312, forks 118 (observed 2026-08-28T04:06:36.556469+00:00)

## What it is
Rune is an embeddable dynamic programming language for Rust, running on an efficient stack-based virtual machine. It offers clean Rust integration, async-first execution, hot reloading, and native support for macros, pattern matching, and constant evaluation.

## Use cases
- embed a scripting language in a Rust application
- run user-provided scripts safely at runtime
- hot reload game or app logic without recompiling
- write async scripts with select and generators
- evaluate configuration or plugin logic dynamically

## When to choose
- you need an embeddable scripting language with first-class Rust integration
- you want async support and hot reloading in a scripting layer
- you prefer a memory-safe dynamic language via reference counting

## When to avoid
- you need a mature language with a large ecosystem like Lua or Python
- you require maximum raw performance from compiled native code
- you need a statically typed language

## Facets
- artifact type: library
- maturity: active
- function: programming-language, interpreter, compiler
- domain: programming-languages, developer-tools
- platform: rust, cross-platform
- tags: scripting-language, embeddable, virtual-machine, hot-reloading, async, automation

## Member repositories
- rune-rs/rune (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:36.556469+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:39:31.607403+00:00, confidence not recorded.
  - readme: https://github.com/rune-rs/rune (fetched 2026-08-28T04:06:36.556469+00:00, sha e8f76c9f320f)
  - homepage: https://rune-rs.github.io (fetched 2026-08-29T10:19:34.417225+00:00, sha a9ce06c594bd)
  - registry_crates: https://crates.io/api/v1/crates/rune (fetched 2026-08-29T10:19:34.426281+00:00, sha 57d2a21c4e11)
- Data as of 2026-08-30T08:39:29.467469+00:00.
