macOS
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · source: api.github.com
brew
Read-only FUSE file system: transcodes audio formats to MP3. Version 1.1.1 via Homebrew; verified 2026-06-21.
install
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · source: api.github.com
sudo apt install mp3fsDebian stable package indexes · mp3fs · source: deb.debian.org
sudo dnf install mp3fsFedora Rawhide package metadata · mp3fs · source: dl.fedoraproject.org
nix profile install nixpkgs#mp3fsnixpkgs package indexes · pkgs/by-name/mp/mp3fs/package.nix · source: api.github.com
overview
Read-only FUSE file system: transcodes audio formats to MP3
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mp3fs | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/khenriks/mp3fs
install metadata
| Package key | brew:mp3fs |
|---|---|
| Version | 1.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mp3fs |
| Homepage | https://khenriks.github.io/mp3fs/ |
| Repository | https://github.com/khenriks/mp3fs |
| Upstream docs | https://github.com/khenriks/mp3fs#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/khenriks/mp3fs/releases/download/v1.1.1/mp3fs-1.1.1.tar.gz |
| Last updated | 2026-06-21T17:39:42-04:00 |
| Pulse | updated |
| Dependencies | flac, lame, libfuse@2, libid3tag, libvorbis |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 mp3fssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.