Blink is a simple cross-platform notification app written in Go. It periodically sends desktop notifications to help you remember to blink, in order to help with dry eyes issues. The idea came from reading this paper on the topic: https://pubmed.ncbi.nlm.nih.gov/40467388/
- Sends desktop notifications at a configurable interval (every 15 seconds by default, change with the
-intervalflag) - Works on macOS (Intel & Apple Silicon), Linux, and Windows
- Lightweight and easy to use
Go to the Releases page and download the appropriate binary for your operating system:
- macOS (Intel):
blink-mac-amd64.tar.gz - macOS (Apple Silicon):
blink-mac-arm64.tar.gz - Linux:
blink-linux.tar.gz - Windows:
blink-win.zip
Extract the archive and place the binary in your desired location.
You need Go installed.
git clone https://github.com/yourusername/blink.git
cd blink
go build -o blink"Zenmap eye" icon by Jeremiah, from Icon Icons: https://icon-icons.com/icon/zenmap-eye/104119
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0): https://creativecommons.org/licenses/by/4.0/