Skip to content

Overworldai/Biome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

351 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 dev

# Production build
npm run build

# Package without building installers
npm run package

Hosting Remote Server

Interested in setting up World Engine for the "Server" option under settings? To run server.py on another device and connect Biome to it, see:

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

About

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

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors