How GoGong works

GoGong has two components: A native OSX application, and a A DJANGO server. When used together GoGang allows a user to Take screen capture from their mac and automatically have them uploaded to the server with a sharable URL copied to their pasteboard.

The OSX Menubar App

Clone the source on Github or install the GoGong Menubar app using our DMG. You can find installation and usage instructions on the GitHub page.

View on GitHub Download App DMG

The Django Server

Clone and install the server anywhere you'd like. Just be sure to point the OSX app's upload URL to your instance. You can find installation and usage instructions on the GitHub page.

View on GitHub