Show HN: OpenVole 4.5 Is Out OpenVole 4.5, a self-hosted agent operating system for running and managing AI agents on personal hardware, has been released. The platform is model-agnostic, supports peer-to-peer networking via VoleNet, and features a microkernel architecture with swappable plugins called Paws. It allows users to create, configure, and chat with multiple agents from a single dashboard while maintaining privacy and control. The self-hosted agent OS — run a fleet of AI agents on your own hardware, against any model, from one dashboard. Peer-to-peer networked. Nothing phones home. OpenVole is a self-hosted server for running and managing AI agents . One command — vole serve — gives you a dashboard where you create, configure, and chat with a whole fleet of agents, each isolated with its own tools, memory, and identity. Model-agnostic — Gemini, OpenAI, Claude, xAI, or local Ollama. Your choice, swappable per agent. Self-hosted & private — runs entirely on your hardware, against whatever model you point it at, with nothing phoning home. Networked — connect instances over VoleNet , a peer-to-peer agent mesh, and share tools, memory, and even a brain across machines. Under the hood it's a microkernel : the core is just the agent loop and a plugin contract. Every capability — reasoning, memory, tools, channels — is a swappable plugin a Paw , so you're never locked into someone else's worldview. A fresh install ships with zero baked-in opinions: you assemble exactly the agent you want. npm install -g openvole package is "openvole"; gives you the vole command mkdir my-agents && cd my-agents vole serve vole serve prints a tokenized dashboard URL the dashboard is gated by a session token — open it, click New space , and onboarding installs the essential paws brain, session, memory, compact, shell . Point a space at your model: BRAIN PROVIDER=gemini GEMINI API KEY=your-api-key …then start it and chat in the Chat tab. Prefer one command? Use a preset: curl -fsSL https://raw.githubusercontent.com/openvole/openvole/main/presets/basic.sh | bash The npm package is it provides the openvole vole command . To run without installing: npx openvole