# Install chapel with Homebrew, dnf, MacPorts

Programming language for productive parallel computing at scale. Version 2.9.0 via Homebrew; verified 2026-06-18.

## Install

```sh
sudo av install brew:chapel
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install chapel
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install chapel
```

  Evidence: MacPorts ports tree: lang/chapel/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install chapel
```

  Evidence: Fedora Rawhide package metadata: chapel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

## Package facts

- **Package key:** brew:chapel
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/chapel>
- **Version:** 2.9.0
- **Source summary:** Programming language for productive parallel computing at scale
- **Homepage:** <https://chapel-lang.org/>
- **Repository:** <https://github.com/chapel-lang/chapel>
- **Upstream docs:** <https://chapel-lang.org/docs>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/chapel-lang/chapel/releases/download/2.9.0/chapel-2.9.0.tar.gz>
- **Last updated:** 2026-06-18T20:36:12Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- chpl (cli)
- chpl-language-server (cli)
- chpl-shim (cli)
- chplcheck (cli)
- chpldoc (cli)
- chplrun-udp (cli)
- mason (cli)
- chpl (alias)
- chpl-language-server (alias)
- chpl-shim (alias)
- chplcheck (alias)
- chpldoc (alias)
- chplrun-udp (alias)
- mason (alias)

## Dependencies

- cmake
- gmp
- hwloc
- jemalloc
- llvm
- pkgconf
- python@3.14

## Install behavior

- Post-install hook: not defined
- 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`
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.9.0
- Package-manager updated: 2026-06-18
- Local data: ok
- Upstream repository: https://github.com/chapel-lang/chapel
- info: No cached GitHub release or tag data was available.
## Project history and usage

Chapel is a parallel programming language and compiler toolchain for productive computing at scale, designed for laptops, clusters, cloud systems, GPUs, and supercomputers.

### Project history

Chapel was developed as a high-performance parallel programming language, historically associated with Cray and now maintained openly under the chapel-lang organization. The official README describes a portable language intended for CPUs and GPUs from desktops to supercomputers.

### Adoption history

Chapel moved from an HPC research language into a routinely released open-source language runtime and compiler. The GitHub release stream shows semiannual 1.x releases by 2014 and quarterly-style 2.x releases by 2024-2026, while the supplied package facts show distribution through Homebrew, Fedora/DNF, and MacPorts.

### How it is used

Users compile Chapel programs with `chpl`; the Homebrew package also installs developer tools such as `chpldoc`, `chplcheck`, `chpl-language-server`, and Mason, Chapel's package/build tool.

### Why package nerds care

Chapel matters to package nerds because it is a full language distribution rather than a single utility: compiler, runtime, language server, documentation generator, package tooling, and configuration-file discovery all arrive through a package-manager install.

### Timeline

- 2014: chapel-lang/chapel public GitHub repository created and 1.10.0 GitHub release published.
- 2015: 1.11.0 and 1.12.0 releases continued the regular open release cadence.
- 2024: Chapel 2.x release series was underway.
- 2026: Chapel 2.9.0 released as the Summer 2026 release.

### Related projects

- Mason is Chapel's package/build tool and is installed with the Homebrew formula.
- The Chapel project is listed by its README alongside the High Performance Software Foundation and Linux Foundation branding.

### Sources

- <https://github.com/chapel-lang/chapel#readme>
- <https://chapel-lang.org/docs>
- <https://chapel-lang.org/download/>
- <https://formulae.brew.sh/formula/chapel>


## Security Notes

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $CHPL_CONFIG/chplconfig, $CHPL_CONFIG/.chplconfig, ~/chplconfig, ~/.chplconfig, $CHPL_HOME/chplconfig, $CHPL_HOME/.chplconfig
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** chapel
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- dnf - chapel - 2.6.0-5.fc44: normalized package name match | Fedora Rawhide package metadata: chapel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A Productive Parallel Programming Language | https://chapel-lang.org
- MacPorts - chapel: normalized package name match | MacPorts ports tree: lang/chapel/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Runtime dependency declared by Homebrew.
- [hwloc](https://www.automicvault.com/pkg/brew/hwloc/) - Runtime dependency declared by Homebrew.
- [jemalloc](https://www.automicvault.com/pkg/brew/jemalloc/) - Runtime dependency declared by Homebrew.
- [llvm](https://www.automicvault.com/pkg/brew/llvm/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [julia](https://www.automicvault.com/pkg/brew/julia/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, scientific-computing.
- [algol68g](https://www.automicvault.com/pkg/brew/algol68g/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ats2-postiats](https://www.automicvault.com/pkg/brew/ats2-postiats/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ballerina](https://www.automicvault.com/pkg/brew/ballerina/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coconut](https://www.automicvault.com/pkg/brew/coconut/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coffeescript](https://www.automicvault.com/pkg/brew/coffeescript/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [crystal](https://www.automicvault.com/pkg/brew/crystal/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [fennel](https://www.automicvault.com/pkg/brew/fennel/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [halide](https://www.automicvault.com/pkg/brew/halide/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, compiler, language, language-runtime, llvm.

## Combined YAML source

View the package source record on GitHub. [combined/chapel.yml](https://github.com/automic-vault/db/blob/main/combined/chapel.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
