A Mac OS menu bar app that displays the "Tag of the Day" from Lospec
v1.1.0 - Adds the option to enable or disable notifications
Note
Due to limitations with the rumps framework, changing this preference doesn't update the notification permissions shown in MacOS System Settings
Start the app and it will automatically fetch the Tag of the Day
The app will refresh every hour while running, but you can also click on "Refresh" in the menu to refresh manually
You'll get a notification from the app when the #tag changes
You can download the latest release here
Important
If you get a warning message like this one when you try to open the app, just click "Cancel":

This is apparently caused by MacOS being overzealous about quarantining 3rd-party applications.
To fix the issue, simply run the following command in your terminal:
xattr -d com.apple.quarantine /path/to/LTOTD.app
or you can...
If you're feeling motivated, you can also build the app yourself!
Note
You'll need Python installed (this app was built using Python 3.14)
- Clone this repo
- Open a terminal and navigate to the root of the cloned directory, LTOTD
- OPTIONAL - set up and activate a virtual environment using
venvor something similar - Run the command
pip install -r requirements.txtto install the necessary dependencies - Run the command
python setup.py py2appto build the app
If everything worked, you'll find the app here:
{wherever you cloned the repo}/LTOTD/dist/LTOTD.app
- Windows support (coming soon!)
Lospec was created and is maintained by Sam Keddy, a.k.a Skeddles
All copyrights are property of their respective owners

