Installation
Web App (no install)
Section titled “Web App (no install)”The fastest way to start. Open app.nexsim.dev in your browser — everything runs client-side. The engine runs directly in the browser via WebAssembly.
Desktop App
Section titled “Desktop App”Download the native app from nexsim.dev/download. The engine is run as native code directly on your machine.
| Platform | Format |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Windows 10+ | .exe |
| Linux (Debian/Ubuntu) | .deb |
macOS / Linux
Section titled “macOS / Linux”curl -fsSL https://nexsim.dev/install.sh | shWindows (PowerShell)
Section titled “Windows (PowerShell)”irm https://nexsim.dev/install.ps1 | iexVerify installation
Section titled “Verify installation”nexsim --helpYou should see the usage summary with available options.