Documentation & Download

Everything you need to know about running and playing Oasis AI

About Running Oasis Locally

Oasis is not a traditional video game executable (.exe). Instead, Oasis is a neural network model that generates gameplay in real-time through AI processing. Running it locally requires specific technical expertise and hardware capabilities.

⚠️ Note: Oasis is not a traditional application but a neural network model that runs locally. This requires advanced technical knowledge and powerful hardware.

System Requirements

  • CUDA-capable NVIDIA GPU with at least 12GB VRAM
  • Python 3.8 or higher
  • CUDA toolkit installed
  • Knowledge of command-line operations
  • Recommended: NVIDIA H100 for optimal performance (20 FPS at 360p)

Installation Steps

1. Clone the Repository

git clone https://github.com/etched-ai/open-oasis.git
cd open-oasis

2. Install Dependencies

pip install -r requirements.txt

3. Download Model Weights

Visit Hugging Face to download the model weights.

4. Run the Model

python run_oasis.py

Resources

🤗 Model Weights

Download the pre-trained model weights from Hugging Face

Visit Hugging Face →

💻 Source Code

Browse the complete source code on GitHub

View Repository →

🐛 Issue Tracking

Report bugs or request features on GitHub Issues

View Issues →

Common Issues & Solutions

  • CUDA Out of Memory: Reduce batch size or model resolution in config.py
  • Module Not Found Errors: Ensure all dependencies are installed using requirements.txt
  • Low Performance: Check GPU utilization and memory usage with nvidia-smi

Play Oasis Online

The easiest way to experience Oasis is through our online demo. No installation required, just a modern web browser and a stable internet connection.

Browser Requirements

  • Modern web browser (Chrome, Firefox, Safari, Edge)
  • WebGL 2.0 support
  • Stable internet connection (recommended: 10+ Mbps)
  • Keyboard for game controls
Launch Oasis Online →

Game Controls

  • W A S D: Move forward, left, backward, right
  • Mouse: Look around
  • Space: Jump
  • Left Click: Break blocks
  • Right Click: Place blocks
  • E: Open inventory

Tips for Best Experience

  • Use a wired internet connection for lowest latency
  • Close other bandwidth-intensive applications
  • Enable hardware acceleration in your browser settings
  • Use fullscreen mode for immersive gameplay

Frequently Asked Questions

Is the site free to use? +
Yes, the site is completely free to use! You can access all features without any cost.
Can the game be downloaded and played on my computer? +
Yes, but not as a traditional application. Oasis is a neural network model that can be run locally. You can find the code and instructions on our GitHub repository.
What is Oasis AI? +
Oasis is the first fully AI-generated game that offers real-time, interactive gameplay where every action changes the world. It's a revolutionary step in AI gaming technology.
How fast does Oasis run? +
Oasis generates real-time output at 20 frames per second, which is over 100x faster than current state-of-the-art text-to-video models.
What kind of hardware is needed? +
For local installation, you need a CUDA-capable NVIDIA GPU with at least 12GB VRAM. Oasis is optimized for Sohu, the Transformer ASIC built by Etched.
Can I create my own custom worlds? +
Yes! You can add your own starting image to Oasis, and the AI will transform it into a playable world. Share your creations on our Discord server.
How does the gameplay work? +
You can move around, jump, pick up items, break blocks, and more. The game features real-time physics, game rules, and graphics, all generated by AI.
Is there a game engine? +
No, Oasis doesn't use a traditional game engine. It's powered entirely by a foundation model that generates gameplay in real-time.