# mikmod を Homebrew, apt, dnf, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:mikmod
```

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

### macOS

- Homebrew (100%):

```sh
brew install mikmod
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mikmod
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install mikmod
```

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

- dnf (92%):

```sh
sudo dnf install mikmod
```

  証拠: Fedora Rawhide package metadata: mikmod 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#mikmod
```

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

## パッケージ情報

- **パッケージキー:** brew:mikmod
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mikmod>
- **バージョン:** 3.2.9
- **ソース概要:** Portable tracked music player
- **ホームページ:** <https://mikmod.sourceforge.net/>
- **上流ドキュメント:** <https://mikmod.sourceforge.net/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://downloads.sourceforge.net/project/mikmod/mikmod/3.2.9/mikmod-3.2.9.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- libmikmod

## macOS 提供ライブラリ

- ncurses

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.2.9
- ローカルデータ: OK
- 上流リポジトリ: https://mikmod.sourceforge.net/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

MikMod is a tracked-module music player and library rooted in the MS-DOS demoscene and tracker-music ecosystem. The project homepage says it began as a player for MS-DOS and was ported to Unix, Macintosh, BeOS, Java, and other platforms. It names Jean-Paul Mikkers, Jake Stine, and Frank Loemker as main authors, with Steve McIntyre, Peter Amstutz, Miodrag Vallat, Raphaël Assénat, Shlomi Fish, and Ozkan among successive Unix or project maintainers.

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

The package split matters: libmikmod is the playback library, while mikmod is the curses-style player built on it. The project describes support for common module formats such as MOD, S3M, IT, and XM, and the man page lists a wider set including MTM, STM, ULT, FAR, MED, DSM, AMF, IMF, and 669. That made MikMod useful both as an end-user module player and as a reusable decoder/playback layer for software that needed tracker music support.

### 使われ方

The project history is also a portability story. The homepage records migration of version control to SourceForge Git in 2017 and maintenance releases for libmikmod and the player through the 2020s, including loader fixes, audio-driver updates, format support, fuzzing-driven robustness work, and platform build updates. In package managers, mikmod fills the compact command-line module-player niche beside libraries such as libmodplug and libopenmpt: useful for playing and validating old tracker files, archives, and chiptune-era music collections from a terminal.

### ソース

- <https://formulae.brew.sh/formula/mikmod>
- <https://linux.die.net/man/1/mikmod>
- <https://mikmod.sourceforge.net/>
- <https://mikmod.sourceforge.net/doc/mikmod-3.3.13.html>
- <https://sourceforge.net/projects/mikmod/>


## セキュリティノート

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:** mikmod
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - mikmod - 3.2.9-1: normalized package name match | Debian stable package indexes: mikmod from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Portable tracked music player | http://mikmod.sf.net
- Nix - mikmod: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/mikmod/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mikmod - 3.2.8-3: normalized package name match | Ubuntu 24.04 LTS package indexes: mikmod from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Portable tracked music player | http://mikmod.sf.net
- dnf - mikmod - 3.2.9-5.fc45: normalized package name match | Fedora Rawhide package metadata: mikmod from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Console music module player | http://mikmod.sourceforge.net/
- MacPorts - mikmod: normalized package name match | MacPorts ports tree: audio/mikmod/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [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.
- [Package ecosystem packages](https://pkg.so/ja/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [libmikmod](https://pkg.so/ja/brew/libmikmod/) - Runtime dependency declared by Homebrew.
- [mpd](https://pkg.so/ja/brew/mpd/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [libopenmpt](https://pkg.so/ja/brew/libopenmpt/) - Shares pkgdb curated category or tags: audio, cli, media, tracker-music.
- [rmpc](https://pkg.so/ja/brew/rmpc/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [moc](https://pkg.so/ja/brew/moc/) - Shares pkgdb curated category or tags: audio, cli, media, music-player.
- [ocp](https://pkg.so/ja/brew/ocp/) - Shares pkgdb curated category or tags: audio, cli, media, module-player, tracker-music.
- [xmp](https://pkg.so/ja/brew/xmp/) - Shares pkgdb curated category or tags: audio, cli, media, mod, module-player.
- [libsndfile](https://pkg.so/ja/brew/libsndfile/) - Shares pkgdb curated category or tags: audio, cli, media.

## Combined YAML source

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