Kitops
An open source DevOps tool from the CNCF for packaging and versioning AI/ML models, datasets, code, and configuration into an OCI Artifact.
Install / Use
/learn @kitops-ml/KitopsREADME
KitOps: Standards-based packaging & versioning for AI/ML projects
Table of Contents
- What is KitOps?
- Try KitOps
- How Teams Use KitOps
- KitOps Architecture
- Security and Compliance
- KitOps by Role
- Integrations
- Community and Support
What is KitOps?
KitOps is a CNCF open source tool for packaging, versioning, and securely sharing AI/ML projects.
Built on the same OCI (Open Container Initiative) technology that underlies containers, KitOps packages everything your model needs for development or production into a versioned and layered artifact stored in your existing container registry. It integrates with all your AI/ML, CI/CD, and DevOps tools.
As part of the Kubernetes AI/ML technology stack, KitOps is the preferred solution for packaging, versioning, and managing AI assets in security-conscious enterprises, governments, and cloud operators who need to self-host AI models and agents.
KitOps and the CNCF
KitOps is governed by the CNCF (the same organization that manages Kubernetes, OpenTelemetry, and Prometheus). This video provides an outline of KitOps in the CNCF.
KitOps is also the enterprise implementation of the CNCF ModelPack specification for a vendor-neutral AI/ML interchange format. The Kit CLI supports both ModelKit and ModelPack formats transparently. Contributing companies to ModelPack include Red Hat, PayPal, ANT Group, and ByteDance.
Try KitOps in Under 15 Minutes
- Install the CLI: for MacOS, Windows, and Linux.
- Pack your first ModelKit: Either:
- Import from HuggingFace: Pull models directly from HuggingFace into a ModelKit with HuggingFace Import.
- Navigate to your project directory and run
kit init .to auto-generate a Kitfile, then follow the Getting Started guide to pack, push, and pull.
- Push it to your registry: Use
kit pushto start using your existing enterprise registry as a secure and curated registry for AI agents, models, and MCP servers. - Explore pre-built ModelKits: Try quick starts for LLMs, computer vision models, and more.
For those who prefer to build from source, follow these steps to get the latest version from our repository.
How Teams Use KitOps
Level 1: Production Handoff
Most teams start by using KitOps to version a model or agent when it's ready for staging or production. ModelKits serve as immutable, self-contained packages that simplify CI/CD deployment, artifact signing, AI SBOM creation, and deployment / rollback. This prevents unknown AI workloads from entering production and keeps datasets, model weights, and config synced and trackable.
Learn more: CI/CD integration
Level 2: Model Security
Teams in regulated industries use KitOps to scan and gate models before they reach production. Build a ModelKit, sign it with Cosign, run security scans, attach reports as signed attestations, and only allow attested ModelKits to move forward. KitOps provides a security and auditing layer on top of whatever tools you already use.
Learn more: Securing ModelKits
Level 3: Full Lifecycle Versioning
Mature teams extend KitOps to development. Every milestone (new dataset, tuning checkpoint, retraining event) is stored as a versioned ModelKit. One standard system (OCI) for every model version, with tamper-evident and content-addressable storage.
Learn more: How KitOps is Used
KitOps Architecture
ModelKit
KitOps packages your project into a ModelKit - a self-contained, immutable bundle that includes everything required to reproduce, test, or deploy your AI/ML model.
ModelKits can include agents, model weights, MCP servers, datasets, prompts, experiment run results and hyperparameters, metadata, environment configurations, code, and more.
ModelKits are:
- Tamper-proof - Every component protected by SHA-256 digests, ensuring consistency and traceability
- Signable - Full Cosign compatibility for cryptographic verification
- Compatible - Natively stored and retrieved in all major OCI container registries
- Selectively unpacked - Pull only the layers you need (just the model, just the dataset, etc.)
KitOps can also create ModelPack-compliant packages using the CNCF model-spec format. Both formats are vendor-neutral standards, and Kit commands (pull, push, unpack, inspect, list) work transparently with both.
ModelKits elevate AI artifacts to first-class, governed assets, just like application code.
Kitfile
A Kitfile defines where each artifact lives in your ModelKit. You can generate one automatically with kit init.
Kit CLI
The Kit CLI lets you create, manage, run, and deploy ModelKits. Key commands include:
kit pack- Package your project into a ModelKit (add--use-model-packfor ModelPack format)kit unpack- Extract all or specific layers from a ModelKitkit push/kit pull- Share ModelKits through any OCI registrykit init- Auto-generate a Kitfile from an existing project directorykit diff- Compare differences between two ModelKitskit list- List available ModelKits and ModelPackskit inspect- View the contents of a ModelKit without unpacking
PyKitOps Python SDK
The PyKitOps library lets data scientists work with ModelKits in Python. Use it to pack, push, pull, and inspect ModelKits without leaving your favorite tool's workflow.
Watch KitOps in Action
This video shows how KitOps streamlines collaboration between data scientists, developers, and SREs using ModelKits.
Security and Compliance
KitOps provides artifact and project metadata for organizations that need to establish and maintain chain-of-custody and provenance for their AI/ML assets:
- Immutable digests - Every ModelKit component is SHA-256 hashed. Any modification to any file is detected via OCI digest verification when the artifact is pulled or fetched, and the tampered artifact is rejected.
- Cryptographic signatures - Sign ModelKits with Cosign (key-based or keyless via OIDC). Unsigned or tampered ModelKits can be blocked in CI/CD.
- AI Bill of Materials - ModelKits provide a structured inventory of all components (model weights, datasets, code, configs) with version tracking, serving as the foundation for AI SBOMs.
- Transparency logging - Combine with Rekor for append-only signature records.
- Audit-ready lineage - Full version history from experiment through staging to production, stored in your OCI registry.
These properties make ModelKits suitable for compliance frameworks that require artifact integrity, provenance verification, and audit trails, including the EU AI Act, NIST AI RMF, ISO 42001, and similar regulatory requirements.
Learn more: Securing Your Model Supply Chain
KitOps is also used by Jozu Hub, that adds centralized policy administration, five-layer security scanning, signed attestations, and tamper-evident audit logs. Jozu Hub installs behind your firewall and works with your existing OCI registry in private cloud, datacenter, or air-gapped environments.
KitOps by Role
DevOps and Platform Engineers
- Use ModelKits in existing CI/CD pipelines with GitHub Actions, Dagger, and other systems
- Store and manage models in your current container registry
- Deploy to Kubernetes using the init container or KServe
- Build golden paths for secure AI/ML deployment
Data Scientists
- Package datasets and models without infrastructure hassle using
kit packor the PyKitOps SDK - Import models from HuggingFace into governed ModelKits
- Track experiments with MLFlow integration
Developers
- Use AI/ML models like any dependency with standard tools and APIs
- Pull only the laye
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

