opsdroid-desktop
opsdroid-desktop copied to clipboard
🖥 A minimal desktop chat client for speaking to opsdroid
opsdroid desktop
A cross-platform electron & react desktop app for chatting with opsdroid.

Installation
macOS
- Download
opsdroid-desktop-{version}-macos-x64.zipfrom the latest release. - Extract the zip.
- Move the
opsdroid-desktop.appto/Applications
Linux
- Download
opsdroid-desktop-{version}-linux-{arch}.tar.tgzfrom the latest release. - Run
sudo mkdir /etc/opsdroid-desktop. - Run
sudo tar -xvzf opsdroid-desktop-*-linux-*.tar.tgz -C /etc/opsdroid-desktop. - Run the application with
/etc/opsdroid-desktop/opsdroid-desktop. - (optional for ubuntu) To add the application to the unity launcher run
sudo cp /etc/opsdroid-desktop/resources/app/scripts/ubuntu-launcher.desktop /usr/share/applications/opsdroid-desktop.desktop
Windows
- Download
opsdroid-desktop-{version}-win32-x64.zipfrom the latest release. - Navigate to
C:\Program Files. - Create the folder
opsdroid-desktop. - Extract the zip into that folder.
- Run the application with
opsdroid-desktop.exe.
Development
git clone https://github.com/opsdroid/opsdroid-desktop.git
cd opsdroid-desktop
npm install -g electron-packager gulp
npm install
gulp serve
Contributing
Pull requests are welcome!