Join our server without worrying about installing Java, Forge, or other mods. We'll handle that for you.
You can download from GitHub Releases
Supported Platforms
If you download from the Releases tab, select the installer for your system.
Platform | File |
---|---|
Windows x64 | endnetwork-WIN-v0.2.0.exe |
macOS | endnetwork-MACOS-v0.2.0.dmg |
Linux x64 | endnetwork-LINUX-v0.2.0.AppImage |
To open the console, use the following keybind.
ctrl + shift + i
Ensure that you have the console tab selected. Do not paste anything into the console unless you are 100% sure of what it will do. Pasting the wrong thing can expose sensitive information.
If you want to export the console output, simply right click anywhere on the console and click Save as..
System Requirements
- Node.js v12
Clone and Install Dependencies
> git clone https://github.com/EndNetwork/Launcher.git
> cd Launcher
> npm install
Launch Application
> npm start
Build Installers
To build for your current platform.
> npm run dist
Build for a specific platform.
Platform | Command |
---|---|
Windows x64 | npm run dist:win |
macOS | npm run dist:mac |
Linux x64 | npm run dist:linux |