Welcome to the official repository for SentinelOS and SHADOW313.
- SHADOW313: A Quantum-Ready CLI designed to bridge the gap between classical developer environments and the emerging world of quantum computing. It brings local-first quantum simulation and verification directly to your terminal.
- SentinelOS: An advanced, next-generation security command center and dashboard. It visualizes and manages advanced cryptographic protocols, Post-Quantum Cryptography (PQC), swarm defenses, and Zero-Trust architectures.
These projects are built from the ground up prioritizing speed, security, and aesthetics:
- Vanilla HTML5 / CSS3 / JavaScript (ES6+) - Absolutely zero off-the-shelf frameworks.
- Local-First Design - No forced cloud dependencies.
- Canvas & WebGL - Used for advanced data visualization and real-time defensive monitoring.
- Vercel Routing - Ready for immediate static deployment via edge networks.
- 313 Temporal Binding: Tamper-evident cryptographic logging for quantum experiments.
- Post-Quantum Cryptography (PQC) Readiness: Real-time metrics and simulations for algorithms like CRYSTALS-Dilithium.
- Zero-Trust Network Access (ZTNA) Grid: Granular visualization of node authentication.
- Quantum Thought Engine (QTE): Terminal-based AI agent interface for running local quantum algorithms via Qiskit's AerSimulator protocols.
- AEGIS Ultimate Master Deployment: Includes the AEGIS Python master deployment script for Monte Carlo threat simulations and active defense honeypots.
This repository now includes tracked placeholder directories for future asset and fixture uploads. See docs/upload-paths.md for the canonical path map for SentinelOS and SHADOW313 files.
This repository is optimized for Vercel.
- Import this repository to a new Vercel Project.
- The project uses standard HTML, so no build step is required.
- Configure your domains. The included
vercel.jsonwill automatically route:shadow313.com➔ SHADOW313 Terminal Interfaceshadow313.dev➔ SentinelOS Advanced Dashboard
To run the project locally, simply start a local web server from the root directory:
# Using Python
python -m http.server 8081Then navigate to http://localhost:8081/shadow313/ or http://localhost:8081/sentinelos/.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.