The OSRS Random Generator is a command-line tool designed to help OSRS players randomly select bosses and skills to focus on.
- Boss Chooser: Randomly selects a boss from various categories within OSRS.
- Skill Chooser: Randomly picks a skill for training, helping you decide what to level up next.
- Boss List: View all available bosses organized by category.
- Version Info: Check which version of the tool you're using.
You can download the latest release of the OSRS Random Generator for both Linux and Windows from the Releases page.
- Download the latest
osrs-random-linux.zipfrom the Releases page. - Unzip the file:
unzip osrs-random-linux.zip
- Make the binary executable:
chmod +x osrs-random
- Run the application:
./osrs-random
- Download the latest
osrs-random-windows.zipfrom the Releases page. - Unzip the file.
- Run the application by double-clicking
osrs-random.exeor executing it from the command prompt:osrs-random.exe
To randomly select a boss from various categories:
osrs-random bossTo randomly pick a skill to train:
osrs-random skillTo view all available bosses organized by category:
osrs-random list-bossesTo check which version of the tool you're using:
osrs-random versionRun the application without arguments to use the interactive menu:
osrs-randomIf you notice a boss that's missing from our list or have any other suggestions, please open an issue on our GitHub repository.
If you have any suggestions, feature requests, or would like to contribute, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.