v0.1.0 - Initial Release
v0.1.0 - Initial Release
First public release of oh-my-wrist: a desktop daemon and Garmin watch app for showing real-time Claude Code and OpenCode activity over Bluetooth Low Energy.
Highlights
- Real-time Claude Code and OpenCode activity streamed to Garmin watches
- BLE GATT daemon for desktop-to-watch communication
- Garmin watch UI with history, provider stats, and Claude usage views
- Haptic alerts for idle waiting, session completion, destructive commands, and agent completion
- Cross-platform daemon support for Linux, macOS, and Windows
- CLI installer for hooks, OpenCode plugin setup, and background service registration
- Optional connection ID filtering to avoid pairing with nearby users' watches
- Quiet-hours support for suppressing haptic alerts
Installation
Install the Python daemon:
pip install oh-my-wristConfigure providers and the background service:
oh-my-wrist installStart the daemon:
oh-my-wrist startInstall the Garmin watch app by downloading oh-my-wrist-prg-0.1.0.zip from this release's assets, unzipping it, connecting your Garmin device over USB, and copying the matching .prg file to /GARMIN/Apps/.
Compatibility
- Python 3.12+
- Linux, macOS, and Windows daemon support
- Claude Code and OpenCode provider support
Known Limitations
- BLE behavior may vary by Garmin model and desktop Bluetooth stack (Windows users mostly)
Documentation
See the README for setup, platform guides, troubleshooting, and source-build instructions.
What's Changed
- OHW-1: Claude usage bar by @yazon in #1
- OHW-2: UUIDs fix + formatters by @yazon in #2
- Github actions + minor fixes and improvements. by @yazon in #3
- Added logo, icon, improvements, build script. by @yazon in #4
- Added connection ID setting by @yazon in #5
- Release pipeline by @yazon in #6
New Contributors
Full Changelog: https://github.com/yazon/oh-my-wrist/commits/v0.1.0