🍺 BREW Explorer

← all formulae

chapel

brew install chapel v2.9.0 Apache-2.0

Programming language for productive parallel computing at scale

84
30-day installs · #3724
253
90-day · #3808
1.3k
365-day · #3441

Runtime dependencies

Links

Caveats

By default, compiled Chapel programs will be single-locale only.
To compile and run multi-locale Chapel programs locally:

Compile your program with:
  `chpl --comm=gasnet --comm-substrate=udp`
And then run it with:
  `chplrun-udp ./your_program_name`

To simulate GPU execution, you can compile your program with:
  `chpl --locale-model=gpu --gpu=cpu`
Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": "By default, compiled Chapel programs will be single-locale only.\nTo compile and run multi-locale Chapel programs locally:\n\nCompile your program with:\n  `chpl --comm=gasnet --comm-substrate=udp`\nAnd then run it with:\n  `chplrun-udp ./your_program_name`\n\nTo simulate GPU execution, you can compile your program with:\n  `chpl --locale-model=gpu --gpu=cpu`\n",
  "conflicts_with": [],
  "dependencies": [
    "cmake",
    "gmp",
    "hwloc",
    "jemalloc",
    "llvm",
    "pkgconf",
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Programming language for productive parallel computing at scale",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:19+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "chapel",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://chapel-lang.org/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "The Chapel Programming Language",
  "installs_30d": 84,
  "installs_365d": 1278,
  "installs_90d": 253,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "chapel",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 3724,
  "rank_365d": 3441,
  "rank_90d": 3808,
  "raw_hash": "c27dfa1655abbccd",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/chapel.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.9.0",
  "versioned_formulae": [],
  "why_use_this": null
}