Install the runtime. Apache-2.0.
The Kortecx runtime is open-source and installs today — one FFI-free binary, single-node by default. Pick an install method, then run your first agent in seconds.
curl -fsSL https://raw.githubusercontent.com/Kortecx/kortecx/main/scripts/install.sh | shLinux x86_64/arm64 · macOS arm64 · SHA-256 verified · no sudo
kx --versionThe single kx binary is the runtime's entrypoint: run · replay · serve · digest and more.
Run a workflow, crash it mid-commit, then replay — and watch the digest come back identical. Committed work is re-read, not re-run: exactly-once delivery with transparent recovery.
Open the quickstartLocal LLM inference is opt-in (Tier 1): it builds llama.cpp, so it needs a C++ toolchain. GPU offload uses Metal on Apple silicon; CUDA is cloud-only. The default install is FFI-free and needs none of this — reach for local inference only when you want a model running on your own machine.
Read the docs, or grab the source.
Need managed capacity? Join the cloud waitlist.