macOS
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · ソース: api.github.com
brew
mp3fs のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · ソース: api.github.com
sudo apt install mp3fsDebian stable package indexes · mp3fs · ソース: deb.debian.org
sudo dnf install mp3fsFedora Rawhide package metadata · mp3fs · ソース: dl.fedoraproject.org
nix profile install nixpkgs#mp3fsnixpkgs package indexes · pkgs/by-name/mp/mp3fs/package.nix · ソース: api.github.com
概要
Read-only FUSE file system: transcodes audio formats to MP3
履歴
mp3fs is a read-only FUSE filesystem that presents FLAC and Ogg Vorbis files as MP3 files by transcoding on access. The original author and maintainer was David Collett from 2006 to 2008; K. Henriksson became the primary author and maintainer afterward. The manual records the same authorship split, with copyright for David Collett in 2006-2008 and K. Henriksson afterward.
The project's role is a neat filesystem trick for lossless music collections. A user mounts a source directory and a mountpoint, and applications browsing the mountpoint see .mp3 names for the underlying FLAC/Ogg files. Reads initialize decoders and encoders, fill an internal per-file buffer, and emit MP3 data without requiring the user to keep a second converted library. The README gives examples for FUSE mounts and fstab entries, and describes practical uses such as feeding hardware or software that only understands MP3.
Its major milestones track the broadening of that original idea. The news file lists an initial 0.01 release in 2006, a 0.30 release that added better documentation, bitrate selection, LAME quality settings, and metadata improvements, a 0.9 rewrite of the transcoding code around codec classes, and a 1.0 release that added Ogg Vorbis decoding, VBR MP3 encoding, logging improvements, and a more modern C++11 codebase. In package managers it sits at the intersection of audio tooling and filesystem integration; Homebrew exposes it as a FUSE-dependent formula with FLAC, LAME, libid3tag, and libvorbis in its dependency chain.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mp3fs | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/khenriks/mp3fs
インストールメタデータ
| パッケージキー | brew:mp3fs |
|---|---|
| バージョン | 1.1.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mp3fs |
| ホームページ | https://khenriks.github.io/mp3fs/ |
| リポジトリ | https://github.com/khenriks/mp3fs |
| 上流ドキュメント | https://github.com/khenriks/mp3fs#readme |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://github.com/khenriks/mp3fs/releases/download/v1.1.1/mp3fs-1.1.1.tar.gz |
| 最終更新 | 2026-06-21T17:39:42-04:00 |
| Pulse | updated |
| 依存関係 | flac, lame, libfuse@2, libid3tag, libvorbis |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mp3fs |
| Version Scheme | 0 |
| Revision | 5 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
mp3fs 1.1.1-1+b3
FUSE filesystem for transcoding FLAC to MP3 on the fly
https://khenriks.github.io/mp3fs/
sudo apt install mp3fsmp3fs
nix profile install nixpkgs#mp3fsmp3fs 1.1.1-1build4
FUSE filesystem for transcoding FLAC to MP3 on the fly
https://khenriks.github.io/mp3fs/
sudo apt install mp3fsmp3fs 1.1.1-16.fc44
FUSE filesystem to transcode FLAC to MP3 on the fly
https://khenriks.github.io/mp3fs/
sudo dnf install mp3fsmp3fs
sudo port install mp3fsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.