Skip to content
/ yakyak Public
forked from yakyak/yakyak

Desktop chat client for Google Hangouts

License

Notifications You must be signed in to change notification settings

Mosoc/yakyak

 
 

Repository files navigation

YakYak

Build Status Gitter

Desktop client for Google Hangouts

sshot

(This app is in no way associated with or endorsed by Google)

Install it

We provide prebuilt binaries for Mac OS X, Linux 32 / 64 and Windows 32 / 64.

This is the latest release. We love bug reports!

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)
  • Offer alternative color schemes

sshot1

sshot2

Credits

Main authors

Contributors

Developing

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).

Setup

$ npm install
$ npm run gulp

Continuous build

$ npm run gulp watch

Run it

$ npm run electron app

Build Binaries for Deployment

$ npm run deploy

Structure

  • src/: is where sources live
  • src/ui/: holds renderer code (client side)
  • YakYak.app/: is where the app is built
  • YakYak.app/Contents/Resources/app/: specifically all is compiled to here

About

Desktop chat client for Google Hangouts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 77.9%
  • CSS 20.7%
  • Shell 1.3%
  • Other 0.1%