macOS
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mp3fs in AI-Agent-Workflows.
Installation
brew install mp3fslocal Homebrew formula metadata
sudo port install mp3fsMacPorts ports tree · fuse/mp3fs/Portfile · Quelle: api.github.com
sudo apt install mp3fsDebian stable package indexes · mp3fs · Quelle: deb.debian.org
sudo dnf install mp3fsFedora Rawhide package metadata · mp3fs · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#mp3fsnixpkgs package indexes · pkgs/by-name/mp/mp3fs/package.nix · Quelle: api.github.com
Überblick
Read-only FUSE file system: transcodes audio formats to MP3
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
mp3fs | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/khenriks/mp3fs
Installationsmetadaten
| Paketschlüssel | brew:mp3fs |
|---|---|
| Version | 1.1.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/mp3fs |
| Homepage | https://khenriks.github.io/mp3fs/ |
| Repository | https://github.com/khenriks/mp3fs |
| Upstream-Dokumentation | https://github.com/khenriks/mp3fs#readme |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://github.com/khenriks/mp3fs/releases/download/v1.1.1/mp3fs-1.1.1.tar.gz |
| Zuletzt aktualisiert | 2026-06-21T17:39:42-04:00 |
| Pulse | updated |
| Abhängigkeiten | flac, lame, libfuse@2, libid3tag, libvorbis |
| Build-Abhängigkeiten | pkgconf |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 mp3fsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.