https://github.com/arrowpc/hr
Simple macOS menubar-only heart rate monitor
https://github.com/arrowpc/hr
macos macos-app status-bar swift
Last synced: 3 months ago
JSON representation
Simple macOS menubar-only heart rate monitor
- Host: GitHub
- URL: https://github.com/arrowpc/hr
- Owner: arrowpc
- License: mit
- Created: 2025-05-07T02:09:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-20T06:36:41.000Z (about 1 year ago)
- Last Synced: 2025-07-14T12:04:36.133Z (12 months ago)
- Topics: macos, macos-app, status-bar, swift
- Language: Swift
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HR
Simple macOS menubar-only heart rate monitor
https://github.com/user-attachments/assets/7f214d4d-e6e8-4876-8a66-fee8abcee16d
## Installation
- [Click this to download the latest release](https://github.com/arrowpc/HR/releases/download/v1.0.0/HR-1.0.0.zip)
- Unzip and move the app to your `/Applications` folder
## Build from source
1. Clone the repository:
```sh
git clone https://github.com/arrowpc/HR.git
cd HR
```
2. Build and run:
```sh
swift build -c release
./.build/release/HR
```