Zeq OS Applications
Zeq OS Hub includes 20+ applications organized into six categories. All applications are accessible through the nginx reverse proxy at their respective routes.
AI & Intelligence
Zeq Mathematical Intelligent AI
Route: /chat/ · Technology: Node.js · Status: Active
The first AI that reasons through physics, not probability. MI routes queries through 1,576 kinematic operators across 64 categories and returns precision-verified answers synchronized to universal constants. Enhanced with MCP (Model Context Protocol) integration — the AI can access all operators, run computations through the 7-Step Wizard, and verify precision in real-time.
Features:
- Multi-model: GPT-4, Claude, Gemini, local models via Ollama
- MCP tools: operator lookup, physics computation, temporal sync
- File uploads, code execution, conversation management
- Zeq Search integration for web search
Zeq Chat
Route: /apps/zeq-chat/ · Technology: Static HTML · Status: Active
Lightweight AI chat interface synchronized to the 1.287 Hz HulyaPulse. Designed for quick physics queries without the overhead of a full chat platform.
DocsGPT
Technology: Python/React · Status: Active
AI-powered documentation assistant. Ask questions about Zeq OS in natural language and get answers sourced from the documentation, operator catalog, and SDK reference. Powered by vector embeddings for semantic search.
Physics & Mathematics
7-Step Wizard API
Route: /services/wizard/docs · Technology: Python/FastAPI · Status: Active
Interactive API implementing the full 7-Step Wizard Protocol. Provides a Swagger UI for testing computations directly in the browser. Supports all 1,576 operators, domain selection, precision targeting, and experiment tracking.
Endpoints:
POST /wizard/process— Run a physics query through all 7 stepsGET /wizard/operators— List available operators by domainGET /wizard/domains— List all 64 physics domainsGET /wizard/experiments— View past computation experiments
Physics Wizard Game
Route: /apps/physics-wizard/ · Technology: Static HTML · Status: Active
100 interactive physics challenges covering classical mechanics through quantum gravity. Each challenge requires selecting the correct operators, applying the 7-Step Protocol, and achieving ≤0.1% precision. Results are verified against the 1.287 Hz HulyaPulse.
Operator Browser
Route: /api/ · Technology: Express.js · Status: Active
Browse all 1,576 operators with LaTeX equation rendering, category filtering, and full-text search. Part of the API Gateway.
Security & Encryption
HITE Encryption
Route: /apps/hite/ · Technology: Static HTML · Status: Active
Physics-based file encryption using AES-256-GCM with temporal entanglement. Files are encrypted with keys derived from the HulyaPulse phase, and each encryption includes a Landauer Certificate proving thermodynamic authenticity.
Key concepts:
- AES-256-GCM base encryption
- Temporal entanglement with 1.287 Hz phase
- Landauer Certificates (thermodynamic brute-force impossibility: 3.34x10^56 J)
TESC Encrypted Chat
Route: /apps/tesc/ · Technology: Static HTML · Status: Active
Physics-locked secure messaging. Messages are encrypted with Phase-Locked Authentication Tags (PLATs) that expire every 0.777 seconds (one Zeqond). If a message isn't received within the Zeqond window, the authentication tag is invalid and the message cannot be decrypted.
HF Forensic Intelligence Suite
Route: /services/forensic/ · Technology: Python/Flask · Status: Active
20 forensic scoring functions for content verification, AI detection, metadata analysis, and entropy measurement. Uses HULYAS forensic intelligence methodology.
ZeqBoard Dashboard
Route: /apps/dashboard/ · Technology: Static HTML · Status: Active
Real-time monitoring dashboard with Shannon entropy analysis, temporal synchronization status, and service health monitoring.
Developer Tools
API Gateway
Route: /api/ · Technology: Express.js · Status: Active
Central REST API providing access to the operator registry, computation engine, and service health. Includes authentication (API key), rate limiting, CORS, and Swagger documentation at /api-docs.
Key endpoints:
GET /api/v1/operators/all— All 1,576 operatorsGET /api/v1/operators/category/:category— Filter by categoryGET /api/v1/operators/search?q=query— Search operatorsPOST /api/v1/process— Run 7-Step computationGET /api/v1/status— Service health
Sync Engine
Route: /ws (WebSocket) · /sync/ (HTTP) · Technology: Node.js · Status: Active
Real-time WebSocket broadcast at 1.287 Hz. Clients connect and receive HulyaPulse ticks, enabling synchronized computation across multiple services and devices.
Zeq Git
Route: /git/ · Technology: Go · Status: Active
Private Git server for browsing and contributing to Zeq OS source code. Supports CI/CD, pull requests, issue tracking, and OAuth SSO with Discourse.
MI Chrome Extension
Route: /apps/sync-extension/ · Technology: Static HTML · Status: Active
Chrome extension that intercepts physics queries in AI chat interfaces (ChatGPT, Claude, Gemini, Grok, DeepSeek) and verifies them against 1,576 Zeq OS operators in real-time.
Infrastructure
Zeqond Daemon
Route: /services/daemon/ · Technology: Python · Status: Active
The temporal synchronization service. Manages the HulyaPulse clock at 1.287 Hz, provides Unix/Zeqond time conversion, and broadcasts tick events that all other services synchronize to.
Zeq Search
Route: /search/ · Technology: Python · Status: Active
Privacy-respecting metasearch engine aggregating results from 70+ search engines. Integrated with Zeq MI for AI-powered web search without tracking.
Community
Community Forum (Discourse)
Route: /forum/ · Technology: Ruby/Rails · Status: Active
Full-featured community forum with Zeq Git SSO. Discuss physics, propose new operators, share research, and collaborate on Zeq OS development.
Documentation
Route: /docs/ · Technology: Docusaurus · Status: Active
This site. Full SDK reference for all 7 languages, operator catalog, framework architecture, deployment guides, and tutorials.