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

bflattened/bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables) observed · 2026-08-28

github.com/bflattened/bflat · C# · AGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 52
  • Release rhythm 24
  • Longevity 100

Flags: prerelease_only

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: 1902
  • days_rel: 293
  • days_push: 293
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3970 stars · 120 forks observed · 2026-08-28

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

bflat is a C# compiler and ahead-of-time runtime that combines Roslyn and NativeAOT to produce small, self-contained native executables without needing the dotnet SDK, MSBuild, or NuGet. It supports cross-compilation to Linux, Windows, Android (bionic), and UEFI targets, and can emit native shared libraries for FFI.

Use cases

  • compile C# to a small self-contained native executable
  • cross-compile C# programs for Windows and Linux from one machine
  • build C# apps without installing the dotnet SDK
  • compile C# to a shared library callable via FFI
  • build minimal C# binaries for UEFI
  • run C# on Android with a bionic target

When to choose

  • you want Go-like simplicity for building C# tools with no SDK or NuGet dependencies
  • you need small, self-contained native binaries from C# code
  • you want cross-compilation targets like UEFI or Android bionic

When to avoid

  • you need the full .NET ecosystem, NuGet packages, or MSBuild project files
  • you need musl-based Linux targets, which are not yet supported
  • you rely on libraries or frameworks requiring the full .NET runtime

Facets

cli-tool · maturity active

compiler build-tool cli compilers programming-languages developer-tools windows cli cross-platform csharp nativeaot aot-compilation self-contained-executables cross-compiler go-inspired-tooling uefi android command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
bflattened/bflatmain52

For agents

markdown · JSON · MCP: product_card(name="bflattened/bflat")

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