Fadenza

Competitors

Fadenza’s niche is the session queue. You hand it files, folders, playlists or stream URLs; it plays them in order; it remembers exactly where you were. There is no library to import into, nothing to scan, nothing to organize.

Positioned against the field. Every player below runs on macOS. Where one has a macOS-specific page, the link goes there rather than to a cross-platform front door:

  • Cog — open source, queue-first, and no library either, which makes it the closest thing on this list to Fadenza’s shape. Its format catalog is far broader: trackers, chiptunes and console audio, through a decoder plugin architecture written in Objective-C and C++. Fadenza takes the opposite position — seven formats, Apple frameworks only, no plugin layer, no C.

  • Music.app — bundled, but library-first and account-adjacent. It wants to own your files and your metadata. Fadenza never imports, never reorganizes, and never writes to your files at all — its sandbox entitlement is read-only.

  • Swinsian — the strongest paid macOS alternative: broad format support, real library management, tag editing, smart playlists. That is precisely the feature set Fadenza declines. If you want a library, use Swinsian.

  • VOX — plays a wide range of formats including hi-res, but pushes a cloud collection and a subscription. Fadenza has no account, no service, and no network dependency beyond the streams you point it at.

  • Audirvāna — audiophile-focused: bit-perfect output, hog mode, DSD, sample-rate following, upsampling. Fadenza explicitly does none of this. Audio routes through the system mixer, and that is an accepted, documented trade-off rather than an oversight.

  • foobar2000 — endlessly configurable, with gapless, ReplayGain and DSP chains. Worth knowing that the reputation belongs mostly to the Windows build: the macOS one is far newer, needs macOS 11 or later, and carries much less of the component ecosystem. Either way Fadenza is the opposite temperament — fixed feature set, no components, no DSP.

  • Doppler — a well-made local-library player for people leaving streaming. Library-first again, with tag editing. Fadenza is the queue you throw a folder at, not a place your collection lives.

  • IINA and VLC — general media players that will happily play audio, but they are video players wearing an audio hat: no queue ergonomics, no Now Playing fidelity, and no output-device management worth the name. IINA is macOS-only and looks it; VLC is cross-platform and looks that too.

  • Plexamp — beautiful, but it is a client for a server. Fadenza has no server.

Where Fadenza deliberately loses

Being honest about this is the point of the page:

  • No gapless playback. The playback engine cannot do it. Live albums and DJ mixes will click between tracks. The engine sits behind a protocol so a future implementation can fix this without touching anything else.
  • No tag editing. Apple frameworks cannot write MP3, FLAC or Ogg tags — measured, not assumed. Rather than ship a half-working editor for M4A only, there is no editor. See formats.
  • Seven formats, not seventy. No trackers, no chiptunes, no console audio, no DSD. Adding any of them means a C or C++ decoder, and there are none here.
  • No library. If you want to browse by artist, this is the wrong app.

Where it should win

  • Nothing fails silently. A missing file, an unsupported format, a dead stream, a vanished output device — each has a typed error, a badge on the row, and an actionable message. Tracks are never quietly dropped from the queue.
  • Session restore that is actually exact, down to the shuffle seed, so a restored queue plays in the same order it would have.
  • One command layer behind media keys, Now Playing, AppleScript, Shortcuts, a loopback HTTP API and MCP — so the app is genuinely scriptable rather than scriptable-in-theory.
  • No dependencies at all. No Swift packages, no CocoaPods, no vendored C. Universal binary.