Desktop Apps
Want another convenient way to receive your notifications?
NotifoGrowl for Mac
Download for Mac OS XUtilizing the popular Growl notification system for Mac OS X, NotifoGrowl delivers instantaneous and unobtrusive notifications right on your Mac. Setup is simple — just supply your Notifo username and API key. Any notifications for your Notifo account will be displayed by Growl.
Growl also lets you fine-tune how NotifoGrowl notifications are displayed. Change everything from notification style, opacity, position and duration all the way to setting different styles for individual Notifo service and event types. Open System Preferences then go to Growl » Applications » NotifoGrowl to customize.

Notifo for Windows
Install Notifo Plugin – Growl For WindowsWindows users can receive desktop notifications with Growl for Windows paired with the Notifo plugin. After setting up Growl for Windows, simply install the Notifo plugin either by clicking this link to install automatically, or download the plugin to install manually.
Open up Growl for Windows, go to the Network tab and click the + icon under the right side that says "Subscribe to notifications from other computers" (make sure that is checked). Then select "Get your Notifo notifications right on your desktop" in the popup window. Provide your Notifo credentials and you're set!
Detailed installation instructions and a video can be found at the Growl For Windows site. A big thanks to Brian Dunnington for developing this Notifo plugin!

Notifo for Linux (Coming Soon)
Notifo for Linux provides a similar experience to NotifoGrowl for Mac OS X, but relies on libnotify. At the moment Notifo for Linux is a simple Python script and requires these python packages: pycurl, json, pynotify, hashlib, sys, urllib, gtk, os. After downloading notifo_agent.py, run the following commands (assumes you are on a distribution with apt-get):
sudo apt-get install libnotify-bin
sudo chmod +x notifo_agent.py
python notifo_agent.py USERNAME API_SECRET
Replace USERNAME and API_SECRET with yours found in your Notifo user account settings. After running the last command, Notifo for Linux will connect and display your notifications.

Notice: Notifo for Linux is early in development. Due to limitations in Ubuntu's implementation of notify-osd, it is not possible to tie any actions to notification click events.