Cross-platform desktop application for Overcast using Electron + Node.js. Includes support for Mac OS X Media Keys.
- >|| - Play/Pause
- << - Rewind 30s
- >> - Skip forward 30s
Latest release for Mac OS X, Linux, and Windows available here. To keep the download size of Overcast down, the binary has been tarred. To untar, run
$ tar -zxvf overcast-<platform>-x64.tar.gz # Substitute <platform> with platform of choice
# Proceed to move into Applications folder
$ git clone https://github.com/xasos/overcast-desktop.git
$ cd overcast-desktop
$ npm install
$ npm start
# To build for a specific platform (darwin, linux, win32)
$ npm build <platform>
If you love Overcast, I'd highly recommend helping support the app - Marco offers Overcast for free and puts a lot of time and effort into building it.