whatisgithub

What is runescape-quicklaunch?

ricksouth/runescape-quicklaunch — explained in plain English

Analysis updated 2026-05-18

0C#Audience · generalComplexity · 2/5Setup · easy

In one sentence

A Windows tool that skips the Jagex Launcher window and jumps straight into Old School RuneScape or RuneScape 3 with one click.

Mindmap

mindmap
  root((RuneScape Quick Launch))
    What it does
      Skips launcher window
      One taskbar icon
      Never touches password
    Install
      Windows 10 or 11
      PowerShell script
      Compiles locally
    Features
      Tray icon
      Multiple characters
      Game and client picker
    Notes
      Unofficial tool
      No signed releases

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Launch Old School RuneScape or RuneScape 3 with one click instead of clicking through the Jagex Launcher.

USE CASE 2

Pin a single taskbar shortcut that opens straight into the game.

USE CASE 3

Set up separate shortcuts for different saved characters.

USE CASE 4

Use the tray icon to quickly switch between game, client, and character.

What is it built with?

C#PowerShellWindows

How does it compare?

ricksouth/runescape-quicklaunchanulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Windows 10 or 11 and the official Jagex Launcher already installed, the installer compiles the source locally.

Not stated in the README, no license information is given.

So what is it?

RuneScape Quick Launch is a small Windows tool for players of Old School RuneScape or RuneScape 3 who want to skip the extra step of clicking through the official Jagex Launcher window every time they play. Instead of opening the launcher, waiting, clicking Play, waiting again, then closing the leftover launcher window, this tool does all of that in the background and leaves you with a single taskbar icon and the game already open. It works by starting the official Jagex Launcher hidden, using flags the launcher itself supports for a silent start, then closing the launcher once the game client has appeared. It also tags the game window so it groups under the same pinned shortcut you click, giving you one taskbar icon instead of two. The tool never reads or stores your password or login tokens. All login is still handled by the official launcher exactly as if you had clicked Play yourself. To install it, a user needs Windows 10 or 11, the official Jagex Launcher already installed, and a game client. Setup is done by cloning the repository and running an installer script in PowerShell, or by running a one line command that downloads and runs the same script directly. Rather than shipping a compiled program, the installer compiles the source code on the user's own machine using the C# compiler that comes with Windows, which avoids Windows SmartScreen warnings that an unsigned downloaded program would trigger. The installer can add a desktop shortcut, a Start Menu entry, and an optional tray icon that lets a user quickly pick between characters, between Old School RuneScape and RuneScape 3, and between different game clients. Players with more than one character can save a separate shortcut for each one, so each shortcut launches straight into that specific character. The README explains that the tool does not automate or bypass anything inside the actual game, since it only starts and closes the official launcher using flags the launcher already provides. It is described as unofficial and not affiliated with Jagex or RuneLite. There are no signed downloadable releases, since compiling the code locally avoids the yearly cost of a signing certificate.

Copy-paste prompts

Prompt 1
Walk me through installing RuneScape Quick Launch using the PowerShell one-liner.
Prompt 2
Explain how RuneScape Quick Launch hides the Jagex Launcher window while still letting it handle login.
Prompt 3
Show me how to set up a separate shortcut for each of my RuneScape characters.
Prompt 4
Help me troubleshoot RuneScape Quick Launch if a silent launch gets stuck.

Frequently asked questions

What is runescape-quicklaunch?

A Windows tool that skips the Jagex Launcher window and jumps straight into Old School RuneScape or RuneScape 3 with one click.

What language is runescape-quicklaunch written in?

Mainly C#. The stack also includes C#, PowerShell, Windows.

What license does runescape-quicklaunch use?

Not stated in the README, no license information is given.

How hard is runescape-quicklaunch to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is runescape-quicklaunch for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.