microsoft/win32metadata
Tooling to generate metadata for Win32 APIs in the Windows SDK. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
Flags: 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: 42.0
- age_days: 2277
- days_rel: 15
- days_push: 8
- n_releases_24m: 11
Adoption not part of the score
1492 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Microsoft's tooling that generates machine-readable metadata (.winmd) for Win32 APIs in the Windows SDK. It enables automated generation of idiomatic, strongly-typed language bindings (projections) for calling Win32 APIs from languages like C#, Rust, Python, and Dart.
Use cases
- generate strongly-typed Win32 API bindings for my language instead of hand-writing P/Invoke signatures
- call Windows APIs from Rust or C# with safe, validated signatures
- browse Win32 API metadata to see constants, enums, and handle types
- automate interop bindings for the Windows SDK
- replace manually maintained pinvoke or winapi-rs style bindings
When to choose
- you are building or maintaining language bindings for Win32 APIs
- you want complete, Microsoft-maintained Win32 API coverage instead of hand-written signatures
- you need strongly-typed handles and enums for Windows interop
When to avoid
- you are targeting non-Windows platforms
- you only need a few Win32 calls and an existing projection already covers them
- you need runtime libraries rather than compile-time API metadata
Facets
library · maturity active
sdk parser developer-tools developer-tools windows apis programming-languages windows cpp cli win32 metadata interop pinvoke windows-sdk language-projections ffi code-generation
1 source
- readme: https://github.com/microsoft/win32metadata · fetched 2026-08-28 · 37642049e9e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/win32metadata | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/win32metadata")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem