projects ✥ resonance

resonance

2026年02月14日
Next.jsElectronWebRTC

description

resonance is a decentralized, peer-to-peer audio streaming network designed to reintroduce collective cultural broadcasting into the web3 era.
unlike contemporary algorithmic streaming platforms, resonance treats webcasting as a complex system where listeners, broadcasters, curators, archivists, and relay nodes participate in a shared media ecology.

vision

a shared auditory commons where presence, contribution, and memory form a decentralized culture.
the goal is to restore radio as a collective experience native to the internet, owned by its participants, and governed by its community.

dive deeper & contribute

resonance is open-source software and everyone is welcome to contribute to the project on github.

explore resonance

you can tune in in your browser, and/or download the desktop broadcaster app to ignite a transmission.
since resonance is not yet signed with an apple developer certificate, macOS will block the app the first time you try to open it. here's how to bypass that:
option 1 system settings (recommended)
  1. open the downloaded .dmg and drag resonance.app into your applications folder.
  2. try to open the app macOS will block it. click done (not "move to trash").
  3. go to system settings privacy & security.
  4. scroll down to the security section you'll see a message saying resonance was blocked.
  5. click open anyway, enter your password, and confirm.
you only need to do this once. after that, resonance will open normally.
option 2 terminal
if option 1 doesn't work (some macOS versions are stricter), open terminal.app and run:
xattr -cr /Applications/resonance.app
this removes the quarantine flag that macOS applies to downloaded files.
>
type ? for commands