Windows
64-bit Windows 10 or 11. The portable build runs without installing anything.
Version 1.0.0. Free to download and use — no account, no trial, no subscription. The bundled models, materials and skies work offline.
64-bit Windows 10 or 11. The portable build runs without installing anything.
M-series Macs take Apple Silicon, older Macs take Intel.
Neither build is code-signed yet, so both systems stop an unknown developer once. Nothing is wrong with the file — it is the same one you see hashed below.
SmartScreen shows a blue window. Press More info, then Run anyway.
Gatekeeper asks once. Right-click the app and choose Open, or allow it under System Settings → Privacy & Security.
A built-in MCP server exposes 58 tools plus readable guides. Any MCP client can connect — Claude Code is just the usual first one.
CC0 furniture, panoramas and materials ship with the app, so the first scene needs no network at all.
GLB and FBX come out with textures embedded, axes and units already set for Unity, Unreal, Blender and Godot.
Poly Haven and ambientCG need no key. Poly Pizza takes a free key of your own, added in Settings.
| Operating system | Windows 10 or 11 (64-bit), or macOS on Apple Silicon or Intel |
|---|---|
| Graphics | Any GPU with WebGL 2 — integrated graphics from the last decade included |
| Account | None. The editor never asks you to sign in; signing in is only for your HiGen3D library |
| AI agent | Any MCP client, brought by you, with your own model access |
| Network | Optional. Needed for online asset catalogs and for the agent's own connection |
| Local port | The app listens on 127.0.0.1:7345 and nowhere else |
Because the builds are unsigned, the honest thing is to publish their hashes. Compare the sum of your file with the one for its name here.
Cuberta-Setup-1.0.0.exe 204 MB
c016b17ed2f2786e4e2765c4bba1aa510e16276ba9ebda398782f3cfc63e5cc1
Cuberta-1.0.0-portable.exe 204 MB
5da2e2df89006257be8771bcc43eb15d433a654a2325719f088b6906274eed61
Cuberta-1.0.0-arm64.dmg 242 MB
60f4b258282e942cfac8cd70134dc9ad8902d86d91d35af0e9fdd38efab85605
Cuberta-1.0.0-x64.dmg 244 MB
3357786c1561055d5521efc26f1b0755bb5558efdc8d489aaa55909d41da2cc9
In PowerShell:
Get-FileHash .\Cuberta-Setup-1.0.0.exe -Algorithm SHA256
In Terminal:
shasum -a 256 Cuberta-1.0.0-arm64.dmg
Start Cuberta — the window title reads MCP listening on 7345 when the server is up. Press Copy connect command in the top-right corner and paste what lands on your clipboard into a terminal:
claude mcp add --transport http cuberta http://127.0.0.1:7345/mcp \
--header "Authorization: Bearer <token>" --scope user
The token is generated on your machine at first launch and stays there. Any other MCP client needs the same URL and the same header.