Skip to content
@acornops

AcornOps

🐿️🌰 BRB, collecting acorns for troubleshooting!

AcornOps

AI-assisted infrastructure troubleshooting, with operators in control.

AcornOps is an open-source, self-hosted platform for troubleshooting Kubernetes clusters and Linux/systemd VMs. It brings live target context, guided investigation, durable automation, and controlled tool use into one operator experience.

Try the live demo · Self-host AcornOps · Read the docs · Build an integration

Important

AcornOps is under active experimental development. APIs, deployment contracts, and upgrade paths may change before a stable release.

Use AI without handing over the keys

AcornOps connects a central operations platform to your infrastructure through target agents that initiate outbound connections. Operators can inspect inventory, findings, resource state, metrics, and logs; start troubleshooting sessions; and follow each run as it reasons, calls tools, pauses for approval, and records its outcome.

The platform is designed for operational control:

  • Outbound target connections: AgentK and AgentV connect to the control plane. You do not need to expose an inbound management port on every target.
  • Read-only first: Linux/systemd built-in tools are read-only. Kubernetes writes require explicit RBAC, agent enablement, run permission, and tool access.
  • Approval at the point of change: Write confirmation is required by default. A run pauses before a write-capable tool call so an authorized operator can approve or reject that specific action.
  • Scoped model and tool access: The LLM gateway enforces run-scoped credentials, provider and model allow-lists, tool permissions, runtime limits, and budgets.
  • Reviewed MCP connectivity: Remote MCP servers are target-scoped and discovery-first. Discovered tools stay disabled until an owner or admin reviews and enables them.
  • Bounded evidence and auditability: Tool output is redacted and bounded before it reaches model context. Audit metadata is sanitized so secrets, raw message bodies, pod logs, and full tool arguments are not retained.

What you can do

  • Connect Kubernetes clusters and Linux/systemd VMs to a shared workspace.
  • Investigate target inventory, durable findings, resources, metrics, logs, and recent activity.
  • Run chat-based troubleshooting with streamed, replayable run events.
  • Route model traffic through OpenAI, Anthropic, or Gemini with centrally governed access.
  • Combine built-in target tools with reviewed remote MCP servers.
  • Create durable Agents and sequential Workflows triggered manually, on schedules, by webhooks, or by target events.
  • Integrate through the public control-plane API, webhooks, server-sent run events, and MCP.
  • Deploy the central platform with Kubernetes Helm charts or Docker Compose on a VM.

How AcornOps fits together

flowchart LR
    Operator["Operator"] --> Console["Management console"]
    Console --> ControlPlane["Control plane"]
    ControlPlane --> ExecutionEngine["Execution engine"]
    ExecutionEngine --> Gateway["LLM gateway"]
    Gateway --> Providers["Model providers"]
    Gateway --> RemoteMCP["Remote MCP servers"]
    AgentK["AgentK"] -->|"Outbound WebSocket"| ControlPlane
    AgentV["AgentV"] -->|"Outbound WebSocket"| ControlPlane
    AgentK --> Kubernetes["Kubernetes clusters"]
    AgentV --> Linux["Linux/systemd VMs"]
Loading

The control plane owns authentication, workspaces, targets, run state, agent coordination, and the public API. The execution engine drives run lifecycles. The LLM gateway brokers models and MCP tools under policy. AgentK and AgentV provide target-local context and execute only the capabilities made available to a run.

Choose your starting point

Goal Start here
See the operator experience Public demo
Deploy AcornOps Quickstart and acornops-deployment
Connect a Kubernetes cluster Kubernetes guide and agentk
Connect a Linux VM VM guide and agentv
Build a bot or workflow adapter Integration guide and API reference
Connect external tools MCP and tools guide
Contribute across the platform acornops

Repository map

AcornOps is split into independently versioned components with explicit contracts between them.

Repository Responsibility
management-console Browser experience for workspaces, targets, runs, Agents, Workflows, approvals, tools, and platform operations
control-plane Authentication, workspace APIs, target registration, run state, webhooks, agent coordination, and public API authorization
execution-engine Durable run execution, streaming events, retries, cancellation, and tool-call coordination
llm-gateway Model-provider routing, MCP brokering, secrets, policy enforcement, and gateway auditing
agentk Outbound Kubernetes connectivity, discovery, snapshots, logs, and controlled tool execution
agentv Outbound Linux/systemd connectivity, host snapshots, logs, and read-only built-in tools
acornops-deployment Docker Compose and Kubernetes deployment tracks, environment templates, compatibility metadata, and operator runbooks
charts Public Helm repository mirror for packaged platform and agent charts
docs-website Public operator, deployment, integration, architecture, and API documentation
acornops Canonical project entry point, multi-repository contributor setup, shared contracts, and coordinated development workflows

Contribute

Start with the AcornOps contributor guide, then read the README.md and AGENTS.md in the component you want to change. Each product repository owns its tests, architecture, contracts, and validation commands.

Found a security issue? Please follow the security policy and do not open a public vulnerability report.

AcornOps is built in the open under the MIT License. If the project is useful to you, follow the organization and star the repositories you use. It helps other operators find the project.

Pinned Loading

  1. acornops acornops Public

    Open-source, self-hosted AI-assisted operations for Kubernetes and Linux. Start here for source, architecture, deployment, and contributions.

    JavaScript 14 1

  2. acornops-deployment acornops-deployment Public

    Deployment orchestration for AcornOps, including Docker Compose, Kubernetes Helm charts, environment templates, and operator runbooks.

    JavaScript 2 1

  3. execution-engine execution-engine Public

    Run execution service for AcornOps, responsible for worker lifecycle, streaming run events, and tool execution coordination.

    Python 2

  4. agentk agentk Public

    Kubernetes agent for AcornOps, providing outbound cluster connectivity, read-only discovery, and controlled tool execution.

    TypeScript 2

  5. control-plane control-plane Public

    AcornOps control plane service for authentication, workspace APIs, target registration, run orchestration, and agent coordination.

    TypeScript 2 1

  6. management-console management-console Public

    Management console for AcornOps, providing the browser UI for workspaces, targets, runs, agents, and platform operations.

    TypeScript 2 1

Repositories

Showing 10 of 14 repositories

Top languages

Loading…

Most used topics

Loading…