Metadata-Version: 2.5
Name: oknoll-runtime
Version: 0.4.0a1
Summary: OpenKnoll local runtime: content-addressed store, OkNoll OCI images, catalog, locators
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=2.0
Requires-Dist: okf-core==0.4.0a1
Requires-Dist: platformdirs>=4.0
Requires-Dist: starlette>=0.40
Requires-Dist: uvicorn>=0.30
Description-Content-Type: text/markdown

# oknoll-runtime

The OpenKnoll local runtime: a machine-level content-addressed store for
OkNoll images (OCI artifacts whose payload is one OKF bundle), deterministic
image build/save/load, the sqlite catalog of installed bundles, the unified
bundle locator parser, platform directory resolution, and the local
multi-bundle daemon — one loopback endpoint serving a minimal web UI, an
HTTP/JSON API, and MCP Streamable HTTP over every installed bundle, with a
bearer-token/loopback-origin security posture.

Everything here is local and offline; registry and cloud clients build on top
of it. Usually consumed through the
[`oknoll`](https://pypi.org/project/oknoll/) CLI.
Part of [OpenKnoll](https://github.com/openknoll/oknoll-python).
