Skip to content
DocsDownload and Install

Download and Install

You can directly download from this site to get the latest SJMCL release. This page will prioritize files suitable for your current device. You can also visit GitHub Releases to view all historical versions (including Nightly builds).

Supported Platforms

PlatformSystem RequirementSupported ArchitecturesAvailable Package / Distribution Formats
WindowsWindows 7 or lateraarch64, i686, x86_64Installer .exe, Portable .exe
macOSmacOS 10.15 or lateraarch64, x86_64.app, .dmg
Linuxwebkit2gtk 4.1 (for example, Ubuntu 22.04)aarch64, x86_64.AppImage, .deb, .rpm, Portable binary

TIP

Some features may be limited by platform or package type.

On Windows, the Portable version is recommended. On macOS, the DMG version is recommended. This gives you full functionality and a workflow closer to typical Minecraft launcher usage.

Special Note (Windows 7)

If you need to run SJMCL on Windows 7, please download Microsoft Edge WebView2 Runtime and install it first. The "Evergreen Bootstrapper" is recommended.

Install from Command Line

Arch User Repository (AUR)

SJMCL is available on Arch User Repository (AUR), package name: sjmcl-bin.

Install with a common AUR helper (such as yay):

bash
yay -S sjmcl-bin

Manual installation without an AUR helper:

bash
git clone https://aur.archlinux.org/sjmcl-bin.git
cd sjmcl-bin
makepkg -si

FAQ

TBD