This repository was archived by the owner on May 8, 2021. It is now read-only.

Description
I'd really like to be able to run a copy of Shout with Slick theme installed that runs natively on a laptop or PC. Shout is web interface + node.js backend server, packaging it in Electron yields the following benefits:
- Makes Shout + Slick accessible to end-users without requiring the to install it on a server with a public IP or run it on a local machine with a CLI + browser window (which is terrible UX)
- The ability to read and search log files (from local filesystem) while offline
- Native OS launching / toggle-ability between other native apps
- Viewing the interface "chromeless" without the browser interface chrome for a nicer interface
- Ability to implement other network level plugins like XMPP...
This should be achievable without too much effort using the Electron shell & packager made by Github. I believe @tthew was tinkering with this idea :)