What is Goose FM: Live Stations & Custom Curated Jams?
Goose FM is a tool that lets your AI assistant tap into live radio frequencies using an RTL-SDR dongle and antenna. It bridges hardware-based radio reception with modern software workflows, enabling real-time audio streaming over speakers. Think of it as a "ears-to-speakers" translator for analog radio waves, with customization options for curated playlists.
How to use Goose FM: Live Stations & Custom Curated Jams?
Start by installing the package via Nix:
nix run github:mccartykim/goose_fm
To integrate with Claude Desktop:
- Edit your assistant configurations
- Add this block under services:
"GooseFM": { "command": "nix", "args": ["run", "github:mccartykim/goose_fm"] }