Skip to content

ThreeBrowser Studio 0.2.0 (Windows x64)

Latest

Choose a tag to compare

@SamG-Coder SamG-Coder released this 29 Aug 20:29
· 145 commits to main since this release

First Windows x64 release of ThreeBrowser Studio. The project is now MIT licensed.

Download

  • ThreeBrowserStudio-0.2.0-win-x64.zip (20.17 MB)
  • SHA-256: 5560901596d65be7673e1debf42ac47a1aedc95df565751a7e6444cea91c1e62

Run

  1. Extract the zip.
  2. Double-click ThreeBrowserStudio.exe.
  3. The launcher uses Node.js 24+ from PATH, or asks to download the official Windows x64 node.exe from nodejs.org into %LOCALAPPDATA%\ThreeBrowserStudio\node.
  4. Projects are stored at %LOCALAPPDATA%\ThreeBrowserStudio\projects.

After the window is open, point an MCP client at node with app\src\mcp\server.mjs and working directory app. See mcp.example.toml in the zip.

What this pack includes

  • Trimmed .NET 10 ThreeBrowserStudio.exe
  • Studio app (no tutorials or test tree)
  • Compiled ThreeBrowser host binaries needed for the native WebGPU viewport
  • LICENSE (MIT) and THIRD_PARTY_NOTICES.md

What it does not ship

  • Node.js (download on first launch, or install Node 24 yourself)
  • ThreeC++ / threepp source, CMake trees, samples, or games
  • NVIDIA DLSS / Streamline

host\build\bin\three_native.dll is the compiled host library, not the source tree.

Requires Windows x64 and a GPU that can present WebGPU through the ThreeBrowser host.