Stream independent media, or organize your own MP3 collection and listen offline.
Ahoy Streamer is the web app for independent music, podcasts, events, and film from New Haven creators.
Keep your MP3 collection organized, local, and ready to play offline.
Keep your MP3s local. This command installs AHOY Player the first time, or updates it later—then scans your Music folder and opens the player.
if [ -d "$HOME/ahoyMp3/.git" ]; then
git -C "$HOME/ahoyMp3" pull --ff-only
else
git clone https://github.com/oooAHOYooo/ahoy-player.git "$HOME/ahoyMp3"
fi &&
npm --prefix "$HOME/ahoyMp3" install &&
npm --prefix "$HOME/ahoyMp3" run ahoy -- scan "$HOME/Music" &&
npm --prefix "$HOME/ahoyMp3" run ahoy -- tui
Mac · ⌘ Space → Terminal → ReturnWindows · Start → Terminal → EnterLinux · Ctrl + Alt + T
The iPhone app is currently in review with Apple. Check back here for the App Store link when it is available.
Try the early Mac build in your browser. It is still in beta and is not yet available through the Mac App Store.
Ahoy for Linux is coming soon.





