# microsoft/Windows-Driver-Frameworks

WDF makes it easy to write high-quality Windows drivers

Repository: https://github.com/microsoft/Windows-Driver-Frameworks
Canonical: https://ross.abutalabs.com/products/windows-driver-frameworks
Language: C
License: MIT
License Family: permissive
Last push: 2024-09-10T16:56:38+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4208, "days_push": 722, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1321, forks 370 (observed 2026-08-28T04:04:21.970833+00:00)

## What it is
Windows Driver Frameworks (WDF) is Microsoft's open-source framework of libraries for writing high-quality Windows device drivers, including the source behind KMDF and UMDF v2. It enables developers to read framework internals and perform step-through debugging of drivers against the actual source.

## Use cases
- write a Windows device driver
- debug a kernel-mode driver with framework source
- understand what a WDF API does internally
- analyze driver crash dump files
- develop a UMDF v2 user-mode driver

## When to choose
- you are developing Windows drivers with KMDF or UMDF v2 and want source-level transparency
- you need to step through framework code while debugging a driver
- you want to diagnose driver crashes by inspecting framework internals

## When to avoid
- you are writing drivers for Linux or macOS
- you need a stable API contract and cannot tolerate undocumented behavior that may change
- you only need driver samples rather than the framework source

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: operating-systems, developer-tools, hardware
- platform: windows, cpp, c
- tags: windows-drivers, kmdf, umdf, kernel-development, device-drivers

## Member repositories
- microsoft/Windows-Driver-Frameworks (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.970833+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:47:18.705321+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/Windows-Driver-Frameworks (fetched 2026-08-28T04:04:21.970833+00:00, sha 2264a0db17b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
