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

dotnet/corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain. observed · 2026-08-28

github.com/dotnet/corert · homepage · C# · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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: n/a
  • age_days: 4005
  • days_rel: n/a
  • days_push: 2131
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2887 stars · 499 forks observed · 2026-08-28

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

CoreRT is an experimental .NET Core runtime and compiler toolchain optimized for ahead-of-time (AOT) compilation, producing native single-file executables or native libraries from managed .NET applications. The project has been superseded by the NativeAOT experiment in dotnet/runtimelab and is no longer actively developed.

Use cases

  • compile a .NET app into a native single-file executable
  • build a standalone native library from C# code consumable by other languages
  • deploy .NET apps without requiring a runtime install
  • reduce startup time of .NET console apps via AOT
  • compile ASP.NET Core apps to native binaries
  • experiment with running C# on WebAssembly

When to choose

  • you need native AOT compilation of .NET code and are studying the predecessor design
  • you want to compile .NET to a native library callable from C/C++
  • you are researching AOT runtime architecture in .NET

When to avoid

  • you want production AOT support - use NativeAOT in modern .NET instead
  • your app relies on Assembly.LoadFile, Reflection.Emit, or COM/WinRT interop
  • you need an actively maintained project
  • you need full garbage collection or exception handling via the CppCodeGen backend

Facets

framework · maturity abandoned

compiler interpreter build-tool compilers developer-tools cross-platform windows dotnet cpp wasm aot ahead-of-time-compilation native-executables dotnet-runtime superseded-by-nativeaot macos linux

4 sources

Member repositories

RepositoryRoleHealth v2
dotnet/corertmain10

For agents

markdown · JSON · MCP: product_card(name="dotnet/corert")

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