Go to the registration page and create your account with an email, username, and password.
Download infst.exe from the latest GitHub Release. Place it in a directory of your choice.
Run the following command to authenticate your CLI:
infst loginA device code will be displayed. Open the verification URL in your browser, log in to your infst account, and enter the code to authorize the CLI. You can override the endpoint with --endpoint <URL>.
Start INFINITAS, then simply run:
infstThe CLI automatically detects the game process, reads your play data in real time, and uploads results to the server after each song.
Sync all your play data directly from game memory to the server:
infst syncThis reads all scores, lamps, and miss counts from the running game and uploads them in one step. Safe to run multiple times — the API is idempotent.
Export all your play data (scores, lamps, miss counts, DJ points) from the game:
infst export -o scores.tsvUse -f json for JSON format.