# jack を Homebrew, apk, chocolatey, apt, MacPorts, zypper, pacman でインストール

jack のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:jack
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install jack
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jack
```

  証拠: MacPorts ports tree: audio/jack/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add jack
```

  証拠: Alpine Linux edge package indexes: jack from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install jack
```

  証拠: Debian stable package indexes: jack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install jack
```

  証拠: openSUSE Tumbleweed package metadata: jack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S jack2
```

  証拠: Arch Linux sync databases: jack2 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install jackd
```

  証拠: Ubuntu 24.04 LTS package indexes: jackd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

### Windows

- Chocolatey (92%):

```sh
choco install jack
```

  証拠: Chocolatey community package catalog: jack from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','intel-network-drivers-win10'

## パッケージ情報

- **パッケージキー:** brew:jack
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/jack>
- **バージョン:** 1.9.22
- **ソース概要:** Audio Connection Kit
- **ホームページ:** <https://jackaudio.org/>
- **リポジトリ:** <https://github.com/jackaudio/jack2>
- **上流ドキュメント:** <https://jackaudio.org/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/jackaudio/jack2/archive/refs/tags/v1.9.22.tar.gz>
- **最終更新:** 2026-08-02T01:26:52+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- jackd (cli)
- jackd (エイリアス)

## 依存関係

- aften
- libsamplerate

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.9.22
- マネージャ更新日: 2026-08-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/jackaudio/jack2
- 検出された最新: v1.9.22 (最新)
## プロジェクトの歴史と使われ方

JACK Audio Connection Kit is a professional sound server API and daemon family for low-latency routing of audio and MIDI between applications. It is one of the defining pieces of Linux and Unix-like pro-audio infrastructure.

### プロジェクトの歴史

The JACK project site describes JACK as an API plus daemon implementations for real-time, low-latency audio and MIDI connections between applications. The download page documents the split source repositories for JACK1 and JACK2 and gives jack2 as the repository browsed for the JACK2 tree.

The GitHub jackaudio/jack2 repository was created in 2012, but JACK as a project predates that repository history. In the maintained release stream, JACK2 1.9.x releases continued through the 2020s with work on macOS, Windows, FreeBSD, Python build compatibility, ARM ringbuffer safety, and separation of example tools.

### 採用の歴史

JACK became standard plumbing for low-latency audio workflows on Linux because it let synthesizers, DAWs, effects processors, recorders, and MIDI tools connect as a graph rather than each owning the audio device. Its package metadata spans Homebrew, Debian/Ubuntu, MacPorts, Arch, Chocolatey, and openSUSE, reflecting cross-platform packaging of a historically Unix-centered audio stack.

The 2022 JACK1/JACK2 release note is a useful adoption marker: JACK1 was described as continuing in maintenance mode while JACK2 carried official FreeBSD support and ongoing platform work.

### 使われ方

Users run jackd or compatible session tools to create a low-latency audio server, then connect JACK-aware applications through ports. The project site frames the common use case as sending one application's audio output to another application, splitting it to multiple consumers, and recording the result.

### パッケージ好きにとっての重要性

JACK is significant because it is a package-manager dependency that changes what an audio workstation can be. Installing it adds a shared routing substrate used by many separate packages, so distribution maintainers care about ABI compatibility, realtime permissions, drivers, example tools, and how JACK coexists with ALSA, PulseAudio, and PipeWire-era systems.

### タイムライン

- 2000s: JACK became core infrastructure for Unix-like low-latency audio workflows.
- 2012: jackaudio/jack1 and jackaudio/jack2 GitHub repositories were created.
- 2021: JACK2 1.9.18 and 1.9.19 releases focused on platform and API fixes.
- 2022: JACK1 0.126.0 and JACK2 1.9.20 releases moved examples and tools toward a separate repository and added official FreeBSD support for JACK2.
- 2023: JACK2 1.9.22 removed bundled example clients/tools and fixed Python 3.11+ build compatibility.

### Related projects

- Related projects include JACK1, JACK2, jack-example-tools, jack2-releases, QjackCtl, ALSA, PulseAudio, PipeWire, and JACK-aware audio applications.

### ソース

- <https://api.github.com/repos/jackaudio/jack2/releases?per_page=50>
- <https://formulae.brew.sh/formula/jack>
- <https://jackaudio.org/>
- <https://jackaudio.org/downloads/>
- <https://jackaudio.org/news/2022/01/15/jack1-v01260-and-jack2-v1920-releases.html>
- <https://jackaudio.org/news/2023/02/03/jack2-v1922-release.html>


## セキュリティノート

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Debian apt - jack - 4~git20241202.3410dc1-2: normalized package name match | Debian stable package indexes: jack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rip and encode CDs with one command | https://github.com/jack-cli-cd-ripper/jack
- apk - jack - 1.9.22-r4: normalized package name match | Alpine Linux edge package indexes: jack from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The Jack Audio Connection Kit | https://jackaudio.org/
- apk - jack-dbus - 1.9.22-r4: normalized package name match | Alpine Linux edge package indexes: jack-dbus from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Jack D-Bus launcher | https://jackaudio.org/
- apk - jack-dev - 1.9.22-r4: normalized package name match | Alpine Linux edge package indexes: jack-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The Jack Audio Connection Kit (development files) | https://jackaudio.org/
- apk - jack-doc - 1.9.22-r4: normalized package name match | Alpine Linux edge package indexes: jack-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The Jack Audio Connection Kit (documentation) | https://jackaudio.org/
- pacman - jack2 - 1.9.22-2: normalized package name match | Arch Linux sync databases: jack2 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The JACK low-latency audio server | https://github.com/jackaudio/jack2
- pacman - pipewire-jack - 1:1.6.8-1: normalized package name match | Arch Linux sync databases: pipewire-jack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Low-latency audio/video router and processor - JACK replacement | https://pipewire.org
- zypper - jack - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: jack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack-Audio Connection Kit | https://jackaudio.org/
- zypper - jack-32bit - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: jack-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack-Audio Connection Kit | https://jackaudio.org/
- zypper - jack-dbus - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: jack-dbus from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack Audio Connection Kit D-Bus support | https://jackaudio.org/
- zypper - libjack-devel - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjack-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development package for jack | https://jackaudio.org/
- zypper - libjack-devel-32bit - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjack-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development package for jack | https://jackaudio.org/
- zypper - libjack0 - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjack0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack Audio Connection Kit Library | https://jackaudio.org/
- zypper - libjack0-32bit - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjack0-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack Audio Connection Kit Library | https://jackaudio.org/
- zypper - libjacknet0 - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjacknet0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack Audio Connection Kit Library | https://jackaudio.org/
- zypper - libjacknet0-32bit - 1.9.22-5.5: normalized package name match | openSUSE Tumbleweed package metadata: libjacknet0-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Jack Audio Connection Kit Library | https://jackaudio.org/


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [aften](https://pkg.so/ja/brew/aften/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [gnuradio](https://pkg.so/ja/brew/gnuradio/) - Popular package that depends on this formula.
- [csound](https://pkg.so/ja/brew/csound/) - Popular package that depends on this formula.
- [qmmp](https://pkg.so/ja/brew/qmmp/) - Popular package that depends on this formula.
- [moc](https://pkg.so/ja/brew/moc/) - Popular package that depends on this formula.
- [qjackctl](https://pkg.so/ja/brew/qjackctl/) - Popular package that depends on this formula.
- [dirt](https://pkg.so/ja/brew/dirt/) - Popular package that depends on this formula.
- [ltc-tools](https://pkg.so/ja/brew/ltc-tools/) - Popular package that depends on this formula.
- [darkice](https://pkg.so/ja/brew/darkice/) - Popular package that depends on this formula.
- [alsa-lib](https://pkg.so/ja/brew/alsa-lib/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [pulseaudio](https://pkg.so/ja/brew/pulseaudio/) - Shares pkgdb curated category or tags: audio, cli, media, sound-server.
- [fluid-synth](https://pkg.so/ja/brew/fluid-synth/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [timidity](https://pkg.so/ja/brew/timidity/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [wildmidi](https://pkg.so/ja/brew/wildmidi/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [midicsv](https://pkg.so/ja/brew/midicsv/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [waon](https://pkg.so/ja/brew/waon/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [mpd](https://pkg.so/ja/brew/mpd/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, libsamplerate, media, server.

## Combined YAML source

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


## ソース

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