MichalStrehovsky/zerosharp resource
Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2768
- days_rel: n/a
- days_push: 788
- n_releases_24m: 0
Adoption not part of the score
2124 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of demo samples showing how C# can be compiled to native code with .NET Native AOT for systems programming, including a no-runtime mode and an EFI bare-metal boot application. It is educational demonstration code rather than a production library.
Use cases
- write C# that compiles to a tiny native executable with no runtime dependencies
- boot C# code on bare metal via EFI without an operating system
- learn how NativeAOT compiles C# to native code
- explore C# without the standard base class libraries
- build a minimal C# program with GC and exception handling using a custom class library
When to choose
- you want to learn or experiment with C# for systems programming or bare-metal scenarios
- you need reference samples for NativeAOT compilation without the standard .NET libraries
When to avoid
- you just want to native-compile a normal .NET application - use NativeAOT directly
- you need a supported, production-ready library with a license and ongoing maintenance
Facets
learning-resource · maturity experimental
compiler developer-tools programming-languages compilers operating-systems developer-tools cross-platform windows cpp csharp nativeaot systems-programming bare-metal efi samples no-runtime linux macos
1 source
- readme: https://github.com/MichalStrehovsky/zerosharp · fetched 2026-08-28 · c2ea6676c28e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MichalStrehovsky/zerosharp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="MichalStrehovsky/zerosharp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem