WidgetRunner -- Run Dashboard Widgets on the MacOS Desktop

(Version 1.0 -- Released 1/31/2010)
(Version 1.0.1 -- Released 2/23/2010 -- MacOS 10.5 Compatibility)
(Version 1.0.2 -- Released 2/24/2010 -- Calculator Compatibility)
(Version 1.0.3 -- Released 8/31/2013 -- Fix to remember window positions, plus other minor bugs.)

This is a quick hack I put together to run MacOS Dashboard Widgets on your desktop, rather than having to separately enter the dashboard to view/manipulate them. I find this to be a much more convenient way to run many widgets -- especially those that present information, such as the Weather widget.

Though there is an undocumented hack that allows you to run Widgets on the desktop, they always float above all other windows (including PowerPoint presentations!), which I found to be pretty annoying. WidgetRunner allows you to specify whether each widget should float on top, act like a normal window, or be pinned to the destkop.

There are also commercial applications to do this, but I didn't feel it was worth $10+ for this feature Apple should have included for free, so I decided to write this bit of free software.

Documentation

You're looking at it! Download and extract the program, and place it in your Applications folder. Create a new widget by selecting "New Widget..." from the File menu. Widgets are typically located in:

To configure the level at which a widget floats, or close a widget after you have opened it, right (or Ctrl) click on it and select one of the options.

Open widgets are automatically saved at exit and re-opened at launch. You may have multiple instances (with different settings) of the same widget open.

You can cause WidgetRunner to open at startup by right (or Ctrl) clicking on its icon in the dock and selecting "Options>Open at Login".

Compatibility

I have only tested WidgetRunner under MacOS 10.6 (Snow Leopard) on an Intel Mac. I believe it should run under MacOS 10.5 as well.

WidgetRunner works with most of the Apple-supplied Widgets, including Weather, Google, Calculator, iTunes, etc.

WidgetRunner is not compatible with all Widgets. In particular, it doesn't work properly with some widgets that define custom Javascript classes (such as FlightTracker), and sometimes has issues with not setting widget window frames properly (e.g., the Address Book widget). I've spent a bit of time trying to debug these issues, but eventually gave up. If you are interested in helping fix these issues, feel free to email me and I'd be happy to describe what I know about them.

Download

Download it from here.

Source Code

Source code for WidgetRunner is available as GoogleCode project. Follow instructions on this page to perform an anonymous svn checkout. If you would like to help with WidgetRunner development, feel free to submit your patches to me.

Copyright Information

WidgetRunner is Copyright 2010 Samuel Madden. WidgetRunner is free for use, and is licensed under the MIT Open Source License.

Credits and Contact Info

WidgetRunner was developed by Samuel Madden. Please email me at madden@csail.mit.edu with questions or comments.
Last modified: Wed Feb 24 21:19:28 EST 2010