RYMFLUX
What is RYMFLUX?
RYMFLUX is a content-type-agnostic audio platform, where plugins define entire content universes (including
data models, UX, and progress semantics) rather than just audio sources.
It is for audio enthusiasts tired of juggling fragmented apps (Spotify, Audible, Pocket Casts, YouTube Music) who want a unified, local-first
experience. It is also for developers who want a robust, extensible framework to build custom audio “domains” without fighting music-centric
hardcoded assumptions.
Core problem
Audio today is fragmented across dozens of apps, each with its own UI, data model, and progress tracking. Every app assumes a specific
content type — music apps assume tracks/albums/artists, audiobook apps assume chapters, podcast apps assume episodes. This means:
- You need separate apps for separate content
- Progress doesn’t transfer between them
- There’s no unified way to extend any of them
- The architecture of every player is locked to its original content type
RYMFLUX solves this by making the kernel completely blind to content types. Domains (plugins) define everything: the data model, the UI
views, the progress semantics, the storage schema.