# 安装 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/13ee7b80cb813542594d4235c4a0b8695435d5ecf23dd3580bc7515ae1b6180d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:chapel
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/chapel>
- **版本:** 2.8.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.8.0/chapel-2.8.0.tar.gz>
- **更新:** 2026-03-12T22:48:01Z
- **生成来源:** 2026-05-26T17:25:59+00:00

## 可执行文件

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

## 依赖

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

## 安装行为

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

## 新鲜度

- 页面生成时间: 2026-05-26
- 管理器版本: 2.8.0
- 管理器更新时间: 2026-03-12
- 本地数据: ok
- 上游仓库: https://github.com/chapel-lang/chapel
- info: No cached GitHub release or tag data was available.

## 安全说明

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

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

## 相关链接

- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Runtime dependency declared by Homebrew.
- [gmp](https://www.automicvault.com/pkg/brew/gmp/) - Runtime dependency declared by Homebrew.
- [hwloc](https://www.automicvault.com/pkg/brew/hwloc/) - Runtime dependency declared by Homebrew.
- [llvm@21](https://www.automicvault.com/pkg/brew/llvm-21/) - Runtime dependency declared by Homebrew.
- [jemalloc](https://www.automicvault.com/pkg/brew/jemalloc/) - Runtime dependency declared by Homebrew.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
