🍺 BREW Explorer

← all formulae

openblas

brew install openblas v0.3.33 BSD-3-Clause AND BSD-2-Clause-Views AND BSD-3-Clause-Open-MPI AND BSD-2-Clause keg-only

Optimized BLAS library providing fast linear algebra operations (matrix multiplication, factorization, etc.).

Why you might care

OpenBLAS offers faster performance than Apple's built-in Accelerate framework for many workloads and supports more CPU architectures. Install it when building numerical software (NumPy, SciPy, R, Julia) that requires tuned BLAS routines, or when you need explicit control over which BLAS implementation your dependencies link against. It's keg-only because macOS already ships BLAS in Accelerate.framework.

Categories

Alternatives

Accelerate.framework LAPACK MKL ATLAS
21.2k
30-day installs · #226
91.9k
90-day · #190
312.9k
365-day · #208

Runtime dependencies

Links

Keg-only reason

:shadowed_by_macos — macOS provides BLAS in Accelerate.framework

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "Accelerate.framework",
    "LAPACK",
    "MKL",
    "ATLAS"
  ],
  "build_dependencies": [],
  "categories": [
    "library",
    "scientific",
    "math"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "gcc",
    "libomp"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Optimized BLAS library",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:45+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "openblas",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://www.openblas.net/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "OpenBLAS: An optimized BLAS library",
  "installs_30d": 21179,
  "installs_365d": 312919,
  "installs_90d": 91865,
  "keg_only": 1,
  "keg_only_reason": ":shadowed_by_macos \u2014 macOS provides BLAS in Accelerate.framework",
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause AND BSD-2-Clause-Views AND BSD-3-Clause-Open-MPI AND BSD-2-Clause",
  "llm_generated_at": "2026-06-20T23:43:31+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "openblas",
  "oldnames": [],
  "one_liner": "Optimized BLAS library providing fast linear algebra operations (matrix multiplication, factorization, etc.).",
  "optional_dependencies": [],
  "rank_30d": 226,
  "rank_365d": 208,
  "rank_90d": 190,
  "raw_hash": "c26b17e8b55cfeec",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/o/openblas.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "pkgconf"
  ],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.3.33",
  "versioned_formulae": [],
  "why_use_this": "OpenBLAS offers faster performance than Apple\u0027s built-in Accelerate framework for many workloads and supports more CPU architectures. Install it when building numerical software (NumPy, SciPy, R, Julia) that requires tuned BLAS routines, or when you need explicit control over which BLAS implementation your dependencies link against. It\u0027s keg-only because macOS already ships BLAS in Accelerate.framework."
}