AI product Open source
Infinite World is an open-source system for building persistent worlds with multimodal AI. It combines multimodal understanding, world simulation, and interaction in a continuous loop: prompts, images, or other inputs are interpreted into world state, rules, and possible actions; generated scenes respond to that state; and people, agents, and events can update the world. The runtime records scenes, choices, state changes, history, and branches so worlds can preserve context across scenes and be replayed.
The project supports text, voice, and image interaction, local previews, saved-branch replay, and cached generated video. Its current local setup uses a Node.js and pnpm workspace, with FFmpeg and whisper.cpp for voice transcription and live output. Interactive live streaming is in development, while additional inputs such as chat, audio, mouse, and keyboard are planned. The repository describes the project as early development, with APIs and stored data subject to change, and distributes it under the Apache License 2.0.
1 use taken from transcripts — each links to the moment in the video.
Generates persistent environments that remember their history and respond to text, voice, or image input, with local previews and replayable branches using cached video.
1 in the library.