switch icon indicating copy to clipboard operation
switch copied to clipboard

Switch's cross-platform stand-alone service for switching apps.

Switch Service

Build Status Build status

Switch's cross-platform stand-alone service for switching apps. Uses IPC (Inter Process Communication) to communicate (two-way) with Switch Desktop.

Running

Before running Switch Service in development mode, please ensure you have Node.JS installed on your machine.

Clone this repo, and cd into it, Then:

$npm i
$npm run dev

Building

Switch usespkg to ship executables for Windows, MacOS (Under development) that will be spawned at Switch Desktop start up.

Before building Switch Service, please ensure you have Node.JS installed on your machine.

Clone this repo, and cd into it, Then:

$npm i
# for windows build
$npm run build-win32
# for mac build
$npm run build-darwin

License

Read LICENSE.md