Skip to content

OctoDumb/osu-speed

Repository files navigation

osu-speed

Electron-based osu! stream benchmark

Features

  • Statistics for every day
  • Stats import/export

Known bugs

  • Stats chart is rendered wrong (#1)

Requirements

  • Node.JS

How to run

Download a new release from here or

  1. Clone this repo
git clone https://github.com/OctoDumb/osu-speed
  1. Install dependencies
npm install
  1. Run
npm start

How to build

  • x64
npm run build
  • x32
npm run build32

Credits

OctopuSSX - made most of the js crap

cyperdark - made some finger lickin' good design

Inspired by fr3fou's osuStreamSpeed.js (I actually copied 99% of his code)