Skip to content

Overworld's local world client interface to run Waypoint world models

License

Notifications You must be signed in to change notification settings

Overworldai/Biome

Repository files navigation

Biome

Explore AI-generated worlds in real-time, running locally on your GPU.

Website Discord X Windows Linux License: GPL v3

Download the latest release

Overview

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.

Features

  • Real-time AI-generated environments at playable framerates
  • Runs locally on your GPU via World Engine
  • Lightweight native desktop application

Getting Started

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!

Building from Source

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 build

Releases

Releases are automated via GitHub Actions. To trigger a new release:

git tag v0.1.0
git push origin v0.1.0

License

GPL-3.0 — see LICENSE for details.


Built by Overworld