Skip to main content
Back to blog

Open-Source AI Ops Tools for AI Workspaces: Odysseus, Clanker CLI, and Clanker Cloud

How open-source AI Ops tools power AI workspaces, why Odysseus matters, how to install Clanker CLI, and why professional teams should use Clanker Cloud around it.

The most interesting thing about the PewDiePie Odysseus launch is not only that a creator released a self-hosted AI workspace. It is that the project makes a bigger point obvious: AI workspaces are built out of open tools.

Odysseus uses local model servers, MCP, agent tooling, vector memory, search, research flows, files, shell, email, calendar, and a self-hosted web app. Clanker CLI does the same kind of thing for AI Ops: it is an open-source infrastructure engine that powers terminal workflows, MCP tools, cloud reads, Kubernetes operations, maker plans, and the Clanker Cloud desktop workspace.

If you are looking at Odysseus and asking, "what is the equivalent for professional infrastructure work," the answer is Clanker CLI plus Clanker Cloud.

Why Open Source Matters for AI Workspaces

AI workspaces sit near sensitive context.

Odysseus may sit near personal documents, browser research, local models, email, calendars, uploaded files, memory, API tokens, and shell access. Clanker Cloud sits near cloud credentials, Kubernetes state, provider APIs, GitHub workflows, cost data, security findings, and deploy plans.

That is too much trust for a pure black box.

Open source helps teams answer practical questions:

  • What code runs when a tool is called?
  • Where do credentials live?
  • Which actions can mutate state?
  • How does the workspace expose MCP?
  • Can I run the engine locally?
  • Can my security team inspect the behavior before approval?

Odysseus answers that for the self-hosted personal AI workspace. Clanker CLI answers it for the AI Ops workspace.

The Odysseus Open Tool Stack

The Odysseus README names several building blocks that define the modern self-hosted AI workspace pattern:

  • Ollama, llama.cpp, vLLM, OpenRouter, and OpenAI for local/API model access.
  • opencode, MCP, web, files, shell, skills, and memory for agent work.
  • llmfit for hardware-aware model recommendations.
  • GGUF, FP8, and AWQ model formats for local serving decisions.
  • Tongyi DeepResearch as inspiration for multi-step research.
  • ChromaDB and fastembed for vector plus keyword memory.
  • IMAP, SMTP, CalDAV, Radicale, Nextcloud, Apple, and Fastmail for personal productivity integrations.
  • SearXNG, ntfy, Playwright MCP, and browser channels for search, notifications, and optional browser automation.

That list is useful because it shows what "AI workspace" means in practice. It is not magic. It is a local app, a model layer, an agent layer, memory, tool execution, search, documents, and security defaults.

The Clanker CLI Open Tool Stack

Clanker CLI is the open-source AI Ops engine underneath Clanker Cloud.

The repository describes it as an agent swarm powering Clanker Cloud, an AI DevOps IDE for agents and humans. It can inspect infrastructure, answer questions, expose MCP, and generate or apply infrastructure and deploy plans through maker and deploy flows.

Install it with Homebrew or from source:

brew tap clankercloud/tap
brew install clanker

From source:

git clone https://github.com/bgdnvk/clanker.git
cd clanker
make install

Run a local MCP server:

clanker mcp --transport http --listen 127.0.0.1:39393 | cat

Ask infrastructure questions:

clanker ask "what looks unhealthy in my Kubernetes cluster?" | cat
clanker security "review public APIs, IAM blast radius, and auth gaps" | cat

Generate a reviewed plan:

clanker ask --aws --maker "create a small ec2 instance and postgres rds" | cat

The standalone CLI MCP tools include version checks, routing decisions, running local Clanker commands, checking Clanker Cloud app status, launching the app, asking the app, and calling the local app backend API.

That gives agents a controlled way to use infrastructure context without each agent inventing its own provider integration.

What Clanker CLI Can Inspect

The CLI and Cloud workspace cover the infrastructure side of AI workspaces.

The current public CLI and homepage positioning cover AWS, Kubernetes, GCP, Azure, Tencent Cloud, Cloudflare, GitHub, Hetzner, DigitalOcean, Vercel, Supabase, Railway, Fly.io, Verda, Sentry, Datadog, security scans, cost checks, Kubernetes health, GitHub workflows, SRE bot discovery, provider routing, and maker plans.

Some workflows are direct CLI commands. Some are app-backed. Some use provider CLIs. Some use provider APIs directly, such as Tencent Cloud and Verda. The important part is that the engine runs where the user's context and credentials already live.

That matters for AI Ops. An agent should not need a copy of every cloud secret. It should call a local tool surface that already knows the operator's environment and review boundary.

Why You Can Run Clanker CLI, But Should Use Clanker Cloud

Clanker CLI is the engine. You can install it, inspect it, script it, and run it from a terminal.

That is exactly what open source should provide.

But a professional AI workspace needs more than commands. It needs saved provider setup, model configuration, sessions, topology, visual context, Deep Research, app-backed MCP, review surfaces, and workflows that humans can return to when the incident is not a one-line terminal task.

That is what Clanker Cloud adds around the CLI.

Use the CLI when:

  • You want a free open-source AI Ops engine.
  • You prefer terminal workflows.
  • You want to expose MCP to an agent.
  • You want scriptable checks in local automation.
  • You want to inspect the code before trusting the workflow.

Use Clanker Cloud when:

  • You want the full workspace around the engine.
  • Your team needs shared visual context.
  • You want topology, findings, sessions, and Deep Research.
  • You want agent workflows connected to the running desktop app.
  • You want review-before-apply UX instead of only JSON plans.

The honest recommendation is simple: start with Clanker CLI if you want to verify the engine. Use Clanker Cloud when the work becomes a daily professional workflow.

AI Workspace Tooling Is Converging on MCP

Odysseus and Clanker both make MCP central.

That is not accidental. MCP gives AI workspaces a standard way to expose tools to agents. Instead of hardcoding every agent integration, the workspace exposes a local server, and agents call tools through a known protocol.

For a personal workspace, MCP can expose browser, file, memory, and productivity tools. For a professional AI Ops workspace, MCP can expose cloud routing, Kubernetes reads, security checks, app status, reviewed commands, and backend APIs.

The protocol is the bridge. The trust boundary is the local machine. The value comes from the tools behind it.

The Takeaway

Odysseus made the self-hosted AI workspace visible. Clanker CLI makes the AI Ops engine inspectable. Clanker Cloud turns that engine into the professional workspace for cloud and Kubernetes operations.

The stack is straightforward:

AI agent or human question
        |
        v
Clanker Cloud workspace or Clanker CLI MCP
        |
        v
Local credentials, provider APIs, Kubernetes, GitHub, cost, security, topology
        |
        v
Reviewed answer or plan

That is the open-source AI Ops pattern for the AI workspace era: local context, inspectable engine, agent protocol, and human review before risky change.

Next step

Turn this playbook into a live infrastructure check

Download the desktop app, connect existing credentials locally, and ask Clanker Cloud the same kind of question against your real cloud, Kubernetes, GitHub, or cost data.

Download Clanker CloudConnect agents with Clanker Cloud MCP