ramensoftware/windhawk

The customization marketplace for Windows programs: https://windhawk.net/

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 7th, 2026
Created on January 15th, 2022
Open Issues & Pull Requests: 157 (+0)
GitHub issues: Enabled
Number of forks: 236
Total Stargazers: 8,938 (+0)
Total Subscribers: 49 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Windhawk is a customization marketplace for Windows programs that enables users to modify application behavior through a mod system.

The tool addresses the challenge of customizing Windows applications by implementing a global injection and hooking mechanism that allows mods to intercept and alter program behavior at runtime. The architecture consists of a main executable, 32-bit and 64-bit engine libraries that perform the injection and hooking, and a VSCode extension that provides the user interface for installing and managing mods. This approach centralizes customization delivery through a marketplace rather than requiring individual patches for each application.

Windhawk suits developers and power users who want to extend or modify Windows applications without access to source code. The project is particularly valuable for those building or distributing mods, as it provides both the runtime infrastructure and development tooling through the VSCode extension. The tool is designed as a complete ecosystem, with mod development and distribution handled through a companion repository and community channels including a Discord server.

Development activity shows consistent engagement with the project serving as a hub for issue reporting and community discussion, with a separate repository dedicated to mod development and curation. The VSCode extension receives active maintenance as a key user-facing component. The project maintains technical documentation including architectural diagrams and detailed blog posts explaining the injection and hooking implementation. The codebase is organized to allow contributors to build and test individual components by extracting the portable version and replacing modified files.