Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.37 KB

Overcast.fm for Desktop

Build Status

Cross-platform desktop application for Overcast using Electron + Node.js. Includes support for Mac OS X Media Keys.

Screenshot

Media Key Support

  • >|| - Play/Pause
  • << - Rewind 30s
  • >> - Skip forward 30s

Download

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

Building overcast-desktop

$ 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>       

Patronage

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.

License

MIT License