KEYVERSE DOCUMENTATION

Everything you need to get from setup to launch.

Keyverse is a Minecraft Java Edition performance and utility launcher. This guide covers installation, profiles, accounts, mods, settings, and the principles behind the project.

GETTING STARTED

Install and make your first launch.

Windows installer

The Keyverse installer uses the same dark forest theme as the launcher. It lets you pick an installation folder and choose desktop and Start Menu shortcuts.

  1. Download and run Keyverse Setup.
  2. Choose your installation location and complete the guided setup.
  3. Open Keyverse, add a Microsoft account, then create or select a profile.
  4. Press Play. Keyverse resolves the version, verifies files, downloads what is missing, and starts Minecraft.

PROFILES & VERSIONS

Keep each game setup separate.

A profile stores the Minecraft version, loader, game directory, and the launcher choices needed for a particular setup. Use profiles to keep a clean vanilla instance alongside Fabric, Quilt, Forge, or NeoForge modpacks.

VanillaThe official game version without a loader.
Fabric / QuiltLightweight loaders for compatible client-side mods.
Forge / NeoForgeLoader options for projects built for their ecosystems.

When you choose a version, Keyverse fetches the official metadata, verifies downloads using Mojang hashes, and installs assets and libraries only when they are needed.

ACCOUNTS

Sign in with Microsoft, without sharing your password.

Keyverse uses Microsoft’s device-code flow. It opens Microsoft’s sign-in page in your default browser and shows a short code in the launcher, where you can copy it with one click. Sign in there; Keyverse receives a game authorization token only after you approve the flow.

Your account stays yours

Keyverse does not ask for, see, or store your Microsoft password. Account information is stored locally for the launcher to use when starting the game.

MODS

Discover compatible quality-of-life tools.

The Mods area combines a curated performance and QoL catalog with Modrinth discovery. Select a profile first so Keyverse can filter for the right Minecraft version and loader, then review a mod before installing it.

  • Performance choices include well-known projects such as Sodium, Lithium, and FerriteCore where compatible.
  • Mod files are downloaded on demand from Modrinth; Keyverse does not bundle mod jars into its source.
  • Check each server’s rules before joining. A client-side mod can still be prohibited by a server.

SETTINGS & LAUNCH

Make the launcher fit your machine.

Java & memoryChoose a Java runtime and tune RAM allocation to fit your Minecraft setup.
Performance presetsUse the recommended JVM settings as a starting point, then adjust when your setup changes.
ExperienceChoose launcher behavior while playing, visual theme preferences, and Discord Rich Presence.

During a launch, the Home screen reports each stage—from version resolution and asset checks through downloads, native extraction, and game start. Game output remains available in the launcher console for diagnosis.

VALUES

Performance and convenience, not unfair advantage.

Keyverse is a legitimate optimization and quality-of-life project. It is designed to make Minecraft faster, smoother, and easier to organize while respecting server rules and mod authors.

What belongs herePerformance mods, allowed visual tools, minimaps, schematics, zoom, and launcher quality-of-life features.
What does notCombat automation, ESP, killaura, reach, autoclickers, packet manipulation, authentication bypasses, hidden telemetry, or cracked launching.

TROUBLESHOOTING

Quick checks for common issues.

Sign-in does not finish

Keep Keyverse open while completing the device-code sign-in in your browser. Confirm that you signed into the Minecraft-owning Microsoft account, then start the account flow again.

A mod will not install

Confirm that a profile is selected and that its Minecraft version and loader match the mod. Read the install error; it normally identifies the incompatible version, loader, or download problem.

Minecraft will not start

Check the launch stage and the game console in Home. Verify your Java selection and allocated memory, then try a clean vanilla profile to isolate a loader or mod conflict.

A server rejects a modded client

Remove or disable the affected mod for that profile. Server rules always take priority, even for client-side quality-of-life mods.

DEVELOPMENT

Build Keyverse locally.

Keyverse is built with Electron, React, TypeScript, Zustand, and electron-builder. From the project root:

npm install
npm run dev

# Build the app and create the Windows installer
npm run package:win

The Windows package uses NSIS. Its custom sidebar and header artwork live in build/installer-sidebar.bmp and build/installer-header.bmp.