Downloads

Get Cesium on every screen

The desktop app bundles the engine for a zero-setup local workbench. Mobile and web clients connect to an engine running on hardware you control.

Checking the latest release…

All platforms

Every build from the latest release.

Release notes & older versions

iOS & web

Installable PWA - no store required

Open the workbench in any modern browser and install it from the address bar (or Share → Add to Home Screen on iPhone/iPad).

Run the engine anywhere

The desktop app ships with an embedded engine. To use the web or mobile clients against your own hardware - a workstation, homelab box, or VPS - install the engine with one command. It sets up the runtime, credentials, a secure tunnel, and registers with this deployment so your devices can find it.

Prefer npm? The same lifecycle is available as a CLI: npx cesium-workbench install then npx cesium-workbench start.

Linux · macOS · WSL
curl -fsSL https://raw.githubusercontent.com/BenItBuhner/Cesium/main/scripts/install-cesium-server.sh | env CESIUM_WEB_URL='http://localhost:3000' bash

Installs to ~/.cesium · manage it afterwards with `cesium-server status | logs | update`