boost
brew install boost
v1.90.0_1
BSL-1.0
C++ shared libraries for networking, filesystem, regex, math, threading, and more.
Why you might care
Boost is a de facto standard dependency for C++ projects needing portable, peer-reviewed libraries beyond the standard library. Many formulae and system tools depend on it as a runtime/build requirement. Use it if your C++ build chain needs regex, date/time, signals, async I/O, or data structures that aren't in stdlib.
29.1k
30-day installs · #192
89.4k
90-day · #193
422.4k
365-day · #168
Runtime dependencies
Links
- https://www.boost.org/
- Brew formula source: Formula/b/boost.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"boost@1.90"
],
"alternatives": [
"C++ standard library",
"libstdc++",
"libc++"
],
"build_dependencies": [],
"categories": [
"library",
"binding"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"icu4c@78",
"xz",
"zstd"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Collection of portable C++ source libraries",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:56+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "boost",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.boost.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Boost",
"installs_30d": 29078,
"installs_365d": 422360,
"installs_90d": 89417,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSL-1.0",
"llm_generated_at": "2026-06-20T23:43:18+00:00",
"llm_model": "claude-haiku-4-5",
"name": "boost",
"oldnames": [],
"one_liner": "C++ shared libraries for networking, filesystem, regex, math, threading, and more.",
"optional_dependencies": [],
"rank_30d": 192,
"rank_365d": 168,
"rank_90d": 193,
"raw_hash": "e91de4f984c0fd73",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/b/boost.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"bzip2"
],
"version_head": "HEAD",
"version_stable": "1.90.0",
"versioned_formulae": [
"boost@1.85"
],
"why_use_this": "Boost is a de facto standard dependency for C++ projects needing portable, peer-reviewed libraries beyond the standard library. Many formulae and system tools depend on it as a runtime/build requirement. Use it if your C++ build chain needs regex, date/time, signals, async I/O, or data structures that aren\u0027t in stdlib."
}