Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Nebula-Modmakers/Nebula-Launcher/llms.txt

Use this file to discover all available pages before exploring further.

The Nebula Mod Store is the safest and simplest way to install mods. Every package in the store has been verified to work on Android ARM64 with the FusionCore runtime and the currently supported version of Among Us. Nebula handles downloading, integrity checking, manifest validation, and file placement automatically — all you need to do is choose a mod and tap Install.

Browsing mods

Open Mod Store from the main screen to see the full catalog. Each mod card displays:
  • Name and badge — the mod’s display name and its short identifier badge
  • Author — who made the mod
  • Category — the type of mod (e.g., gameplay, utility)
  • Description — a short summary of what the mod does
  • Game version — the Among Us version the mod targets
Tap any card to expand the full detail view, where you can read the complete description, review all available versions, check the supported game version, and inspect the mod’s license information before installing.

Installing a mod

1

Open Mod Store

Tap Mod Store on the main screen. The catalog loads from the Nebula API and shows only mods verified for Android.
2

Tap a mod card

Browse the list and tap the card for the mod you want to install.
3

Review the mod details

Read the description, check the author and version, confirm the target game version matches your installation, and review the license information.
4

Tap Install

Tap the Install button for the version you want. Nebula begins downloading the package immediately.
5

Wait for Nebula to verify and install

Nebula downloads the package, runs all integrity and compatibility checks, and installs the files into the active profile. A progress indicator shows download, validation, and installation phases. When it completes, the mod appears in your installed mod list.

What Nebula verifies during install

Nebula enforces a strict verification pipeline before any file is written to your profile. A package is rejected if any check fails, and any partially written files are rolled back automatically.
CheckRequirement
Package sizeMust match the size recorded in the catalog
SHA-256 hash (package)Must match the hash recorded in the catalog
Manifest format fieldMust be nebula-package
Manifest formatVersion fieldMust be 1
Package IDMust match the catalog entry
Package versionMust match the selected catalog version
Platform OSMust be android
Platform architectureMust be arm64-v8a
Platform runtimeMust be fusioncore
Platform game versionMust be 2026.6.5
Game packageMust be com.innersloth.spacemafia
Install targetMust be activeProfile
File destinationsMust all begin with plugins/ — no path can escape the profile directory
Per-file SHA-256 hashesEvery extracted file is individually verified
SPDX license identifiersAll license identifiers must be valid and match the catalog
If any check fails, the entire install is rolled back. Files that existed before the install attempt are restored from a backup taken at the start of the transaction.

Updating mods

When a new version of an installed mod is available, open the Mod Store and install the newer version exactly as you would for a fresh install. Nebula takes a transactional backup of the existing files before writing the update, so if anything goes wrong during the update the previous version is automatically restored.

Uninstalling store mods

To remove a mod installed from the store, find it in the installed mods list on the main screen and tap the delete option. You can also open its card in the Mod Store and choose the remove option there. Nebula removes only the files that belong to that package and cleans up any empty directories left behind.
Mods in the store are verified to be compatible with Android ARM64 and the current supported Among Us version. If a mod is not available in the store, it has not yet been tested and approved for Android — do not assume a desktop version of the same mod will work.

Build docs developers (and LLMs) love