Free & open-source speedrun split timer with an emphasis on customization.
Join the ZellyDev Games Discord and select "OpenSplit" to discuss the application or get involved with development!
Quickstart • Nightly builds • Skins • Development • Contributing
- 🕒 Fast, readable timer built for speedrunning.
- 🎨 Fully skinnable UI — drop CSS-based skins (tokens + components + images) into a folder and switch at runtime.
- 🎮 Global hotkeys (Windows first; cross-platform planned).
- 🔎 Speedrun.com integration to search games, categories, and fetch art.
- 🧰 Modern stack: Go + React/TypeScript via Wails.
Status: early development/alpha. Expect rapid change and frequent nightlies.
Nightly builds (updated on each merge to main):
- Download a nightly for your OS (or build from source).
- Unzip and run the binary. On macOS, you may need to right-click → Open the first time.
- Click "Create Split File" to get started.
- Create a new split file (Game + Category).
- Add segments, press Split hotkey (default:
Space) to start a run. - Press your Split hotkey (default:
Space) at each segment end.
Configurable hotkeys are coming soon
- Timer: HH:MM:SS.cc display with centiseconds; formatting adapts to hours/minutes.
- Skins: theme tokens + component styles + images; per-skin folder with live switching (coming soon).
- Split editor: add/rename/remove; total attempts.
- Hotkeys: Windows global hooks implemented; cross-platform planned.
- Data: simple JSON split files (
.osf) for portability. - Integrations: Speedrun.com lookup for game/category art (partially implemented).
There's many ways to help with the project, How to contribute
OpenSplit uses Wails to bundle a Go backend and a React/TypeScript frontend.
