Open Tools
AirPlay Drop and Transcribe Drop are two native Mac apps built in-house by the collective and released as open source. One streams local video to any AirPlay receiver, the other transcribes and summarises video on-device.
Some builds are just scratching an itch. We wanted to stream movies from a Mac to a projector without paying for Airflow, and to stop watching hour-long YouTube videos to extract ten useful minutes.
Both problems became small native Mac apps, and both apps became open source once they worked. No Electron, no accounts, no subscriptions.
AirPlay Drop streams local video to any AirPlay receiver with live subtitle burn-in over HLS, so playback starts in about two seconds even for a full movie: Python drives a native WebKit window, you drag a file, pick a device, press play. Transcribe Drop runs whisper.cpp entirely on-device to transcribe any video or URL, follows YouTube channels, and uses Claude Haiku to summarise each video against a personal context file, flagging what is actually worth watching for about a cent per summary. Both ship as normal Mac apps with one-step installs.
Both are free and MIT-licensed on github.com/djaysan, with release builds anyone can download. Transcription costs nothing and never leaves the machine; the only paid path is optional AI summaries at roughly a cent each. They also double as our testbed for shipping native-feeling apps at AI-first speed.
- Native macOS app design & build
- HLS streaming with live subtitle burn-in
- On-device transcription with whisper.cpp
- AI video summaries with Claude Haiku
- MIT-licensed open source release
- Live at github.com/djaysan ↗
Built to scratch an itch, then opened.