# 使用 Homebrew, apt, MacPorts, Nix, pacman, scoop, winget 安装 chuck

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

## 安装

```sh
sudo av install brew:chuck
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install chuck
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install chuck
```

  证据: MacPorts ports tree: audio/chuck/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install chuck
```

  证据: Debian stable package indexes: chuck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#chuck
```

  证据: nixpkgs package indexes: pkgs/by-name/ch/chuck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S chuck
```

  证据: Arch Linux sync databases: chuck from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/chuck
```

  证据: Scoop official bucket manifest trees: bucket/chuck.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id CCRMA.ChucK -e
```

  证据: Windows Package Manager source index: CCRMA.ChucK from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:chuck
- **软件包管理器:** Homebrew
- **版本:** 1.5.5.8
- **来源摘要:** Concurrent, on-the-fly audio programming language
- **主页:** <https://chuck.cs.princeton.edu/>
- **仓库:** <https://github.com/ccrma/chuck>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- chuck (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.5.5.8
## 项目历史与用法

ChucK is a strongly timed programming language and runtime for real-time sound synthesis, live coding, teaching, and computer-music research.

### 项目历史

The ChucK README says Ge Wang and Perry R. Cook created ChucK at Princeton in the early 2000s, with the first GPL release in 2003. The language developed around precise time control, concurrency, on-the-fly code changes, and computer-music performance.

### 采用历史

The upstream history traces adoption through miniAudicle, the Princeton Laptop Orchestra, the Stanford Laptop Orchestra, computer-music curricula, Smule's early iPhone apps, a 2015 book, online coursework, and later browser and host integrations. The batch input records broad package-manager availability across Homebrew, Debian, Ubuntu, MacPorts, Nix, Arch, Scoop, and WinGet.

### 使用方式

Users run the command-line chuck VM to execute ChucK programs, add or modify shreds on the fly, use MIDI, OpenSoundControl, HID, and audio drivers, or embed ChucK core in other C++ hosts. The official release page distributes source, installers, miniAudicle, and command-line builds.

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

ChucK is significant because it is not just an audio tool but a language runtime with a long-lived package-manager presence. Installing it from Homebrew or distro repositories gives musicians and researchers a reproducible CLI runtime for live audio code, while companion projects such as chugins, miniAudicle, WebChucK, and chump show an ecosystem around the core VM.

### 时间线

- 2003: First ChucK release under the GPL.
- 2004: miniAudicle IDE created.
- 2005: Princeton Laptop Orchestra began using ChucK.
- 2008: Stanford Laptop Orchestra founded; ChucK also used in early Smule iPhone audio apps.
- 2015: Programming for Musicians and Digital Artists published.
- 2017: Chunity brought ChucK into Unity workflows.
- 2020s: WebChucK and the WebChucK IDE made ChucK runnable in browsers.

### Related projects

- Official related projects include miniAudicle, chugins, WebChucK, WebChucK IDE, chump, Chunity, Chunreal, ChucKDesigner, Fauck, and Pure Data or Max integrations.

### 来源

- <https://github.com/ccrma/chuck#readme>
- <https://chuck.stanford.edu/doc/>
- <https://chuck.stanford.edu/release/>
- <https://api.github.com/repos/ccrma/chuck>
- <https://formulae.brew.sh/api/formula/chuck.json>


## 安全说明

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

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

- Debian apt - chuck - 1.5.5.0-1: normalized package name match | Debian stable package indexes: chuck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Concurrent, On-the-fly Audio Programming Language | https://chuck.cs.princeton.edu
- Debian apt - chuck-data - 1.5.5.0-1: normalized package name match | Debian stable package indexes: chuck-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Examples and data files for ChucK | https://chuck.cs.princeton.edu
- Nix - chuck: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chuck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - chuck - 1.5.2.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: chuck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Concurrent, On-the-fly Audio Programming Language | https://chuck.cs.princeton.edu
- Ubuntu apt - chuck-data - 1.5.2.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: chuck-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Examples and data files for ChucK | https://chuck.cs.princeton.edu
- pacman - chuck - 1.5.5.8-1: normalized package name match | Arch Linux sync databases: chuck from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Concurrent, on-the-fly audio programming language | https://chuck.cs.princeton.edu/
- MacPorts - chuck: normalized package name match | MacPorts ports tree: audio/chuck/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/chuck: normalized package name match | Scoop official bucket manifest trees: bucket/chuck.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - CCRMA.ChucK: normalized package name match | Windows Package Manager source index: CCRMA.ChucK from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
