A macOS menu bar app that reminds you to take walking breaks. I find that when using an AI it is too easy to forget to do this. It was entirely written by Claude. I welcome contributions (like a better icon).
- Shows a countdown timer in your menu bar: 🚶 45:00
- Alerts you when it's time to step away
- Pauses automatically when you're away from your computer
- Resumes when you return
- Download the latest DMG from Releases
- Open the DMG and drag StepAway to Applications
- On first launch, macOS may warn about an unidentified developer - right-click the app and choose "Open" to bypass this
git clone https://github.com/the-michael-toy/StepAway.git
cd StepAway
xcodebuild -project StepAway.xcodeproj -scheme StepAway -configuration Release build
cp -R ~/Library/Developer/Xcode/DerivedData/StepAway-*/Build/Products/Release/StepAway.app /Applications/macOS 12.0 or later
CC0 1.0 - Public domain. Do whatever you want with it.
A product of the Apocalyptic Art Collective | Built with Claude Code
This software is provided as-is. It was developed with AI assistance. Please review the source code and exercise your own judgment before use.

