rhaiscript/rhai
Rhai - An embedded scripting language for Rust. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- 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: 107
- age_days: 3838
- days_rel: 8
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
5635 stars · 247 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Rhai is an embedded scripting language and evaluation engine for Rust, offering a simple dynamically-typed language similar to JavaScript+Rust. It lets applications safely expose native Rust functions and types to user scripts, and supports WASM and no-std targets.
Use cases
- add a scripting engine to my Rust application
- let users write custom scripts that call Rust functions
- embed a safe sandboxed scripting language in a game or app
- run user-provided configuration logic in Rust
- evaluate dynamic expressions at runtime in Rust
- scripting support that compiles to WebAssembly or no_std
When to choose
- you need a safe, easy-to-embed scripting language tightly integrated with Rust types and functions
- you need no_std or WASM support
- you want dynamic, user-extensible behavior without compiling Rust plugins
When to avoid
- you need maximum raw script execution speed from a mature bytecode VM
- you need a full standalone language with a large ecosystem
- you need static typing or compile-time guarantees in scripts
Facets
library · maturity stable
interpreter programming-language plugin-system embedded programming-languages developer-tools rust wasm cross-platform scripting-engine embedded-scripting no-std dynamic-typing sandboxed-evaluation automation
2 sources
- readme: https://github.com/rhaiscript/rhai · fetched 2026-08-28 · 9c4164b09ea5
- registry_crates: https://crates.io/api/v1/crates/rhai · fetched 2026-08-29 · 4e4c11c3eb8a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rhaiscript/rhai | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem