# Quick Start Get started with BlackRoad OS in 5 minutes. ## Access the OS Visit: **https://blackroad.systems** ## Access Prism Console Visit: **https://blackroad.systems/prism** ## API Documentation Visit: **https://blackroad.systems/api/docs** ## Local Development ```bash # Clone repository git clone https://github.com/blackboxprogramming/BlackRoad-Operating-System.git cd BlackRoad-Operating-System # Set up backend cd backend python -m venv .venv source .venv/bin/activate pip install -r requirements.txt # Run locally uvicorn app.main:app --reload # Visit: http://localhost:8000 ``` See [Development Setup](development.md) for detailed instructions. --- **Where AI meets the open road.** 🛣️