microsoft/vcpkg

C++ Library Manager for Windows, Linux, and MacOS

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 2nd, 2026
Created on September 15th, 2016
Open Issues & Pull Requests: 1,190 (+0)
GitHub issues: Enabled
Number of forks: 7,710
Total Stargazers: 27,447 (+0)
Total Subscribers: 440 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.7 hours
Mean response time: 8.9 days
90th percentile: 8.7 days
Tracked items: 4,072

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "requires:repro" is answered fastest, typically in about 2 hours, while "info:good-first-issue" waits about 14 days. 47% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 763
New in 7 days: 12
Closed in 7 days: 51
Avg open age: 512 days
Stale 30+ days: 652
Stale 90+ days: 489

Recent activity

Opened in 7 days: 10
Closed in 7 days: 50
Comments in 7 days: 11
Events in 7 days: 65

Top labels

  • Stale (1,830)
  • category:port-bug (766)
  • category:question (671)
  • category:port-update (632)
  • requires:repro (379)
  • category:port-feature (324)
  • category:community-triplet (278)
  • category:new-port (259)

Most active issues this week

Detailed Description

vcpkg is a C/C++ package manager for Windows, Linux, and macOS maintained by Microsoft and the C++ community.

The tool addresses the challenge of managing C/C++ library dependencies across different platforms and build systems. It works by maintaining a registry of open-source libraries that developers can declare as dependencies either through a manifest file for their project or via command-line installation. vcpkg integrates with popular build systems including CMake, MSBuild, and others, and works with Visual Studio, Visual Studio Code, CLion, and Qt Creator. The tool itself is written in C++ with CMake scripts, designed specifically to handle the dependency management pain points unique to C/C++ development.

Developers should choose vcpkg if they work with C/C++ projects on Windows, macOS, or Linux and want a unified approach to managing library dependencies across these platforms. It suits projects using CMake, MSBuild, or other build systems, and works regardless of which editor or IDE you prefer. The tool provides both manifest-based dependency declaration for reproducible builds and classic command-line package installation modes. If a required library is not in the registry, the README indicates that developers can either open an issue or contribute the package themselves through the documented packaging process.

The project maintains active engagement with its community through contribution pathways including a packaging tutorial and maintainer guide. Development activity shows consistent evolution of the tool and ecosystem with ongoing refinement of features and integrations. The project accepts community contributions and provides structured documentation for both adding new packages to the registry and maintaining existing ones.