Too focused doing your job and forget to blink? that's bad for your eyes, fortunately this application just do the right thing for you.
- Blink detector
- Camera selection
- Timeout customization
- Multiple breakpoints
- Breakpoint customization
- Fix full white box in the camera selection element and other.
- Use UI library like Shadcn/Radix for easy customize and mantain.
- If the user doesn’t have camera, it should have another method for reminding the user to blink, such as interval timer
Install Rust & Cargo Install Node & Npm
Install Node dependencie:
$ npm ci$ npm run devnpm ci
npm run tauri buildBuild binary only
npm ci
npm run tauri build -- --no-bundleBuild flatpak and run flatpak (manually)
npm ci
npm run tauri build -- --no-bundle
flatpak-builder --repo=repo --force-clean build-dir/ org.blinker.Blinker.yaml
flatpak --user install ./repo org.blinker.Blinker -y
flatpak run org.blinker.BlinkerTo automatically build the icons from a specific file:
npm run tauri icon icon.svgThis app is designed for people that looking at laptop or desktop for a long time, it help their eyes relax, and preventing or slowing the process of more nearsightedness. Blinking is good for eye’s health, but when we are too focus to do our jobs, we sometimes forget to blink, it sometimes also causes some headache if we’re focused for too long.
Mainly for developers, but also for people that doing their job in front of computer.
Mainly for desktop, it could be
- Linux,
- Windows and
- macOS,
Again, I’m trying to help people that has the same problem as many as possible.
Free to use for everyone and open source, transparent, and any developers could contribute for the project.

