Fundraising Fox

Zenml

Munich, DE · Founded 2021 · 20 employees on LinkedIn · 12 known investors

Kitaru, built by ZenML, is a replay-based evaluation tool for AI agents that turns real production traces into replayable test sessions, letting teams re-run their agent's actual code against recorded inputs to test changes, swap models, and catch regressions. It is aimed at engineering teams shipping AI agents to customers, and integrates with observability tools like Langfuse, LangSmith, Braintrust, Logfire, and Arize Phoenix.

Also known as ZenML · zenml-io

Founders & leadership

Zenml was founded in 2021 by Adam Probst and Hamza Tahir.

APAdam Probst
Adam ProbstinCo-founder
HTHamza Tahir
Hamza TahirinCo-founder

Investors · 12

Also in the syndicate · 9

Carsten ThomaD. SculleyDirk HokeHarold GiménezJim KellerLuke de OliveiraNicolas DessaignePieter AbbeelRichard Socher

Company profile

researched Aug 2026

ZenML is a Munich, Germany-based company behind ZenML, an open-source framework for developing, evaluating and deploying classical machine learning models, LLM pipelines and AI agents. The core framework lets engineers write workflows ("pipelines") in Python that run on any infrastructure backend ("stacks"), and then operationalizes them by containerizing and tracking code, recording runs with metrics, logs and metadata, abstracting infrastructure, and integrating with existing tools such as MLflow, LangGraph, Langfuse, SageMaker and GCP Vertex. ZenML uses a client-server architecture with an integrated web dashboard, and can be installed locally or deployed as a remote server; it positions itself as a metadata layer over existing infrastructure so that data and compute remain on the customer's side.

The company also develops Kitaru, described as an open-source sister project focused on AI agents: "agent traces you can run, not just read." Kitaru records each agent run as a session with checkpoints for every model and tool call, either by wrapping an agent with an adapter or by importing existing traces (for example Langfuse traces or JSONL trace files). Recorded runs can be replayed against the team's real code with recorded tool calls answered from the recording, so replays do not touch live systems, and with one variable changed — a cheaper model, a new prompt, a tool policy, or a fix in the working tree. Sessions can be frozen into immutable cohorts, compared run-versus-run against a baseline with evaluators and cost metrics, and used to gate CI. Kitaru also provides durable-execution primitives (@flow, @checkpoint, wait(), resume, retry) for human-in-the-loop gates and for surviving crashes and long waits, with a separate lightweight self-hosted server and workers that execute replays in the user's environment. Adapters cover PydanticAI, the OpenAI Agents SDK, LangGraph, Mastra, the Vercel AI SDK and custom agent loops, and execution targets include inline execution, isolated jobs, sandboxes and external/MCP tools.

ZenML additionally maintains adjacent tooling: an MCP server (mcp-zenml) that lets users query pipelines, analyze runs and trigger deployments in natural language from MCP clients such as Claude Desktop or Cursor, a VS Code extension (ZenML Studio / vscode-zenml), agent "skills" repositories, and a dashboard/UI codebase.

Founding story

ZenML was founded in 2021 by Adam Probst and Hamza Tahir to address the difficulty of implementing and maintaining machine learning in production — vendor lock-in, high costs and tools that do not interoperate — by building an extensible, cloud- and tooling-agnostic open-source MLOps framework that expresses ML workflows as pipelines.

Business model

Open-source core distributed under Apache-2.0 with a commercial managed offering. ZenML and Kitaru can be self-hosted for free, while ZenML Pro (previously announced as ZenML Cloud) provides a managed control plane for running ML pipelines and agent flows with enterprise features such as single sign-on, role-based access control, audit logs, CI/CD integrations and dedicated support.

Paid managed/enterprise tier (ZenML Pro, launched as ZenML Cloud) layered on the free open-source frameworks, with features including SSO, RBAC, audit logs and dedicated support.

Traction

The zenml GitHub repository has about 5.6k stars, 654 forks and more than 8,900 commits; the kitaru repository has 268 stars and 17 forks. The ZenML organization hosts 85 public repositories, including a dashboard (63 stars), MCP server (49 stars) and VS Code extension (21 stars). The company reports usage by thousands of companies, citing Playtika and Leroy Merlin as users, and a Slack community of ML engineers.

Latest developments

The company is promoting Kitaru, its open-source agents project, across its homepage, documentation and GitHub organization. Kitaru covers replay-based regression testing (importing existing traces or capturing runs via adapters, freezing cohorts, running configuration experiments, gating CI) and durable agent execution (checkpoints, wait() for human approval, resume after crashes), with a separate lightweight self-hosted server, worker-based replay execution, a CLI, a UI repository and agent skills. Documentation is now organized into separate ZenML and Kitaru spaces, and repositories in the organization show commit activity through August 2026.

Full profile — market position, technology, go-to-market, geography, history

Market position

Positions itself as a unified, infrastructure-agnostic layer for ML and AI with no vendor lock-in, spanning classical ML pipelines through to AI agents. The company states ZenML is used by thousands of companies in production, and it was named one of Germany's 20 most promising AI startups.

Cloud- and tooling-agnostic pipelines that portably run on any infrastructure stack, with a metadata-only design that keeps data and compute on the customer's infrastructure. Kitaru differentiates on replay as re-execution against the user's real code rather than trace viewing or LLM-judged scoring, immutable cohorts so results stay comparable, side-by-side run diffs with no blended score, and self-hosted workers.

Technology

Python-based framework built on a client-server architecture with an integrated TypeScript web dashboard. Pipelines and steps are written with Python decorators; artifacts and models are automatically versioned, tracked and cached, and workloads are containerized and run on pluggable "stacks" of infrastructure components such as orchestrators and artifact stores across Kubernetes, AWS, GCP and Azure with S3/GCS and SQL databases. Deployment options include pip install for local client-and-server use, Docker Compose, and Helm charts. Kitaru adds an outer runtime layer over an existing agent harness that records sessions and checkpoints, replays runs deterministically by answering recorded tool calls from the recording, freezes sessions into immutable cohorts, and runs experiments defined purely by configuration (model, system prompt, tool policy). Integrations span MLflow, LangGraph, Langfuse, SageMaker, Vertex AI, PydanticAI, the OpenAI Agents SDK, Mastra, the Vercel AI SDK and the Model Context Protocol.

Go-to-market

Open-source-led distribution via PyPI (pip install zenml, pip install kitaru) and GitHub, supported by extensive documentation, tutorials, ready-made example projects, a Slack community, a VS Code extension and a blog; conversion to the paid managed tier via demo bookings, plus conference presence (for example MLOpsWorld in Austin).

ML and AI engineers in company settings — teams running traditional ML use cases, LLM workflows and production AI agents. Named users include Playtika and Leroy Merlin.

Geography

Headquartered in Munich, Germany, with an internationally distributed open-source user base; investors include European and US backers and the company has presented at conferences in the United States.

History

Founded in 2021 by Adam Probst and Hamza Tahir in Munich, ZenML built an extensible open-source MLOps framework for production-ready ML pipelines, available as a lightweight Python library. It raised a $2.7M seed round led by Crane Venture Partners announced in December 2021, then in October 2023 announced an additional $3.7M led by Point Nine with follow-on from Crane, bringing the seed round total to $6.4M and funding the launch of the managed ZenML Cloud service. The product line later broadened from classical ML and LLM pipelines to AI agents with the addition of Kitaru, an open-source project with its own runtime, server, CLI, UI and documentation space, described by the company as a separate runtime for agents while ZenML remains focused on pipelines.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
GitHub commits (zenml-io/zenml)Aug 20268,927 commits
GitHub forks (zenml-io/kitaru)Aug 202617 forks
GitHub forks (zenml-io/zenml)Aug 2026654 forks
GitHub stars (zenml-io/kitaru)Aug 2026268 stars
GitHub stars (zenml-io/zenml)Aug 20265,600 stars
Public repositories in GitHub organizationAug 202685 repositories
Total funding raisedOct 2023$6.4M

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 5

launches, deals, and filings
Jan 2026
Kitaru, replay-based evaluation and durable runtime for AI agents

ZenML released Kitaru as an open-source sister project for AI agents, providing session recording via framework adapters or trace import, replay of runs against real code with recorded tool calls, immutable cohorts, configuration experiments, CI gating, and durable execution primitives with human-in-the-loop waits; distributed via pip install kitaru with a self-hosted server and workers.

source ↗

Oct 2023
ZenML secures additional $3.7M, taking seed round to $6.4M

ZenML announced an additional $3.7M led by Point Nine with follow-on from existing investor Crane and angels including Kaggle CEO D. Sculley, HashiCorp SVP R&D Harold Giménez and former Twilio ML director Luke de Oliveira, bringing total seed funding to $6.4M.

$3.7M source ↗

Oct 2023
ZenML Cloud managed service announced

Alongside its funding extension, ZenML announced ZenML Cloud, a managed service adding single sign-on, role-based access control and CI/CD integrations on top of the open-source framework.

source ↗

Jan 2023
Named one of Germany's 20 most promising AI startups

ZenML cited being named among Germany's 20 most promising AI startups.

source ↗

Dec 2021
ZenML raises $2.7M seed round led by Crane Venture Partners

The Munich-based MLOps framework company closed a $2.7M seed round led by Crane Venture Partners with participation from angel investors, to build out its open-source tooling suite and expand its team.

$2.7M source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Zenml do?
ZenML builds an open-source platform for ML and LLM pipelines, plus Kitaru, a replay-based runtime and evaluation tool for AI agents.
Who founded Zenml?
Zenml was founded by Adam Probst, Hamza Tahir in 2021.
Who are Zenml's investors?
Zenml's investors include AIX Ventures, Crane Venture Partners, Point Nine.
Where is Zenml headquartered?
Zenml is headquartered in Munich, DE.