osu!lazer Management Tool for Linux
This tool simplifies managing osu!lazer on your Linux system. It lets you:
- Install and Update osu!lazer: Easily install new versions or update existing ones.
- Manage Multiple Versions: Keep different osu!lazer versions handy and switch between them effortlessly.
- Launch Directly from CLI: No need for extra steps, launch osu!lazer straight from the command line.
- Desktop Entry Management: Create and update desktop entries for a seamless user experience.
The recommended way to install the osu!lazer manager is using Cargo. This offers the benefits of package management and ensures a secure installation process.
with scripts
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nanashi-1/osu-lazer-manager/releases/latest/download/osu-lazer-manager-installer.sh | sh
with cargo-binstall
cargo binstall osu-lazer-manager
If you want to try the latest development version before it's published on crates.io, you can install it directly from your local Git repository or a remote one using Cargo's install
command with the --git
flag:
cargo install --git https://github.com/nanashi-1/osu-lazer-manager
This project is licensed under the MIT License. You can find a copy of the license in the LICENSE file.