Regatta Timer

A sailing race start timer for Wear OS.
No phone. No account. No excuses at the gun.

Download APK GitHub

Why it exists

Generic watch timers fail on a start line: the screen falls back to the watch face mid-sequence, wet fingers can't hit small buttons, and a missed start press can't be corrected. Regatta Timer is built around the three things that matter: the display never leaves the timer, everything works wet, and sync fixes your timing at the next gun.

Features

On the wrist

Armed at 5:00
Armed
Counting down
Countdown
Live countdown continues in ambient mode when wet
Wet / ambient
Race count-up
Race
Quick-launch tile
Tile

🙋 Beta testers wanted

Google Play requires 12 testers for 14 days before a new personal developer account can publish. If you own a Wear OS watch and are willing to run the beta for two weeks, open an issue with your Play Store email — sailors especially welcome.

Install (sideload)

  1. Download the APK from the latest release.
  2. On the watch: Settings → System → About → tap Build number ×7, then Developer options → enable ADB debugging + Wireless debugging.
  3. Pair once: adb pair <ip>:<pair-port> <code> (from “Pair new device”).
  4. Install: adb connect <ip>:<port> then adb install RegattaTimer-v*.apk.

Needs Wear OS 5+. Full instructions in the README.