{"id":35441,"date":"2025-05-02T21:44:09","date_gmt":"2025-05-02T21:44:09","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/cppblog\/?p=35441"},"modified":"2025-05-02T21:44:09","modified_gmt":"2025-05-02T21:44:09","slug":"whats-new-in-vcpkg-april-2025","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/cppblog\/whats-new-in-vcpkg-april-2025\/","title":{"rendered":"What\u2019s New in vcpkg (April 2025)"},"content":{"rendered":"<p>This blog post summarizes changes to the <a href=\"https:\/\/vcpkg.io\/\">vcpkg package manager<\/a> as part of the <a href=\"https:\/\/github.com\/microsoft\/vcpkg\/releases\/tag\/2025.04.09\">2025.04.09<\/a> registry release, <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/releases\/tag\/2025-03-22\">2025-03-22<\/a>, <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/releases\/tag\/2025-04-01\">2025-04-01<\/a>, and <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/releases\/tag\/2025-04-07\">2025-04-07<\/a> tool releases, as well as changes to <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/\">vcpkg documentation<\/a> throughout April. This release contains bug fixes, a new documentation article on offline usage of vcpkg, and other minor improvements. Arm64 Linux users of vcpkg also no longer have to build the vcpkg tool from source when they install vcpkg.<\/p>\n<p>Some stats for this period:<\/p>\n<ul>\n<li>There are now <strong>2,587 total ports <\/strong>available in the vcpkg curated registry. A <a href=\"https:\/\/learn.microsoft.com\/en-us\/vcpkg\/concepts\/ports\">port is a versioned recipe<\/a> for building a package from source, such as a C or C++ library.<\/li>\n<li><strong>23 new ports<\/strong> were added to the curated registry.<\/li>\n<li><strong>234 ports were updated<\/strong>. As always, we validate each change to a port by building all other ports that depend on or are depended by the library that is being updated for our 15 main <a href=\"https:\/\/learn.microsoft.com\/en-us\/vcpkg\/concepts\/triplets\">triplets<\/a>.<\/li>\n<li><strong>92 <\/strong>community contributors made commits.<\/li>\n<li>The main vcpkg repo has over <strong>6,800 forks<\/strong> and <strong>24,600 stars<\/strong> on GitHub.<\/li>\n<\/ul>\n<h2>vcpkg changelog (2025.04.09 release)<\/h2>\n<p>The following notable changes were made in April:<\/p>\n<ul>\n<li>Arm64 Linux users of vcpkg now receive a prebuilt binary when they bootstrap, rather than having to wait for a source build (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1599\">Microsoft\/vcpkg-tool#1599<\/a>).<\/li>\n<li>Improved vcpkg output to clearly state relative paths to files that are being downloaded (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1618\">Microsoft\/vcpkg-tool#1618<\/a>).<\/li>\n<li>Fixed a crash on Windows when curl is used to download assets (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1639\">Microsoft\/vcpkg-tool#1639<\/a>, thanks @autoantwort!).<\/li>\n<li>Fixed some bugs with SPDX files generated by vcpkg (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1607\">Microsoft\/vcpkg-tool#1607<\/a>, thanks @Thomas1664!).<\/li>\n<li>Fixed some bugs with how vcpkg interacts with curl (PRs: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1440\">Microsoft\/vcpkg-tool#1440<\/a>, <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1598\">Microsoft\/vcpkg-tool#1598<\/a>, <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/pull\/1630\">Microsoft\/vcpkg-tool#1630<\/a>, thanks @moritz-h, @AndreyAlifanov, and @Osyotr!).<\/li>\n<li>Other bug fixes (thanks @autoantwort!).<\/li>\n<\/ul>\n<h2>Documentation changes<\/h2>\n<ul>\n<li>New concepts article: <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/concepts\/offline\">Offline Usage of vcpkg<\/a>. Details two methods on how to deploy vcpkg in environments without live Internet connectivity (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/457\">Microsoft\/vcpkg-docs#457<\/a>).<\/li>\n<li>Added entry for VCPKG_LOCK_FIND_PACKAGE_&lt;Pkg&gt; to <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/users\/buildsystems\/cmake-integration\">vcpkg in CMake projects<\/a> concepts article. When this option is set, non-nested calls to <a href=\"https:\/\/cmake.org\/cmake\/help\/latest\/command\/find_package.html\">CMake\u2019s find_package<\/a> can be required or disabled (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/344\">Microsoft\/vcpkg-docs#344<\/a>).<\/li>\n<li>Added entry for MAYBE_UNUSED_VARIABLES to the <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/contributing\/maintainer-guide\">Maintainer guide<\/a>. This can be used to silence a warning during the CMake configuration step (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/468\">Microsoft\/vcpkg-docs#468<\/a>).<\/li>\n<li>Revised <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/about\/faq\">vcpkg FAQ<\/a> entry for how to use custom compiler flags to rebuild libraries by providing more specific and actionable advice (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/465\">Microsoft\/vcpkg-docs#465<\/a>).<\/li>\n<li>Revised usage and copyright instructions in <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/get_started\/get-started-packaging\">Tutorial: Package a library with vcpkg<\/a> and <a href=\"https:\/\/learn.microsoft.com\/vcpkg\/maintainers\/handling-usage-files\">Provide usage documentation for your ports<\/a> articles (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/463\">Microsoft\/vcpkg-docs#463<\/a>, thanks @dg0yt!).<\/li>\n<li>Sorted Concepts table of contents entries alphabetically (PR: <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/pull\/471\">Microsoft\/vcpkg-docs#471<\/a>).<\/li>\n<\/ul>\n<p>If you have any suggestions for our documentation, please <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\/issues\">submit an issue in our GitHub repo<\/a> or see the box at the bottom of a particular article.<\/p>\n<p><img decoding=\"async\" class=\"wp-image-35442\" src=\"https:\/\/devblogs.microsoft.com\/cppblog\/wp-content\/uploads\/sites\/9\/2025\/05\/word-image-35441-1.png\" width=\"728\" height=\"214\" srcset=\"https:\/\/devblogs.microsoft.com\/cppblog\/wp-content\/uploads\/sites\/9\/2025\/05\/word-image-35441-1.png 1099w, https:\/\/devblogs.microsoft.com\/cppblog\/wp-content\/uploads\/sites\/9\/2025\/05\/word-image-35441-1-300x88.png 300w, https:\/\/devblogs.microsoft.com\/cppblog\/wp-content\/uploads\/sites\/9\/2025\/05\/word-image-35441-1-1024x301.png 1024w, https:\/\/devblogs.microsoft.com\/cppblog\/wp-content\/uploads\/sites\/9\/2025\/05\/word-image-35441-1-768x226.png 768w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/p>\n<h2>Total ports available for tested triplets<\/h2>\n<table>\n<tbody>\n<tr>\n<td><strong>Triplet<\/strong><\/td>\n<td><strong>Ports available<\/strong><\/td>\n<\/tr>\n<tr>\n<td>x86-windows<\/td>\n<td>2366<\/td>\n<\/tr>\n<tr>\n<td>x64-windows<\/td>\n<td>2489<\/td>\n<\/tr>\n<tr>\n<td>x64-windows-release<\/td>\n<td>2489<\/td>\n<\/tr>\n<tr>\n<td>x64-windows-static<\/td>\n<td>2352<\/td>\n<\/tr>\n<tr>\n<td>x64-windows-static-md<\/td>\n<td>2405<\/td>\n<\/tr>\n<tr>\n<td>x64-uwp<\/td>\n<td>1387<\/td>\n<\/tr>\n<tr>\n<td>arm64-windows<\/td>\n<td>2078<\/td>\n<\/tr>\n<tr>\n<td>arm64-windows-static-md<\/td>\n<td>2056<\/td>\n<\/tr>\n<tr>\n<td>arm64-uwp<\/td>\n<td>1351<\/td>\n<\/tr>\n<tr>\n<td>x64-osx<\/td>\n<td>2352<\/td>\n<\/tr>\n<tr>\n<td>arm64-osx<\/td>\n<td>2271<\/td>\n<\/tr>\n<tr>\n<td>x64-linux<\/td>\n<td>2472<\/td>\n<\/tr>\n<tr>\n<td>arm-neon-android<\/td>\n<td>1827<\/td>\n<\/tr>\n<tr>\n<td>x64-android<\/td>\n<td>1884<\/td>\n<\/tr>\n<tr>\n<td>arm64-android<\/td>\n<td>1851<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>While vcpkg supports a much larger variety of target platforms and architectures (as <a href=\"https:\/\/github.com\/microsoft\/vcpkg\/tree\/master\/triplets\/community\">community triplets<\/a>), the list above is validated exhaustively to ensure updated ports don\u2019t break other ports in the catalog.<\/p>\n<h2>Thank you to our contributors<\/h2>\n<p>vcpkg couldn\u2019t be where it is today without contributions from our open-source community. Thank you for your continued support! The following people contributed to the <a href=\"https:\/\/github.com\/microsoft\/vcpkg\">vcpkg<\/a>, <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\">vcpkg-tool<\/a>, or <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\">vcpkg-docs<\/a> repos in this release (listed alphabetically by GitHub username):<\/p>\n<table>\n<tbody>\n<tr>\n<td>a4z<\/td>\n<td>gian21391<\/td>\n<td>owent<\/td>\n<\/tr>\n<tr>\n<td>AaronVanGeffen<\/td>\n<td>guillermocalvo<\/td>\n<td>PolarGoose<\/td>\n<\/tr>\n<tr>\n<td>adolfos94<\/td>\n<td>gwaldron<\/td>\n<td>rremilian<\/td>\n<\/tr>\n<tr>\n<td>Alex-PLACET<\/td>\n<td>helynranta<\/td>\n<td>RippeR37<\/td>\n<\/tr>\n<tr>\n<td>alfredh<\/td>\n<td>HexDecimal<\/td>\n<td>rmisev<\/td>\n<\/tr>\n<tr>\n<td>aluaces<\/td>\n<td>hosseinmoein<\/td>\n<td>RT2Code<\/td>\n<\/tr>\n<tr>\n<td>aminya<\/td>\n<td>JAicewizard<\/td>\n<td>rtzoeller<\/td>\n<\/tr>\n<tr>\n<td>autoantwort<\/td>\n<td>jalegido<\/td>\n<td>saschanaz<\/td>\n<\/tr>\n<tr>\n<td>azure-sdk<\/td>\n<td>jeremy-rifkin<\/td>\n<td>SidneyCogdill<\/td>\n<\/tr>\n<tr>\n<td>AenBleidd<\/td>\n<td>jglanz<\/td>\n<td>sinfomicien<\/td>\n<\/tr>\n<tr>\n<td>bgsuello<\/td>\n<td>jonahbeckford<\/td>\n<td>skypjack<\/td>\n<\/tr>\n<tr>\n<td>braindigitalis<\/td>\n<td>jreichel-nvidia<\/td>\n<td>snnn<\/td>\n<\/tr>\n<tr>\n<td>buck-yeh<\/td>\n<td>k-wojcik<\/td>\n<td>sorokin<\/td>\n<\/tr>\n<tr>\n<td>BurningEnlightenment<\/td>\n<td>lbartoletti<\/td>\n<td>starfishmod<\/td>\n<\/tr>\n<tr>\n<td>c8ef<\/td>\n<td>longnguyen2004<\/td>\n<td>strega-nil<\/td>\n<\/tr>\n<tr>\n<td>cenit<\/td>\n<td>luncliff<\/td>\n<td>SunBlack<\/td>\n<\/tr>\n<tr>\n<td>chrismile<\/td>\n<td>m7913d<\/td>\n<td>swebb2066<\/td>\n<\/tr>\n<tr>\n<td>culhatsker<\/td>\n<td>m-kuhn<\/td>\n<td>talregev<\/td>\n<\/tr>\n<tr>\n<td>Darkx32<\/td>\n<td>mathgeekcoder<\/td>\n<td>tartanpaint<\/td>\n<\/tr>\n<tr>\n<td>daschuer<\/td>\n<td>Markus87<\/td>\n<td>tghviking<\/td>\n<\/tr>\n<tr>\n<td>derchr<\/td>\n<td>miyanyan<\/td>\n<td>Thomas1664<\/td>\n<\/tr>\n<tr>\n<td>dg0yt<\/td>\n<td>mussorgsky<\/td>\n<td>ThomsonTan<\/td>\n<\/tr>\n<tr>\n<td>Dryvnt<\/td>\n<td>mvieth<\/td>\n<td>timheeg<\/td>\n<\/tr>\n<tr>\n<td>dunhor<\/td>\n<td>Mysvac<\/td>\n<td>toge<\/td>\n<\/tr>\n<tr>\n<td>eao197<\/td>\n<td>Neumann-A<\/td>\n<td>Tradias<\/td>\n<\/tr>\n<tr>\n<td>EnzoMassyle<\/td>\n<td>nickdademo<\/td>\n<td>VuYeK<\/td>\n<\/tr>\n<tr>\n<td>Erik-White<\/td>\n<td>Niproblema<\/td>\n<td>walbourn<\/td>\n<\/tr>\n<tr>\n<td>ewertons<\/td>\n<td>nlogozzo<\/td>\n<td>weirddan455<\/td>\n<\/tr>\n<tr>\n<td>F-I-D-O<\/td>\n<td>oleg-derevenetz<\/td>\n<td>yanzixiang<\/td>\n<\/tr>\n<tr>\n<td>Fidelxyz<\/td>\n<td>olizit<\/td>\n<td>ytnuf<\/td>\n<\/tr>\n<tr>\n<td>g-maxime<\/td>\n<td>Osyotr<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h1>Learn more<\/h1>\n<p>You can find the <a href=\"https:\/\/github.com\/microsoft\/vcpkg\/releases\">main release notes<\/a> on GitHub. Recent updates to the vcpkg tool can be viewed on the <a href=\"https:\/\/github.com\/microsoft\/vcpkg-tool\/releases\">vcpkg-tool Releases page<\/a>. To contribute to vcpkg documentation, visit the <a href=\"https:\/\/github.com\/microsoft\/vcpkg-docs\">vcpkg-docs repo<\/a>. If you\u2019re new to vcpkg or curious about how a package manager can make your life easier as a C\/C++ developer, check out the <a href=\"https:\/\/vcpkg.io\">vcpkg website \u2013 vcpkg.io<\/a>.<\/p>\n<p>If you would like to contribute to vcpkg and its library catalog, or want to give us feedback on anything, check out our <a href=\"https:\/\/github.com\/microsoft\/vcpkg\">GitHub repo<\/a>. Please report bugs or request updates to ports in our <a href=\"https:\/\/github.com\/microsoft\/vcpkg\/issues\">issue tracker<\/a> or join more general discussion in our <a href=\"https:\/\/github.com\/microsoft\/vcpkg\/discussions\">discussion forum<\/a>.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post summarizes changes to the vcpkg package manager as part of the 2025.04.09 registry release, 2025-03-22, 2025-04-01, and 2025-04-07 tool releases, as well as changes to vcpkg documentation throughout April. This release contains bug fixes, a new documentation article on offline usage of vcpkg, and other minor improvements. Arm64 Linux users of vcpkg [&hellip;]<\/p>\n","protected":false},"author":1063,"featured_media":28096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1,272],"tags":[273],"class_list":["post-35441","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cplusplus","category-vcpkg","tag-vcpkg"],"acf":[],"blog_post_summary":"<p>This blog post summarizes changes to the vcpkg package manager as part of the 2025.04.09 registry release, 2025-03-22, 2025-04-01, and 2025-04-07 tool releases, as well as changes to vcpkg documentation throughout April. This release contains bug fixes, a new documentation article on offline usage of vcpkg, and other minor improvements. Arm64 Linux users of vcpkg [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/35441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/users\/1063"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/comments?post=35441"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/35441\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/media\/28096"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/media?parent=35441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/categories?post=35441"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/tags?post=35441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}