mun-lang/mun
Source code for the Mun language and runtime. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
Flags: no_license
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: n/a
- age_days: 2600
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
2129 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mun is an experimental, statically typed programming language with first-class hot reloading, compiled ahead of time to native machine code via LLVM. This repository contains the language compiler, embeddable runtime, and command-line tooling for compiling, monitoring, and running Mun code.
Use cases
- embed a hot-reloading scripting language into a game engine
- iterate on game logic without restarting the application
- compile a statically typed scripting language to native code
- prototype real-time applications with fast code changes
- cross-compile scripts to multiple target platforms
When to choose
- you need hot reloading of functions and data in a live application
- you want Lua-like scripting but with static typing and AOT performance
- you are building a game or real-time app that embeds a runtime
When to avoid
- you need a production-ready, backwards-compatible language
- you require mature IDE integrations or a large ecosystem
- you need mobile or console deployment today
Facets
cli-tool · maturity experimental
programming-language compiler interpreter cli programming-languages developer-tools cross-platform rust cli hot-reloading scripting-language embeddable-runtime llvm aot-compilation statically-typed gamedev game-development
5 sources
- readme: https://github.com/mun-lang/mun · fetched 2026-08-28 · 0e12d7fedae9
- homepage: https://mun-lang.org · fetched 2026-08-29 · 4599fe3ba163
- site_page: https://docs.mun-lang.org · fetched 2026-08-29 · c28081d6fc34
- registry_crates: https://crates.io/api/v1/crates/mun · fetched 2026-08-29 · 0dafa5728454
- site_page: https://mun-lang.org/faq · fetched 2026-08-29 · 2887a5b9d1f7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mun-lang/mun | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem