OKF Harness now has a switchboard for installing the shared runtime and native agent integrations from one setup flow, include Claude Code, Codex, OpenCode, Pi, Hermes Agent, and OpenClaw.
Install
macOS and Linux:
curl -fsSL https://okf-harness.dev/install.sh | shWindows:
iwr https://okf-harness.dev/install.ps1 | iexFor single-agent native install paths, see the README.
What changed
- Added the universal setup flow through
@okf-harness/setup, with Node.js 22+ checks, detected agent integrations, an auditable setup plan, explicit runtime install/update steps, and post-installokfh doctor --jsonverification. - Added v0.6 native integration coverage for Claude Code, Codex, OpenCode, Pi, Hermes Agent, and OpenClaw, while keeping the high-frequency
okf-harnessworkflow workspace-local. - Published
@pumblus/okf-harnessas the native bootstrap package for host-native installs that need an npm-backed package surface. - Removed hidden CLI-package postinstall writes, so agent configuration changes now happen through setup or native host installation instead of npm install side effects.
- Expanded release smokes for tarball contents, installer script sources, marketplace installs, OpenCode registry install, and separated runtime/native/legacy/workspace doctor checks.
Notes
- This is the v0.6 install milestone: setup and native integrations are now the primary public install story.
- Node.js 22 or newer is required. Setup does not install Node.js, does not run
sudo, and does not create the first OKF Harness workspace. - Installer scripts are attached to this GitHub Release; native and direct CLI-only commands stay in the docs rather than the release Install section.