GGUF models mapped via memmap2 directly into the OS page cache. Phase 8 bifurcated compute via wgpu. Zero cloud egress.
Honest: decode tok/s on consumer GPUs is still below hand-tuned engines. For rights-grade grounding use QUALIA_RIGHTS_MODE=1. See 0.0.28 progress.
Select a model to chat. Click to copy the CLI load command.
TelemetryPayload on port 9090. Connect the daemon to see real data.
The qualia-bridge WebSocket is the single persistent connection from any browser client to the native daemon. LLM inference multiplexes over the same socket using the llm_* frame family.
llm_* frame family is planned infrastructure. Today, send llm_infer and the daemon returns { "code": "unknown_type" } — use qualia-cli llm eval for actual inference.
GgufSharder → parses GGUF header → NQuin pointer map (byte offsets in upper bits, modality flag 0b1001)GgufBridge → mmap weights into OS page cache via memmap2 → zero heap allocationfused_tensor_contraction.wgsl → 64 threads/workgroup, 4096 FMA ops/thread → Vulkan/DX12/MetalLocalLlmAgent → Phase 8 bifurcated compute: LLM Engine ↔ Webizen Sentinel via SPSC ring buffersOrchestrator → N3Logic rights pre-flight → infer → provenance NQuin citation check
LogitStreamControlStreamDenyRollback: recalculates mid-generation0x99 byte signature)DenyRollback into ControlStreamvalidate_intent() — N3Logic rights pre-flightagent.infer() — actual GPU inferencevalidate_output() — output must cite ≥1 NQuin provenance