Multiple ways to run OROBOROS OS
Boot directly from a USB drive without modifying your existing system. Perfect for trying OROBOROS OS or running it as a portable environment.
balenaEtcher or RufusRun OROBOROS OS as a Docker container. Ideal for server deployments, testing, or integrating with existing containerized environments.
docker pull oroboroslab/oroboros-os:v1.0docker run -it -p 8080:8080 oroboroslab/oroboros-os:v1.0http://localhost:8080Run OROBOROS OS in a virtual machine. Great for isolated testing, development environments, or running alongside your main OS.
Full stack deployment with all services configured. Best for production deployments or when you need the complete OROBOROS OS environment.
docker-compose up -dhttp://localhost:8080docker-compose logs -fWhat you need to run OROBOROS OS
Basic operation with smaller AI models and essential features.
| Component | Requirement |
|---|---|
| Processor | 64-bit CPU, 4 cores minimum |
| Memory | 8 GB RAM |
| Storage | 50 GB available space (SSD recommended) |
| USB (for Live USB) | 32 GB USB 3.0 drive |
| Operating System | Windows 10+, macOS 12+, or Linux kernel 5.4+ |
Optimal performance with larger models and full AI capabilities.
| Component | Requirement |
|---|---|
| Processor | 64-bit CPU, 8+ cores |
| Memory | 16-32 GB RAM |
| Storage | 200 GB SSD (NVMe preferred) |
| Graphics | NVIDIA RTX 3060+ (8GB+ VRAM) for GPU acceleration |
| USB (for Live USB) | 64+ GB USB 3.1/3.2 drive |
Get the version you need
Bootable ISO image for creating a Live USB installation. Works with balenaEtcher, Rufus, or dd.
Size: ~8 GB
Version: 1.0.0 Public Release
Download ISOPre-configured virtual machine image. Compatible with VirtualBox, VMware, and other hypervisors.
Size: ~12 GB
Version: 1.0.0 Public Release
Download OVAComplete source code and build scripts for custom installations and development.
Size: ~500 MB
Version: 1.0.0 Public Release
Download SourceGet up and running in minutes
When you first start OROBOROS OS, the setup wizard will guide you through initial configuration:
Common issues and solutions
Ensure Secure Boot is disabled in BIOS/UEFI settings. Try a different USB port (preferably USB 3.0). Verify the ISO was written correctly using the verification checksum.
Check if GPU is detected in System Settings. Try smaller AI models if RAM is limited. Ensure no other applications are using GPU resources.
Verify Docker daemon is running. Check if port 8080 is available. Try running with elevated privileges if permission errors occur.
Allocate more RAM to the VM (16GB+ recommended). Enable VT-x/AMD-V virtualization in BIOS. Use SSD storage for the VM disk.
Join our community for support and discussions.