Guides
Product pages
Each product page is its own narrative reference: what the component does, what it runs, and the exact commands.
Consciousness Server
Shared memory, semantic search, agent and skill registry, machines awareness, ed25519 auth. Six HTTP services on one compose.
Open →Cortex
Local AI agent with tool calling, powered by Ollama. CLI, Web UI, worker mode. Multi-model orchestration. Plugs into the shared memory layer.
Open →Document Processor
Desktop app for PDF / DOCX / TXT with image-and-context extraction. For documents that must not leave the host.
Open →BuildOnAI Key Server
ed25519 signature-per-request authentication for any HTTP service. Optional on-disk vault for SSH keys and API tokens. Sensitive routes require a valid signature.
Open →Machines
Every workstation, app host or edge node as a first-class entity with hardware profile, available models, and live telemetry.
Open →Reference material
Authoritative reference for each repository lives in the repo itself, alongside the code:
- consciousness-server / SIGNING-PROTOCOL.md — the wire format of a signed request and the replay window.
- consciousness-server / SIGNED-REQUESTS.md — verification modes and how a service enforces them.
- consciousness-server / SECURITY.md — threat model and signed-request boundary.
- cortex / ARCHITECTURE.md — CLI, Web UI, worker mode, Recovery Engine, Policy Engine.
- cortex / SECURITY.md — Policy Engine semantics and the structural defence against prompt injection.
- document-processor / SECURITY.md
- buildonai-key-server / SECURITY.md