Skip to content

venning/desktop

 
 

Repository files navigation

Gitter Desktop Client

Gitter Build Status

This is the desktop client for Linux, Windows and Mac OSX.

Latest Builds

For the official downloads, please visit https://gitter.im/apps.

Running The Development Version

The Gitter Desktop client is written using NW.js, but the only prerequisite is node.js for your platfrom.

  1. clone this repo: git clone [email protected]:gitterHQ/desktop.git && cd desktop
  2. install all dependencies: npm install
  3. generate your own app oAuth credentials where the redirect url is app:https://gitter/oauth.html
  4. start the app with your credentials:
  • linux/osx: OAUTH_KEY=yourkey OAUTH_SECRET=yoursecret npm start
  • windows cmd: set OAUTH_KEY=yourkey && set OAUTH_SECRET=yoursecret && npm start
  • alternatively, put your keys and secrets in nwapp/oauth.json

Tray Icon on Ubuntu

To see the Gitter tray icon run:

sudo apt-add-repository ppa:gurqn/systray-trusty
sudo apt-get update
sudo apt-get upgrade

More info here.

Enabling Logging on Windows

To enable logging on Windows, please follow this guide.

License

MIT

About

Gitter Desktop Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.7%
  • Shell 14.1%
  • Python 9.6%
  • Inno Setup 3.7%
  • AppleScript 3.1%
  • HTML 2.6%
  • Other 3.2%