# 使用 Homebrew, dnf, MacPorts 安装 chapel

查看 chapel 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install chapel
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install chapel
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:chapel
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/chapel>
- **版本:** 2.9.0
- **来源摘要:** Programming language for productive parallel computing at scale
- **主页:** <https://chapel-lang.org/>
- **仓库:** <https://github.com/chapel-lang/chapel>
- **上游文档:** <https://chapel-lang.org/>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/chapel-lang/chapel/releases/download/2.9.0/chapel-2.9.0.tar.gz>
- **最后更新:** 2026-07-28T08:08:36Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- c2chapel (cli)
- chpl (cli)
- chpl-language-server (cli)
- chpl-shim (cli)
- chplcheck (cli)
- chpldoc (cli)
- chplrun-udp (cli)
- mason (cli)
- c2chapel (别名)
- chpl (别名)
- chpl-language-server (别名)
- chpl-shim (别名)
- chplcheck (别名)
- chpldoc (别名)
- chplrun-udp (别名)
- mason (别名)

## 依赖

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

## 安装行为

- post-install 钩子: 未定义
- 注意事项: 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: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.9.0
- 管理器更新时间: 2026-07-28
- 本地数据: OK
- 上游仓库: https://github.com/chapel-lang/chapel
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

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


## 安全说明

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

- **Geiger 风险:** yellow / 中
- 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:** 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

## 其他软件包管理器记录

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/zh-hans/brew/cmake/) - Runtime dependency declared by Homebrew.
- [llvm](https://pkg.so/zh-hans/brew/llvm/) - Runtime dependency declared by Homebrew.
- [hwloc](https://pkg.so/zh-hans/brew/hwloc/) - Runtime dependency declared by Homebrew.
- [jemalloc](https://pkg.so/zh-hans/brew/jemalloc/) - Runtime dependency declared by Homebrew.
- [julia](https://pkg.so/zh-hans/brew/julia/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language, scientific-computing.
- [go](https://pkg.so/zh-hans/brew/go/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [lua](https://pkg.so/zh-hans/brew/lua/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [zig](https://pkg.so/zh-hans/brew/zig/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [dart-sdk](https://pkg.so/zh-hans/brew/dart-sdk/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [gambit-scheme](https://pkg.so/zh-hans/brew/gambit-scheme/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [kotlin](https://pkg.so/zh-hans/brew/kotlin/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [crystal](https://pkg.so/zh-hans/brew/crystal/) - Local package facts share a topical domain. Shared terms: cli, compiler, gmp, language, language-runtime.
- [futhark](https://pkg.so/zh-hans/brew/futhark/) - Local package facts share a topical domain. Shared terms: cli, compiler, gmp, language, language-runtime.

## Combined YAML source

View the package source record on GitHub. [combined/chapel.yml](https://github.com/mxcl/pkgdb/blob/main/combined/chapel.yml)


## 来源

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