An open API service indexing awesome lists of open source software.

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

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
```