K9X.ai Ecosystem

Architecture-first agentic AI systems — from requirements to execution

An evolving open-source ecosystem

← Back to K9-AIF

The K9X ecosystem is an open-source platform for building governed, enterprise-grade agentic AI systems. K9X Studio is the entry point — a visual designer and scaffold generator that runs from a single container. K9-AIF Framework is the foundation everything runs on.

K9X Platform Architecture

K9X is an evolving platform. Some components are in active development.

Components


Getting Started

Run K9X Studio locally with a single command:

Podman
podman run -d --name k9x_studio -p 8080:8080 -e K9X_PROJECTS_ROOT="/k9x/projects" -v ~/k9x-studio-working:/k9x/projects:Z ghcr.io/k9aif/k9x-studio:latest

Then open http://localhost:8080 — design your system visually, generate the scaffold, and run it against the K9-AIF framework.

To pull the latest image after a framework update, run ./pull.sh from the k9x-ecosystem root.


Repositories