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

thepowersgang/mrustc

Alternative rust compiler (re-implementation) observed · 2026-08-28

github.com/thepowersgang/mrustc · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4296
  • days_rel: n/a
  • days_push: 10
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2521 stars · 141 forks observed · 2026-08-28

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

mrustc is an alternative Rust compiler written in C++ whose primary purpose is bootstrapping rustc without needing an existing Rust binary. It compiles Rust code by emitting high-level C and delegating optimization and code generation to an external tool like gcc.

Use cases

  • bootstrap rustc from source without a prebuilt Rust toolchain
  • verify reproducible builds of the Rust compiler
  • compile Rust code without LLVM
  • build rustc and cargo from release source tarballs
  • study how a Rust compiler can be implemented in C++
  • cross-compile Rust for targets without LLVM support

When to choose

  • you need to bootstrap a Rust toolchain from source without trusting prebuilt binaries
  • you want reproducible or binary-equal builds of rustc
  • you're researching compiler implementation for Rust
  • you need to compile Rust without an LLVM dependency

When to avoid

  • you want a compiler for everyday Rust development - error messages are poor and validity is assumed
  • you need full support for the latest Rust language features
  • you need Windows MSVC bootstrap support, which is untested
  • you want polished diagnostics and tooling integration

Facets

cli-tool · maturity active

compiler programming-language build-tool developer-tools compilers programming-languages developer-tools windows cpp cross-platform rust bootstrap rustc alternative-compiler c-plus-plus compiler linux macos

1 source

Member repositories

RepositoryRoleHealth v2
thepowersgang/mrustcmain77

For agents

markdown · JSON · MCP: product_card(name="thepowersgang/mrustc")

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