# libgsm を Homebrew, MacPorts, apt, zypper, Nix でインストール

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

## インストール

```sh
sudo av install brew:libgsm
```

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

### macOS

- Homebrew (100%):

```sh
brew install libgsm
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libgsm
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install libgsm-tools
```

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

- zypper (92%):

```sh
sudo zypper install libgsm-devel
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#tcat
```

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

## パッケージ情報

- **パッケージキー:** brew:libgsm
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.24
- **ソース概要:** Lossy speech compression library
- **ホームページ:** <https://www.quut.com/gsm/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- tcat (エイリアス)
- toast (エイリアス)
- untoast (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0.24
## プロジェクトの歴史と使われ方

libgsm is Jutta Degener and Carsten Bormann's C implementation of the GSM 06.10 RPE-LTP speech codec, distributed with a small Unix-style toolset headed by toast, untoast, and tcat. It matters in package collections because it is a compact, long-lived reference implementation of a telephony-era codec that still appears wherever old audio formats, speech samples, or GSM-framed test data need to be handled.

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

The project began in 1992 at the Technical University of Berlin, where Degener's research group needed a speech-compression algorithm for multimedia conferencing experiments and selected the ETSI GSM 06.10 speech codec. Degener and Bormann implemented the GSM 06.10 RPE-LTP coder and decoder in C, exposing both a library API and standalone tools for encoding and decoding speech data.

The implementation reflects early-1990s Unix multimedia culture: the toast command was modeled after Unix compress, but it produces lossy .gsm speech data rather than reversible compressed files. The upstream page documents details such as 160-sample PCM frames encoded into 264-bit GSM frames, optional frame inspection, and portability notes for Unix-like systems, VMS, MS-DOS, and 64-bit DEC Alpha systems.

### 採用の歴史

libgsm spread through operating-system package collections because it solved a narrow problem with few dependencies. Build a GSM 06.10 codec and get small command-line tools for batch conversion. The batch input lists packages for Homebrew, Debian, Ubuntu, MacPorts, Nix, and openSUSE, showing the usual path for old C libraries that remain useful as compatibility glue.

### 使われ方

Users normally encounter libgsm either as a dependency of audio or telephony software, or through the toast, untoast, and tcat commands for converting raw speech samples to and from GSM 06.10 data. Developers use the library when they need a small C codec implementation rather than a full multimedia framework.

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

libgsm is the kind of package that makes old media stacks work quietly: tiny, ancient, standards-adjacent, and still carried because removing it breaks obscure but real audio workflows. Its licensing and provenance are also notable because Homebrew records the TU-Berlin-2.0 license while the upstream page preserves the original research-code distribution context.

### タイムライン

- 1992: Work began at the Technical University of Berlin for multimedia-conferencing experiments.
- 1994: The upstream notes described real-time GSM 06.10 coding as requiring at least a medium-scale workstation.
- Patchlevel 9: WAV format #49 support was integrated after outside experimentation with compressed wave files.
- Patchlevel 24: The upstream release notes fixed undefined behavior from left-shifting negative signed integers.

### Related projects

- ETSI GSM 06.10 defines the speech-compression algorithm implemented by libgsm.
- toast, untoast, and tcat are the command-line programs distributed with the library.
- WAV format #49 is a parallel GSM 06.10 framing used by some Windows audio workflows.

### ソース

- <https://formulae.brew.sh/formula/libgsm>
- <https://www.quut.com/berlin/gsm/etsi.html>
- <https://www.quut.com/berlin/gsm/gsm-3.html>
- <https://www.quut.com/gsm>


## セキュリティノート

library-like package without higher-risk signals.

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

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

- Debian apt - libgsm-tools - 1.0.22-1+b2: normalized package name match | Debian stable package indexes: libgsm-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | User binaries for a GSM speech compressor | http://www.quut.com/gsm/
- Debian apt - libgsm1 - 1.0.22-1+b2: normalized package name match | Debian stable package indexes: libgsm1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Shared libraries for GSM speech compressor | http://www.quut.com/gsm/
- Debian apt - libgsm1-dev - 1.0.22-1+b2: normalized package name match | Debian stable package indexes: libgsm1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development libraries for a GSM speech compressor | http://www.quut.com/gsm/
- Ubuntu apt - libgsm-tools - 1.0.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgsm-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | User binaries for a GSM speech compressor | http://www.quut.com/gsm/
- Ubuntu apt - libgsm1 - 1.0.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgsm1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Shared libraries for GSM speech compressor | http://www.quut.com/gsm/
- Ubuntu apt - libgsm1-dev - 1.0.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgsm1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development libraries for a GSM speech compressor | http://www.quut.com/gsm/
- zypper - libgsm-devel - 1.0.24-1.4: normalized package name match | openSUSE Tumbleweed package metadata: libgsm-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GSM 06.10 Lossy Speech Compressor Library and Utilities | http://www.quut.com/gsm/
- zypper - libgsm-devel-32bit - 1.0.24-1.4: normalized package name match | openSUSE Tumbleweed package metadata: libgsm-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GSM 06.10 Lossy Speech Compressor Library and Utilities | http://www.quut.com/gsm/
- zypper - libgsm-utils - 1.0.24-1.4: normalized package name match | openSUSE Tumbleweed package metadata: libgsm-utils from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GSM 06.10 Lossy Speech Compressor Library and Utilities | http://www.quut.com/gsm/
- zypper - libgsm1 - 1.0.24-1.4: normalized package name match | openSUSE Tumbleweed package metadata: libgsm1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GSM 06.10 Lossy Speech Compressor Library and Utilities | http://www.quut.com/gsm/
- zypper - libgsm1-32bit - 1.0.24-1.4: normalized package name match | openSUSE Tumbleweed package metadata: libgsm1-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GSM 06.10 Lossy Speech Compressor Library and Utilities | http://www.quut.com/gsm/
- MacPorts - libgsm: normalized package name match | MacPorts ports tree: audio/libgsm/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- MacPorts - tcat: installed executable or alias match | MacPorts ports tree: textproc/tcat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- MacPorts - toast: installed executable or alias match | MacPorts ports tree: devel/toast/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - tcat: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/tc/tcat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - toast: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/to/toast/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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