Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,33 @@ Dimensional is agent native -- "vibecode" your robots in natural language and bu

</div>


# System Requirements

## Tested and Supported Hardware

DimOS has been tested and validated on the following hardware configurations:

### GPU
- **NVIDIA RTX 4070 or better** (for perception, VLMs, and AI features)
- CUDA support required
- Minimum 8GB VRAM recommended

### CPU
- **Intel Core i7 (recent generation) or better**
- AMD Ryzen 7 or better
- Multi-core recommended for distributed execution

### Memory
- **16GB RAM minimum**
- 32GB+ recommended for larger models and multi-robot deployments

### Storage
- **50GB+ free disk space**
- SSD strongly recommended for model loading and data logging

> **Note:** DimOS may run on older hardware (e.g., NVIDIA 3000-series GPUs), but performance and stability are not guaranteed. If you encounter issues, please upgrade to the recommended specifications above.

# Installation

## System Install
Expand Down