A simple (unofficial) overcast.fm podcast app for macOS and Linux.
CLICK HERE FOR MY POST ABOUT THIS APP
Overcast.app from Releases
- Just download/clone the
overcast.app
and open it up!
- Download
overcast-linux-x64.zip
&& extract the files cd
into the extracted folder- Run
sudo chhmod +x *
in the folder (this updates the permissions so the app can run) - Then just run
./overcast
in the folder. Voila!
I was tired of having to hunt down a browser window/tab with overcast.fm or only listen from iOS. After Instacast went under, Overcast became my preferred podcast app for the last couple of years. The only drawback was there is no native mac app from the company. It was also a nice excuse to wrap a simple webapp for practical daily use. Maybe others can find it useful.
Please don't blame me for the UI. It's the same as overcast.fm. If you would like the webapp UI changed, please direct that communication to Overcast: [https://overcast.fm/contact]. If you do see some bugs, and you notice they are probably in my app and not the overcast.fm web site, please let me know by creating an issue
If there is demand for a Windows version, please open up an issue and I will get on it. :)
Thanks to Jia Hao for making nativefier, an easy CLI for wrapping web apps in electron for native desktop environments.