Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Latest commit

 

History

History
63 lines (47 loc) · 1.88 KB

File metadata and controls

63 lines (47 loc) · 1.88 KB


A cross-platform score tracker for the rhythm game Quaver. Works as a convenient way to calculate, monitor, and track local scores. Supports both key modes along with unlimited local profiles.

Features

  • Advanced score filter
  • Play history graph
  • Judgment statistics
  • Map statistics
  • Overall statistics
  • Grade tracker
  • Unknown profiles
  • Custom filters

Installing

Check out the releases page. If you're using Arch you can install Quatracker through the AUR:

$ paru -S quatracker-git # or any other AUR helper
$ paru -S quatracker-bin

Building

Quatracker depends on the wails CLI to compile.

$ git clone https://github.com/Cyan903/Quatracker.git
$ cd Quatracker
$ make update
$ make build

Development

Quatracker depends on wails and webkitgtk as development dependencies.

$ make dev # run in development mode
$ make format # format and lint code
$ make update # update and validate dependencies

License

MIT