Overworld's local desktop client for running Waypoint world models. Biome connects to a local GPU server to stream interactive AI-generated environments.
- Node.js 18+
- Rust (latest stable)
- A running Waypoint GPU server
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri buildTo trigger a new release build:
# Create and push a version tag
git tag v0.1.0
git push origin v0.1.0This will automatically build the Windows installer and publish it to GitHub Releases. You can also trigger a build manually from the Actions tab using "Run workflow".