# dawg **Repository Path**: mirrors_martinblech/dawg ## Basic Information - **Project Name**: dawg - **Description**: OS X client for Google Hangouts - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dawg Dawg is a OS X client for Google Hangouts. But unlike most other clients, it does not use any of Google's APIs, but is basically a single-site browser that injects a little CSS and JS into `plus.google.com/hangouts` to make it a little more app-like. Dawg is a fork of Daniel Büchele's excellent [Goofy](https://github.com/danielbuechele/goofy). ## Feature requests and contributing Feel free to create issues on this repo for feature requests of any kind. However, some features may not be possible due to the way this application is working. Also, I don't want this to be a feature bloated monster, but a slick and small app. Depending on the number of contributors and the progress of this app, I will schedule releases from time to time, which will then be distributed on `martinblech.github.io/dawg` and via Sparkle. ## This repo This repo contains the Swift project which is only a small browser and should be pretty self-explanatory. But it also contains the JS and CSS that is loaded from the server. To compile it run: ``` npm install gulp -g npm install gulp ``` You can modify Dawg's `Info.plist` and enter a string value for `DawgJavaScriptURL` to load the JavaScript from a different URL.