Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

koel/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koel app

The official desktop application for Koel, built on Electron.

The app will inherit all features from its web-based counterpart, plus functionalities only possible in a desktop environment, e.g. lower-level OS interactions like global media shortcuts. Basically, the best of both worlds.

Installation

git clone --recursive https://github.com/phanan/koel-app.git
cd koel-app
yarn
yarn dev # for development
yarn build # for a cool app

The project got its boilerplate from electron-vue with some modifications, so head there for in-depth instructions.

Notes

  • Only tested on macOS High Siera so far, since that's the only OS I have.