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

rune-rs/rune

An embeddable dynamic programming language for Rust. observed · 2026-08-28

github.com/rune-rs/rune · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 99
  • Release rhythm 53
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 398
  • age_days: 2230
  • days_rel: 103
  • days_push: 11
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2312 stars · 118 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

programming-language interpreter compiler programming-languages developer-tools rust cross-platform scripting-language embeddable virtual-machine hot-reloading async automation

3 sources

Member repositories

RepositoryRoleHealth v2
rune-rs/runemain83

For agents

markdown · JSON · MCP: product_card(name="rune-rs/rune")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem