Part of BlackRoad OS — Sovereign Computing for Everyone
lucidia cli 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
A terminal operating system built on Textual and Rich. Multi-tab TUI with a web browser, sandboxed filesystem, AI agents, mini applications, and background process management.
Terminal web browser with HTML-to-Rich markup parser, link extraction and navigation, browsing history, and DuckDuckGo search integration.
Sandboxed at ~/.lucidia/vfs. Standard operations: ls, cd, cat, write, mkdir, rm. Persistent across sessions.
Ollama-powered agents with distinct personalities: lucidia, alice, octavia, cece, operator. Council mode runs multi-agent discussions where agents debate and synthesize answers.
calc-- safe expression evaluatorbtc/eth-- live crypto pricesweather-- wttr.in integrationfortune-- random wisdomtime/date/unix-- clock utilitieswhoami/neofetch-- system info
Async background task spawning with PID tracking. ps to list, kill to stop.
lucidia.py (main TUI)
|
+-- components/
| web_engine.py HTML parser + browser
| virtual_fs.py Sandboxed filesystem
| agents.py Ollama AI integration
| apps.py Calculator, crypto, weather
| process_mgr.py Background task manager
|
+-- config/
settings.json User preferences
| Key | Action |
|---|---|
| Ctrl+1 | Shell |
| Ctrl+2 | Web browser |
| Ctrl+3 | Files |
| Ctrl+4 | AI Agents |
| Ctrl+5 | Apps |
| Ctrl+Q | Quit |
pip install textual rich
python lucidia.pyFor AI agents, Ollama must be running locally.
pip install -r requirements.txt
pytest tests/ -vProprietary -- BlackRoad OS, Inc.