Install this version:
emerge -a =games-arcade/osu-lazer-bin-2026.406.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/osu-lazer-bin-2026.406.0
Or alternatively:
emerge --autounmask-write -a =games-arcade/osu-lazer-bin-2026.406.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2026.406.0 | 8 | ~amd64 | 0 |
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN%-bin}"
DESCRIPTION="A free-to-win rhythm game. Rhythm is just a *click* away!"
HOMEPAGE="https://osu.ppy.sh/"
SRC_URI="https://github.com/ppy/osu/releases/download/${PV}-lazer/osu.AppImage -> osu-${PV}.AppImage"
S="${WORKDIR}"
LICENSE="MIT CC-BY-NC-4.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="
sys-fs/fuse:0
virtual/opengl
virtual/zlib"
src_unpack() {
:
}
src_install() {
newbin "${FILESDIR}/${MY_PN}.sh" "${MY_PN}"
insinto "/opt/${MY_PN}"
newins "${DISTDIR}/osu-${PV}.AppImage" osu.AppImage
fperms +x "/opt/${MY_PN}/osu.AppImage"
}
sys-fs/fuse:0 virtual/opengl virtual/zlib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | osu-2026.406.0.AppImage | 178992320 bytes | https://github.com/ppy/osu/releases/download/2026.406.0-lazer/osu.AppImage |