Part of BlackRoad OS — Sovereign Computing for Everyone
ulackroad.io is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.
BlackRoad OS is a sovereign computing platform that runs AI locally on your own hardware. No cloud dependencies. No API keys. No surveillance. Built by BlackRoad OS, Inc., a Delaware C-Corp founded in 2025.
- Local AI — Run LLMs on Raspberry Pi, Hailo-8, and commodity hardware
- Mesh Networking — WireGuard VPN, NATS pub/sub, peer-to-peer communication
- Edge Computing — 52 TOPS of AI acceleration across a Pi fleet
- Self-Hosted Everything — Git, DNS, storage, CI/CD, chat — all sovereign
- Zero Cloud Dependencies — Your data stays on your hardware
| Organization | Focus |
|---|---|
| BlackRoad OS | Core platform and applications |
| BlackRoad OS, Inc. | Corporate and enterprise |
| BlackRoad AI | Artificial intelligence and ML |
| BlackRoad Hardware | Edge hardware and IoT |
| BlackRoad Security | Cybersecurity and auditing |
| BlackRoad Quantum | Quantum computing research |
| BlackRoad Agents | Autonomous AI agents |
| BlackRoad Network | Mesh and distributed networking |
| BlackRoad Education | Learning and tutoring platforms |
| BlackRoad Labs | Research and experiments |
| BlackRoad Cloud | Self-hosted cloud infrastructure |
| BlackRoad Forge | Developer tools and utilities |
- Website: blackroad.io
- Documentation: docs.blackroad.io
- Chat: chat.blackroad.io
- Search: search.blackroad.io
This directory contains the static site served at blackroad.io via GitHub Pages.
index.html– Landing page with links to the AI chat and Composer Playground.login.html– Development login form accepting any non-empty credentials.chat.html– Placeholder for the Lucidia public-facing AI chat and terminal.composer.html– Placeholder for the Composer Playground.dashboard.html– Manual overview of site components and links.status.html– Manual system status page.style.css– Shared styling for all pages.script.js– Client-side login handler.CNAME– Configures the custom domainblackroad.iofor GitHub Pages.
-
Clone the repository and ensure these files remain inside the
BlackRoad/directory. -
From this folder you can serve the site locally:
cd BlackRoad python3 -m http.server 8000Then visit
http://localhost:8000in your browser. -
The
lucidia-agent.pywatcher automatically pushes changes in this directory to theblackroad.iorepository. Ensure new files are added here so they are deployed.
The site is deployed on GitHub Pages. Pushing to the blackroad.io repository publishes the contents of this directory. The CNAME file tells GitHub Pages to serve the site at blackroad.io.
- Replace the development login with real authentication.
- Implement the AI chat and terminal functionality.
- Build out the Composer Playground.
- Automate updates to the status page.
Last updated on 2025-09-11