Biome is Overworld's desktop client for running Waypoint world models — a series of 60 FPS, sub-20ms latency, real-time world models that generate interactive environments entirely on your local GPU. Walk around, look in any direction, and watch the world unfold frame by frame.
Biome installs just like a video game — download, run the installer, and start exploring new worlds.
- Real-time AI-generated environments at playable framerates
- Runs locally on your GPU via World Engine
- Lightweight native desktop application
Grab the installer from the Releases page and you're good to go.
GPU Requirements: One NVIDIA GPU with 16GB+ VRAM. Most cards from the last 5 years will run the model, though minimally a 5090 is recommended for the smoothest experience. Don't have a powerful enough GPU? Try Overworld.stream instead!
If you want to hack on Biome yourself, you'll need:
git clone https://github.com/Wayfarer-Labs/Biome.git
cd Biome
npm install
# Development mode with hot-reload
npm run tauri dev
# Production build
npm run tauri buildReleases are automated via GitHub Actions. To trigger a new release:
git tag v0.1.0
git push origin v0.1.0GPL-3.0 — see LICENSE for details.
