Skip to content

🖥 A minimal desktop chat client for speaking to opsdroid

License

Notifications You must be signed in to change notification settings

opsdroid/opsdroid-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opsdroid desktop

Build Status Build status Dependency Status Greenkeeper badge

A cross-platform electron & react desktop app for chatting with opsdroid.

Screenshot

Installation

macOS

  • Download opsdroid-desktop-{version}-macos-x64.zip from the latest release.
  • Extract the zip.
  • Move the opsdroid-desktop.app to /Applications

Linux

  • Download opsdroid-desktop-{version}-linux-{arch}.tar.tgz from 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.zip from 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!