My Virtual World: A Self-Hosted 3D AI Virtual World for Agent Harnesses
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
My Virtual World is an innovative self-hosted 3D AI virtual environment designed for agent harnesses such as OpenClaw and Hermes. It allows AI agents to live, work, move between buildings, and interact with objects in a persistent voxel-style world. This project offers a unique platform for developing and observing AI agent behaviors in a rich, customizable 3D setting.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
My Virtual World, developed by eliautobot, is a self-hosted 3D AI virtual world built for agent harnesses like OpenClaw and Hermes. This project provides a dynamic environment where AI agents can live, work, move between buildings, utilize objects, and display live activity from local agent systems. Rendered with Three.js in a charming voxel-style, it features roads, buildings, furnished interiors, and interactive elements. Designed for local machines, LANs, and private remote-access networks, My Virtual World offers a secure and customizable platform for AI agent development and simulation.
For more details, visit the official website: myvirtualworld.ai
Installation
The easiest way to get My Virtual World up and running is by using Docker. You will need Docker Desktop (Windows/macOS) or Docker Engine with Docker Compose (Linux), Git, a web browser, and at least 4 GB of free RAM and 2 GB of free disk space.
Follow these quick steps to install:
git clone https://github.com/eliautobot/my-virtual-world.git
cd my-virtual-world
cp .env.example .env
docker compose up --build -d
After starting Docker, you can check its status with docker compose ps. Then, open the application in your browser by navigating to http://localhost:8590 and complete the setup wizard at http://localhost:8590/setup.
Examples
My Virtual World allows agents to perform a variety of actions, including movement, seating, using standing objects, and participating in service queues. The world itself is persistent, with data stored as JSON, allowing for continuous development and interaction. The project includes extensive internal documentation for both human users and AI agents, covering topics such as:
- Agent instructions (
AGENTS.md) - System architecture (
docs/ARCHITECTURE.md) - HTTP API reference (
docs/API.md) - World data structure (
docs/WORLD-DATA.md) - Agent integration with OpenClaw and Hermes (
docs/AGENT-INTEGRATION.md)
This rich documentation helps users and agents understand and interact with the virtual environment effectively.
Why Use My Virtual World?
My Virtual World stands out as an excellent choice for several reasons:
- Self-Hosted Control: Maintain full control over your AI agent environment on your local machine or private network.
- Rich 3D Environment: Experience a visually engaging voxel-style world rendered with Three.js, offering detailed interiors and outdoor spaces.
- AI Agent Integration: Seamlessly connect with agent harnesses like OpenClaw and Hermes to bring your AI agents to life within the virtual world.
- Persistent World Data: All world data is stored persistently, allowing for continuous development and long-term simulations.
- Docker-First Deployment: Enjoy easy setup and deployment with Docker, eliminating the need for complex Python or Node.js installations on your host machine.
- Security Focus: Designed for private networks, ensuring your agent systems remain secure and isolated.
Links
- GitHub Repository: https://github.com/eliautobot/my-virtual-world
- Official Website: https://myvirtualworld.ai
Related repositories
Similar repositories that may be relevant next.

AI-Agents-Projects-Tutorials: Comprehensive Guide to AI Agent Development
July 28, 2026
The AI-Agents-Projects-Tutorials repository offers an extensive collection of code implementations and tutorials for building advanced AI agents. It covers fundamental concepts such as multi-agent systems, memory management, planning, and reasoning loops. This resource is ideal for developers and researchers seeking practical insights into agentic AI development.
Destructive Command Guard (dcg): Protecting AI Agents from Dangerous Commands
July 11, 2026
The Destructive Command Guard (dcg) is a high-performance hook designed to prevent AI coding agents from executing dangerous git and shell commands. Built in Rust, dcg intercepts and blocks catastrophic operations like `git reset --hard` or `rm -rf`, offering clear explanations and safer alternatives. It provides a crucial safety layer for developers working with tools like Claude Code, Codex CLI, and GitHub Copilot.

Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools
June 25, 2026
Loop Engineering is a GitHub repository offering practical patterns, starters, and CLI tools for building robust AI coding agent systems. It shifts the focus from individual prompt crafting to designing control systems that orchestrate agents over time. This project empowers developers to create autonomous, iterative AI workflows for various development tasks.
Deliberation: Multi-Agent LLM Consensus for Code and Plan Review
June 15, 2026
Deliberation is an innovative GitHub repository that enables Claude Code to leverage multiple LLMs like GPT, Gemini, Grok, and 400+ OpenRouter models for expert second opinions and arbiter-mediated consensus. It provides specialized AI agents for tasks such as code review, security analysis, and architectural design, ensuring comprehensive and reliable feedback. This project helps developers get diverse perspectives and achieve higher quality in their work.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits