Desktop client for Google Hangouts
(This app is in no way associated with or endorsed by Google)
This the first release. We love bug reports!
Pre-built binaries:
What does it do:
- Send/receive chat messages
- Create/change conversations (rename, add people)
- Leave/delete conversation
- Notifications
- Toggle notifications on/off
- Drag-drop, copy-paste or attach-button for image upload.
- Hangupsbot sync room aware (no bot name, proper user pics)
- Show inline images
- Send presence/focus/typing/activeclient to behave like a proper client
- History scrollback
- Video/audio integration (open in chrome)
- Focus/typing indications (mainly a design issue. keep it clean)
What doesn't it do (yet?):
- Have a serious icon (this is being adressed)
This is an open source project. Please help us!
It is written in coffeescript (nodejs) based on hangupsjs using trifl on top of electron (atom shell).
$ npm install
$ gulp
$ gulp watch
$ electron app
src/
: is where sources livesrc/ui/
: holds renderer code (client side)Yakyak.app/
: is where the app is builtYakyak.app/Contents/Resources/app/
: specifically all is compiled to here