# fluid-synth を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:fluid-synth
```

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

### macOS

- Homebrew (100%):

```sh
brew install fluid-synth
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fluidsynth
```

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

### Linux

- apk (92%):

```sh
sudo apk add fluidsynth
```

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

- Debian apt (92%):

```sh
sudo apt install fluidsynth
```

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

- dnf (92%):

```sh
sudo dnf install fluidsynth
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#fluidsynth
```

  証拠: nixpkgs package indexes: pkgs/by-name/fl/fluidsynth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S fluidsynth
```

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

- zypper (92%):

```sh
sudo zypper install fluidsynth
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/fluidsynth
```

  証拠: Scoop official bucket manifest trees: bucket/fluidsynth.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:fluid-synth
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fluid-synth>
- **バージョン:** 2.5.7
- **ソース概要:** Real-time software synthesizer based on the SoundFont 2 specs
- **ホームページ:** <https://www.fluidsynth.org>
- **リポジトリ:** <https://github.com/FluidSynth/fluidsynth>
- **上流ドキュメント:** <https://www.fluidsynth.org>
- **ライセンス:** LGPL-2.1-or-later
- **ソースアーカイブ:** <https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.5.7.tar.gz>
- **最終更新:** 2026-07-25T10:54:36Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- gettext
- glib
- libsndfile
- portaudio
- readline

## ビルド依存関係

- cmake
- pkgconf

## インストール挙動

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

## バージョンと鮮度

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

FluidSynth is a real-time software synthesizer and shared library based on the SoundFont 2 specifications, with a command-line shell and API used by many music and multimedia applications.

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

The official project site presents FluidSynth as a GUI-less synthesizer that reached widespread distribution and became reusable through a shared library API. Its feature set centers on SoundFont 2 and SoundFont 3 playback, MIDI file playback, audio drivers, and a built-in command-line shell.

The release history shows a long 1.x line followed by the 2.x series. FluidSynth 2.0.0 introduced major synthesis, MIDI, SoundFont, build-system, and API changes, including a CMake-only direction and removal of the deprecated autotools build system.

### 採用の歴史

FluidSynth's adoption is visible in its official showcase of frontends and dependent applications, including QSynth, wxFluid, LMMS, MusE, Miditzer, Swami, jOrgan, Denemo, and other music tools. The project site also notes embedded and mobile-app usage.

### 使われ方

Users run the fluidsynth command to render or play MIDI with SoundFont files, script the built-in shell, or use libfluidsynth from applications that need software MIDI synthesis. Developers use the API documentation when embedding the synthesizer in games, notation software, sequencers, or audio utilities.

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

FluidSynth is important in package ecosystems because it provides a common free MIDI synthesis backend: one packaged shared library and CLI can enable MIDI playback across many otherwise unrelated applications.

It is also a useful packaging case because audio backends, optional features, SoundFont search behavior, ABI compatibility, and command-line rendering all matter to downstream users.

### タイムライン

- 2009: FluidSynth 1.0.9 added PulseAudio, JACK MIDI, CoreMIDI, and OS/2 support.
- 2010: FluidSynth 1.1.0 added file rendering, multicore synthesis, and developer API improvements.
- 2018: FluidSynth 2.0.0 was released with major MIDI, SoundFont, API, and build-system changes.
- 2025: FluidSynth 2.5.0 was released.
- 2026: FluidSynth 2.5.5 was released.

### Related projects

- QSynth is a cross-platform GUI frontend for FluidSynth.
- LMMS, MusE, Miditzer, Swami, jOrgan, and Denemo are listed by the project as applications or frontends using FluidSynth.

### ソース

- <https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.0>
- <https://www.fluidsynth.org/>
- <https://www.fluidsynth.org/documentation/>
- <https://www.fluidsynth.org/wiki/ChangeLog/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fluid-synth
- **Aliases:** fluidsynth
- **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

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

- MacPorts - fluidsynth: installed executable or alias match | MacPorts ports tree: multimedia/fluidsynth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - fluidsynth - 2.4.4+dfsg-1+deb13u2: installed executable or alias match | Debian stable package indexes: fluidsynth from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Real-time MIDI software synthesizer | https://github.com/Fluidsynth/fluidsynth
- Debian apt - libfluidsynth-dev - 2.4.4+dfsg-1+deb13u2: installed executable or alias match | Debian stable package indexes: libfluidsynth-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Real-time MIDI software synthesizer (development files) | https://github.com/Fluidsynth/fluidsynth
- Debian apt - libfluidsynth3 - 2.4.4+dfsg-1+deb13u2: installed executable or alias match | Debian stable package indexes: libfluidsynth3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Real-time MIDI software synthesizer (runtime library) | https://github.com/Fluidsynth/fluidsynth
- Nix - fluidsynth: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/fl/fluidsynth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fluidsynth - 2.3.4-1build3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: fluidsynth from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Real-time MIDI software synthesizer | https://github.com/Fluidsynth/fluidsynth
- Ubuntu apt - libfluidsynth-dev - 2.3.4-1build3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libfluidsynth-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Real-time MIDI software synthesizer (development files) | https://github.com/Fluidsynth/fluidsynth
- Ubuntu apt - libfluidsynth3 - 2.3.4-1build3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libfluidsynth3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Real-time MIDI software synthesizer (runtime library) | https://github.com/Fluidsynth/fluidsynth
- apk - fluidsynth - 2.5.7-r0: installed executable or alias match | Alpine Linux edge package indexes: fluidsynth from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A real-time software synthesizer based on the SoundFont 2 specifications | https://www.fluidsynth.org/
- apk - fluidsynth-dev - 2.5.7-r0: installed executable or alias match | Alpine Linux edge package indexes: fluidsynth-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A real-time software synthesizer based on the SoundFont 2 specifications (development files) | https://www.fluidsynth.org/
- apk - fluidsynth-doc - 2.5.7-r0: installed executable or alias match | Alpine Linux edge package indexes: fluidsynth-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A real-time software synthesizer based on the SoundFont 2 specifications (documentation) | https://www.fluidsynth.org/
- apk - fluidsynth-libs - 2.5.7-r0: installed executable or alias match | Alpine Linux edge package indexes: fluidsynth-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A real-time software synthesizer based on the SoundFont 2 specifications (libraries) | https://www.fluidsynth.org/
- dnf - fluidsynth - 2.5.4-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: fluidsynth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Real-time software synthesizer | http://www.fluidsynth.org/
- dnf - fluidsynth-devel - 2.5.4-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: fluidsynth-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Real-time software synthesizer development files | http://www.fluidsynth.org/
- dnf - fluidsynth-libs - 2.5.4-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: fluidsynth-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Real-time software synthesizer run-time libraries | http://www.fluidsynth.org/
- pacman - fluidsynth - 2.5.6-1: installed executable or alias match | Arch Linux sync databases: fluidsynth from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A real-time software synthesizer based on the SoundFont 2 specifications | https://www.fluidsynth.org/


## 関連リンク

- [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.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [libsndfile](https://pkg.so/ja/brew/libsndfile/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [dosbox-x](https://pkg.so/ja/brew/dosbox-x/) - Popular package that depends on this formula.
- [mpd](https://pkg.so/ja/brew/mpd/) - Popular package that depends on this formula.
- [audacious](https://pkg.so/ja/brew/audacious/) - Popular package that depends on this formula.
- [scummvm](https://pkg.so/ja/brew/scummvm/) - Popular package that depends on this formula.
- [csound](https://pkg.so/ja/brew/csound/) - Popular package that depends on this formula.
- [dosbox-staging](https://pkg.so/ja/brew/dosbox-staging/) - Popular package that depends on this formula.
- [chocolate-doom](https://pkg.so/ja/brew/chocolate-doom/) - Popular package that depends on this formula.
- [alsa-lib](https://pkg.so/ja/brew/alsa-lib/) - Shares pkgdb curated category or tags: audio, cli, library, media, midi.
- [wildmidi](https://pkg.so/ja/brew/wildmidi/) - Shares pkgdb curated category or tags: audio, cli, library, media, midi.
- [rubberband](https://pkg.so/ja/brew/rubberband/) - Shares pkgdb curated category or tags: audio, cli, library, media.
- [taglib](https://pkg.so/ja/brew/taglib/) - Shares pkgdb curated category or tags: audio, cli, library, media.
- [chromaprint](https://pkg.so/ja/brew/chromaprint/) - Shares pkgdb curated category or tags: audio, cli, library, media.
- [jack](https://pkg.so/ja/brew/jack/) - Shares pkgdb curated category or tags: audio, cli, media, midi.
- [libbs2b](https://pkg.so/ja/brew/libbs2b/) - Shares pkgdb curated category or tags: audio, cli, library, media.
- [id3lib](https://pkg.so/ja/brew/id3lib/) - Shares pkgdb curated category or tags: audio, cli, library, media.
- [carla](https://pkg.so/ja/brew/carla/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, fluid, fluid-synth, libsndfile.

## Combined YAML source

View the package source record on GitHub. [combined/fluid-synth.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fluid-synth.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
