Clippy returns, now empowered by Electron !
Once you download one of the releases, simply run the executable.
Else, you can download source code, and do as is descibed below (prepare, build, run).
npm i
sudo make permissions
There are build scripts located on package.json.
For Linux :
npm run build_linux
For Windows :
npm run build_win, npm run build_win_portable
Thanks to clippy.js project (https://github.com/clippyjs/clippy.js).