AI Belongs on Your Hardware

Reason
AgentsQuoxMindAgentic TeamsMirrorQuoxLensRemember
QuoxMemoryBrain2CompoundingQuoxPlanCodebase MirrorAct
QuoxFlowQuoxEngineQuoxAgentQuoxChatAutonomyRun
EnterpriseOrganisationsPowers & ToolsmithQlusterQuoxBastionInterfaces
QuoxMCPQuoxCLIQuoxTerminalQuox ConsoleQuoxBoxGovern
HITL ApprovalsQuox SecurityAgent HonestyQuoxVaultAI GovernanceAgentic AIProve
For AuditorsVerifiable AI OpsLoggingEU AI ActCompliance SuiteChannels
Matrix RoomsDiscord ProTelegram ProQuoxSignalCoreCommsAll products A-ZBuild
QuoxProofDeveloper KitPlugin SDKBring your tool to QuoxQuoxpertQuoxSkillsQlarityShip and sell
Build and sellBrowse MarketplaceDownloadsProtocolsDev Suite
Dev ServersQuoxBuildQuoxSlotsShared Skills + RulesDev workflow
RepoBrainGripeTriageFixLoopProofLoopDoneEngineAll products A-ZGet started
OverviewArchitectureProtocols
AEEAOCLVOLTWARDReference
GlossaryAPI ReferencePlugin SDKDockerAll products A-Z
You already run Ollama. You already have the models. What you do not have is a way to manage your infrastructure with AI that does not phone home, does not require Kubernetes, and does not pretend your homelab is an enterprise data centre.
While enterprises were negotiating API contracts and arguing about data residency, the homelab community solved local inference. DeepSeek R1 trained for $6 million and matched models that cost 20 times more. The price per token dropped 100x in a single year.
The canonical homelab AI stack in 2026 is Ollama plus Open WebUI: two containers, five minutes, a private ChatGPT that runs on a $200 mini PC. No API key. No cloud account. No phone-home telemetry. Your hardware. Your models. Your data.
Inference is solved. The community solved it. What comes next is harder.
Right now, local AI in a homelab means chat. You ask a model a question. It answers. Maybe you have RAG running against some documents. Maybe you connected it to a workflow tool for basic automation. But the AI does not know your infrastructure. It does not manage your hosts.
It does not SSH into your Proxmox nodes, check your MikroTik firewall rules, or restart a container that crashed at 3am.
The canonical 2026 homelab AI stack chains Ollama, Open WebUI, and n8n into working automation, but stops right before infrastructure management. Inference: solved. Chat UI: solved. Workflows: solved. AI managing your actual infrastructure: missing.
The frustration is real. You have a 3090 running a 70B model, 40 VMs across three Proxmox nodes, a MikroTik router, a full monitoring stack, and the AI cannot do anything with any of it. The tools that exist are all cloud-native. They assume Kubernetes. They assume managed infrastructure. They assume you want to pay monthly for something you could run yourself. That is not how homelabs work.
Quox is an AI agent platform that runs on your hardware. Docker Compose. No cloud. No Kubernetes. No phone-home.
The whole stack deploys with Docker Compose. No cloud account. No licence key to start. Source-available, public GitHub repos, real commit history.
"I do not need audit trails. I am not a bank."
Fair. But consider this. You set up an AI agent that monitors your infrastructure and takes automated actions. It restarts containers that crash. It updates firewall rules based on threat feeds. It scales Proxmox VMs based on load. You go to bed.
At 3am, something breaks. The AI made a decision. You wake up to a broken network. What did it change? When? Why? What was the state before the change?
Without an audit trail, you are grepping through logs across 12 machines trying to reconstruct what happened. With one, you trace the decision chain: the trigger, the agent that handled it, the command that was executed, and the output it produced.
How Quox records agent actions:
If you would not give a junior sysadmin root access without logging, you should not give an AI agent the same access without logging either.
| Capability | Status |
|---|---|
| QuoxCORE dashboard (React, Docker Compose, self-hosted) | LIVE |
| Collector service with 80+ API endpoints | LIVE |
| 49 specialist agents with delegation and coordination | LIVE |
| QuoxAgent fleet daemon (Go, single binary) | LIVE |
| QuoxBastion SSH gateway (Go) | LIVE |
| QuoxTerminal desktop app (Tauri, Rust, React, macOS + Linux) | LIVE |
| QuoxMCP with 168 governed tools via Model Context Protocol | LIVE |
| QuoxFlow workflow engine (TypeScript, 429 tests) | LIVE |
| Proxmox, MikroTik, Prometheus, Grafana, Uptime Kuma integrations | LIVE |
| AOCL/VOLT/AEE protocols (open specifications) | LIVE |
| Multi-tenant memory with entity tracking and hybrid search | LIVE |
| RBAC and team structures (currently single-user) | IN PROGRESS |
| Local inference integration (connect your Ollama instance as a backend) | IN PROGRESS |
| Plugin marketplace | IN PROGRESS |
| Mobile app | PLANNED |
| Windows support for QuoxTerminal | PLANNED |
| Unraid or TrueNAS native packages | PLANNED |
We are not going to pretend the roadmap is the product. Check the repos. The code is there.
$ git clone https://github.com/quoxai/quox
$ cd quox-dashboard
$ docker compose up -d
# Point your browser at port 3000.
# Install QuoxAgent on your first host. See what happens.If you run a homelab and you have been waiting for AI tooling that does not require a cloud subscription, a Kubernetes cluster, or a leap of faith, this is what we built.
Quox is source-available under BSL 1.1. 12 repositories. Go, Rust, TypeScript, React, Node.js. Four open protocol specifications. Built by a solo founder who runs his own homelab and got tired of managing 50 hosts from six different browser tabs.
AI agent orchestration with built-in governance. Docker Compose up and running in under five minutes.