dependabot[bot] c3f63c2044 chore: bump alembic from 1.12.1 to 1.18.4
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 to 1.18.4.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 02:08:56 +00:00
2025-11-20 11:51:19 -06:00
2025-11-17 00:20:00 -06:00

BlackRoad Operating System

The Operating System for Governed AI

Master monorepo for BlackRoad OS — a platform that unifies identity management, AI orchestration, and quantum computing under a single governed architecture. Built with TypeScript, Python, and deployed across a sovereign Raspberry Pi fleet.

Products

RoadAuth — Identity & Access Management

AI-powered IAM with 4 security agents (Sentinel, Auditor, Enforcer, Provisioner). SOC 2, HIPAA, FedRAMP compliance built in. JWT + Paseto tokens, WebAuthn, OAuth2/LDAP/SAML/SCIM 2.0.

Lucidia — AI with Memory

Conversational AI with persistent memory and multi-service orchestration. 108 local models via Ollama. Sovereign — runs on your hardware.

Quantum Framework

State-vector quantum circuit simulator with VQE, QAOA, Grover's, QFT implementations. Visual circuit designer at circuits.blackroad.io.

Architecture

┌────────────────────────────────────────────────────┐
│                   BlackRoad OS                      │
├──────────────┬──────────────┬──────────────────────┤
│   apps/      │   backend/   │   services/          │
│   web UI     │   Python API │   core-api, codex,   │
│   prism      │   FastAPI    │   analytics, aiops   │
│   console    │   alembic    │   operator engine    │
├──────────────┴──────────────┴──────────────────────┤
│   agents/        │   sdk/         │   kernel/       │
│   base classes   │   Python SDK   │   TypeScript    │
│   categories     │   TypeScript   │   core runtime  │
│   templates      │   SDK          │                 │
├──────────────────┴────────────────┴─────────────────┤
│              Infrastructure Layer                    │
│   deploy/ · infra/ · ops/ · scripts/                │
│   Docker · Railway · Cloudflare Workers             │
└─────────────────────────────────────────────────────┘

Project Structure

├── agents/          # AI agent framework (base, categories, templates)
├── apps/            # Web applications (prism-console, web client, docs)
├── backend/         # Python API server (FastAPI, Docker, alembic)
├── blackroad-os/    # Core OS web interface and Lucidia shell
├── kernel/          # TypeScript kernel runtime
├── sdk/             # Python and TypeScript SDKs
├── services/        # Microservices (core-api, codex, analytics, aiops, operator)
├── deploy/          # Deployment configurations
├── infra/           # Infrastructure as code
├── scripts/         # Automation and deployment scripts
├── tools/           # Health checks and utilities
├── server.mjs       # Main Node.js server
├── package.json     # Node.js project configuration
└── requirements.txt # Python dependencies

Quickstart

git clone https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
cd BlackRoad-Operating-System

# Node.js server
npm install
npm start

# Python backend
cd backend
pip install -r requirements.txt
python run.py

# Health check
npm run check:health

Services

Service Description
core-api Central API gateway
codex AI code generation service
analytics Usage and performance analytics
aiops AI operations and monitoring
operator Fleet management and orchestration
public-api External-facing API

Infrastructure

  • 5 Raspberry Pi 5 nodes — WireGuard mesh network
  • 52 TOPS AI acceleration — 2x Hailo-8 accelerators
  • 108 local models — Ollama bridge on sovereign hardware
  • 18 Cloudflare tunnels — Edge routing for 48+ domains
  • Docker Swarm — Container orchestration across fleet
Repo Description
lucidia AI with persistent memory
lucidia-cli Sovereign coding CLI
quantum-math-lab Quantum circuit simulator
blackroad-api-sdks JS, Python, Go, Ruby SDKs
blackroad-scripts 400+ automation scripts
context-bridge Persistent memory layer

License

Copyright 2026 BlackRoad OS, Inc. — Alexa Amundson. All rights reserved.

Description
BlackRoad OS — operating system
Readme 4 MiB
Languages
Python 79.2%
JavaScript 10.3%
TypeScript 4.4%
HTML 2.9%
CSS 1.4%
Other 1.7%