Open source Old School RuneScape client https://runelite.net
  • Java 99.9%
  • GLSL 0.1%
Find a file
2026-04-19 18:42:43 -04:00
.github readme: update for gradle 2025-12-22 11:33:29 -05:00
cache cache: update 237 2026-03-24 08:49:13 -04:00
ci ci: re-enable build cache 2026-01-02 19:51:33 -05:00
config/checkstyle checkstyle: remove suppression for java files 2026-01-01 21:16:39 -05:00
gradle Bump LWJGL to 3.3.6 2026-04-17 18:25:16 -04:00
runelite-api api: update 2026-4-15 2026-04-14 16:26:27 -06:00
runelite-client clues: fix leagues hot/cold clues 2026-04-19 18:42:43 -04:00
runelite-gradle-plugin gradle: fix incremental build including stale scripts 2026-03-26 13:54:54 -04:00
runelite-jshell gradle: fix intellij client debugging (#19758) 2026-01-02 19:09:00 -05:00
.gitignore all: move to gradle 2025-12-21 14:57:57 -05:00
build.gradle.kts gradle: fix client and jshell artifact ids 2026-01-02 22:14:31 -05:00
common.settings.gradle.kts gradle: set testLogging exceptionFormat to FULL 2026-01-25 21:45:34 -05:00
gradle.properties Bump for 1.12.25-SNAPSHOT 2026-04-15 09:07:08 +00:00
gradlew all: move to gradle 2025-12-21 14:57:57 -05:00
gradlew.bat all: move to gradle 2025-12-21 14:57:57 -05:00
libs.versions.toml Bump LWJGL to 3.3.6 2026-04-17 18:25:16 -04:00
LICENSE Add LICENSE 2017-06-29 17:27:28 -04:00
README.md readme: update for gradle 2025-12-22 11:33:29 -05:00
settings.gradle.kts gradle: fix client and jshell artifact ids 2026-01-02 22:14:31 -05:00

runelite CI Discord

RuneLite is a free, open source OldSchool RuneScape client.

If you have any questions, please join our IRC channel on irc.rizon.net #runelite or alternatively our Discord server.

Project Layout

  • cache - Libraries used for reading/writing cache files, as well as the data in it
  • runelite-api - RuneLite API, interfaces for accessing the client
  • runelite-client - Game client with plugins

Usage

Open the project in your IDE as a Gradle project, and then run the RuneLite class in runelite-client.
For more information visit the RuneLite Wiki.

License

RuneLite is licensed under the BSD 2-clause license. See the license header in the respective file to be sure.

Contribute and Develop

Please view our Developer Guide on the RuneLite Wiki.