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
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
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
- readme: https://github.com/dotnet/corert · fetched 2026-08-28 · b86cf3f7e468
- homepage: http://dot.net · fetched 2026-08-29 · defc59b35e71
- site_page: https://learn.microsoft.com/docs · fetched 2026-08-29 · f29800be2b9a
- site_page: https://learn.microsoft.com/en-us/dotnet · fetched 2026-08-29 · efa9016b58aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet/corert | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem