Windows
Windows 10 & 11
Zipped 64-bit executable from GitHub Releases. No Java install required.
DownloadEthereal
Pick your platform. The launcher keeps your client and cache current, then starts the game.
Windows 10 & 11
Zipped 64-bit executable from GitHub Releases. No Java install required.
DownloadWindows, Linux & macOS
Same client updates as the native launchers. Requires a desktop Java 11+ runtime.
DownloadPrefer a portable .jar? It updates the client and cache the same way as the Windows EXE. It does not add a desktop shortcut or pin itself to the taskbar. You need a desktop Java runtime to open the launcher window. The game itself still uses a Java 11 runtime that the launcher downloads automatically.
Use a 64-bit JDK or JRE that includes a desktop UI (not a headless-only package). Eclipse Temurin is the recommended build.
During setup, enable the option to add Java to your PATH (Windows installer: "Set JAVA_HOME" / "Add to PATH"). Then confirm with java -version.
java -jar EtherealLauncher.jar
On Windows you can also double-click the file if .jar files are associated with javaw. On Linux, mark it executable if your file manager needs that, then use the command above.
JAVA_HOME points at the JDK folder (the one that contains bin\java.exe)..jar association is missing or pointed at the wrong program. Run java -jar EtherealLauncher.jar from Command Prompt, or right-click the file, Open with, and choose javaw.exe from your Temurin bin folder.%USERPROFILE%\.ethereal\Launcher\client.jar and let the launcher download a fresh client.openjdk-21-jre (not -headless).java -jar after installing Temurin.where java (Windows) or which -a java (Linux/macOS). Point JAVA_HOME at the Temurin folder and put %JAVA_HOME%\bin first on PATH..ethereal\Launcher; add an exclusion and retry.More detail: Java JAR launcher wiki page.
Already have it? Back to home