Scroll down to view the setup instructions.

1
Go to %LOCALAPPDATA%\Real

Open Windows Explorer (Win+R) and paste %LOCALAPPDATA%\Real. If the folder doesn't exist, create it.

%LOCALAPPDATA%\Real
2
create version folder

Inside Real, create a folder named real-X.X.XX (use the version from the API response).

%LOCALAPPDATA%\Real\real-X.X.XX
3
create bin subfolder

Inside the version folder, make a new folder named bin.

%LOCALAPPDATA%\Real\real-X.X.XX\bin
4
fetch required assets metadata

Open your browser and visit the official update endpoint:

 https://api.projectreal.net/update/check

You'll see a JSON response. Look for these three file entries β€” dll, injector, lsp β€” each containing a url field.

Loading latest data from API...
5
download the three binaries

Use the URLs from the JSON above (or click the direct links):

After downloading, move all three files into:

%LOCALAPPDATA%\Real\real-X.X.XX\bin
6
place files into bin

Ensure Real.dll, Real.exe (injector), and luau-lsp.exe are exactly inside the bin directory.

Do NOT rename the files. The executor expects these exact names.
7
download the launcher executable

Download the main launcher from the specific release channel:

Critical: After downloading, move this file to %LOCALAPPDATA%\Real\real-X.X.XX\ β€” NOT inside bin. The file must be named exactly Real.exe. If your browser appends "(1)", rename it immediately.

%LOCALAPPDATA%\Real\real-X.X.XX\Real.exe
8
verify filenames & structure

Your folder tree must look like this:

πŸ“ %LOCALAPPDATA%\Real\
   └── πŸ“ real-X.X.XX\
        β”œβ”€β”€ πŸ“„ Real.exe          (launcher, from step 7)
        └── πŸ“ bin\
             β”œβ”€β”€ Real.dll
             β”œβ”€β”€ Real.exe        (injector process)
             └── luau-lsp.exe
      

Make sure the launcher Real.exe (outside bin) is the one from step 7. The injector Real.exe (inside bin) is different.

9
version alignment (critical)

Revisit API endpoint and locate the "version" field at the bottom of the JSON.

{"version":"real-X.X.XX", ...}

Your folder name (e.g., real-X.X.XX) must exactly match the version string. If the API shows a different version, rename the folder accordingly. Otherwise the launcher won't detect the installation.

Consistency guarantees a flawless launch.
βœ“
launch & enjoy

Once everything is placed and the version matches, double‑click Real.exe (the launcher inside the version folder). Calamity should start, detect the binaries, and you're ready to attach & execute.

If you run into issues, verify each file's location and that your antivirus hasn't quarantined any component.