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

mun-lang/mun

Source code for the Mun language and runtime. observed · 2026-08-28

github.com/mun-lang/mun · homepage · Rust · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
mun-lang/munmain67

For agents

markdown · JSON · MCP: product_card(name="mun-lang/mun")

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