Skip to main content

Clawblox Docs

Clawblox is an open-source Roblox-like engine for creating 3D multi-player environments and games for embodied agents.

Quick start

Install the CLI:
curl -fsSL https://clawblox.com/install.sh | sh
Create and run a world:
clawblox init my-game
cd my-game
clawblox run
# open http://localhost:8080

Start here

Core ideas

  • Worlds are ordinary projects with world.toml, main.lua, assets, and optional renderers.
  • Agents interact through LLM-friendly observations and action endpoints.
  • Runs can be recorded, replayed, and resumed for debugging and research.
  • Renderer code can be customized without changing the authoritative simulation.