finds.dev← search

// the find

microsoft/PowerToys

★ 134,108 · C · MIT · updated Jun 2026

Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows

PowerToys is Microsoft's official collection of 30+ power-user utilities for Windows — FancyZones for window tiling, PowerToys Run as an app launcher, Keyboard Manager for remapping keys, and a grab-bag of smaller tools. It's for developers and power users who want macOS/Linux-style productivity features without third-party tools. Actively maintained by Microsoft with a large contributor community.

FancyZones is genuinely good — zone templates, multi-monitor support, and window snapping that actually works without the chaos of third-party tiling managers. PowerToys Run has a solid plugin architecture; adding a custom plugin is documented and the existing plugins (calculator, file search, registry) cover the 90% case. The project has serious CI discipline: ESRP signing, telemetry PR checks, localization pipelines, and DSC configuration manifests for enterprise deployment. Command Palette is a newer addition that extends Run with richer action surfaces, and the extension model looks like it has legs.

The repo is C++/C# mixed, and the native modules are a real build-time tax — you need the full VS toolchain, vcpkg, and WinAppSDK just to compile. Casual contributors bounce off this. FancyZones still has long-standing bugs with certain fullscreen apps and games overriding zones, which have been open for years with no fix. Mouse Without Borders, while useful, is a community acquisition that feels architecturally bolted on compared to the native tools — its networking code is older and the pairing UX is awkward. Telemetry is on by default and the opt-out is buried in settings, which is a trust issue for a tool that lives at the OS level.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →