{$currentUser?.name ?? 'Guest'}
{#if !$currentUser}
current_view.set(Login)}>Login
{/if}
osu!vn
osu!vn
osu!rx
osu!ap
Mode Stats
Rank
#727
PP
727
Accuracy
72.72%
Play Count
727
Play Time
727h
(selectedTab = 'home')} > Home
(selectedTab = 'settings')} > Settings
{#if selectedTab === 'home'}
{#if $reduceAnimations}
{numberHumanReadable($beatmap_sets ?? 0)}
{:else}
{/if}
Beatmap Sets imported
{#if $server_connection_fails > 1}
{:else}
{/if}
{#if $reduceAnimations}
{$server_ping}ms
{:else}
{/if}
Ping to Server
{ launching = true; setTimeout(() => { launching = false; }, 5000); }} >
Launch
Client Info
osu! Version
20250626.1
Beatmap Sets
{numberHumanReadable($beatmap_sets ?? 0)}
Skins
{numberHumanReadable(727)}
{:else if selectedTab === 'settings'}
EZPPLauncher Settings
Lazer-Style Cursor
Enable a custom cursor in the Launcher like in the lazer build of osu!
{ if (!e) { cursorSmoothening.set(false); } customCursor.set(e); $userSettings.save(); }} class="flex items-center justify-center w-5 h-5" >
Cursor Smoothening
Makes the custom cursor movement smoother.
{ if (!$customCursor) return; cursorSmoothening.set(e); $userSettings.save(); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
Reduce Animations
Disables some animations in the Launcher to improve performance on low-end devices.
{ reduceAnimations.set(e); $userSettings.save(); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
osu! Settings
osu! installation path
The path to your osu! installation.
Browse
{/if}