Skip to content

Installation

SpaceSquare640 edited this page Jun 14, 2026 · 1 revision

Installation

RB Skin Forge ships in three forms. Pick whichever suits you — they share the same engine and behave identically.

HTML (browser) — nothing to install

  • Easiest: just open the hosted demo → https://spacesquare640.github.io/RB_Skin_Forge/
  • Offline / self-hosted: download HTML_Version.zip from the Releases page, unzip it, and double-click RB_Skin_Forge_launcher.bat. It starts a small local web server (no admin rights needed) and opens the app in your browser.
    • The app must be served — opening app/index.html directly from disk will not work (browsers block WebAssembly over file://).

Windows (.exe)

Two options:

  1. Installer (recommended) — download RB_Skin_Forge_installer.exe from Releases and run it.
    • Default install location: C:\Program Files\RB Skin Forge (you can change it in the wizard).
    • You'll be offered an optional desktop shortcut, plus a Start-menu entry and uninstaller.
    • It is self-contained — no .NET runtime needs to be installed separately.
  2. Portable — download Package_Program_EXE.zip, unzip it, and run RB_Skin_Forge.exe from the extracted folder. No installation.

Android (.apk)

Download RB_Skin_Forge.apk from Releases and open it on your device. The first time, you may need to allow "Install unknown apps" for your browser or file manager.

Where downloads live

  • Releases page — all three artifacts bundled per version (recommended).
  • Branch mirrorsHTML_Version, Package_Program_EXE, Package_Program_APK each hold their own build if you prefer browsing by branch.

See also: User Guide · FAQ

Clone this wiki locally