PROJECT FILEUpdated 2026/01/27 15:37

osu-sync

GitHub OpenGraph preview

00Issues: 0
TypeScript

README

osu-sync

Something to manage your local osu! data.

Download

Go to the Releases page to download the latest version.

Features

  • Sync local osu! data with online search results for free
  • Very fast download by selecting any mirror server

Download mirrors

In the settings tab, set download_url_template like https://api.nerinyan.moe/d/{set_id}

development

First, install dependencies for python:

uv sync

and for frontend:

cd ui
pnpm install

Then, start the development environment:

uv run python src/main.py --dev