Downloads

Get the Minescape client for your operating system

desktop_windows Windows Installer

Automatic installer that sets up everything for you. Recommended for most users.

download Download Installer (.exe)

Note: The installer is not signed yet, so Windows may show a warning. It's 100% safe to use and open source - you can review the code yourself!

Installation steps:

1

Download and run the installer

2

Follow the setup wizard - it will install Fabric and the mod automatically

3

Launch Minecraft and connect to play.minescape.gg

folder_zip Manual Installation

For advanced users or if you prefer to install mods manually.

download Download JAR

Manual steps:

1

Install Fabric Loader

2

Place the JAR in %appdata%\.minecraft\mods

3

Launch with Fabric profile and connect to play.minescape.gg

terminal Install Script

One-line installer that sets up Fabric and the Minescape mod automatically.

Note: The script may work on macOS, but it has not been tested on macOS and is not intended for macOS use. macOS users should proceed with caution and consider the manual installation steps instead.

curl -sSL https://install.minescape.gg/install.sh | bash

What the script does:

1

Checks for Java and installs it if needed

2

Downloads and installs Fabric Loader

3

Downloads the Minescape mod to your mods folder

folder_zip Manual Installation

For advanced users or if you prefer to install mods manually.

download Download JAR

Manual steps:

1

Install Fabric Loader

2

Place the JAR in ~/.minecraft/mods

3

Launch with Fabric profile and connect to play.minescape.gg

Note: Make sure you have Java 17+ installed. On most distros: sudo apt install openjdk-17-jre or sudo pacman -S jre-openjdk