Installation
Via curl (macOS/Linux):
curl -fsSL https://ocx.kdco.dev/install.sh | bashVia npm (all platforms including Windows):
npm install -g ocxManual download:
Download the appropriate binary for your platform from the assets below.
Checksums
SHA256 checksums are provided for each binary. Verify with:
sha256sum -c SHA256SUMS.txt[1.4.3] - 2026-01-24
✨ Features
-
cli: Add self uninstall command (#102) by @kdcokenny in #102(d600e86)
-
cli: Expand error case test coverage (#104) by @kdcokenny in #104(2ce93ed)
-
cli: Add profile move command (#105) by @kdcokenny in #105(5c5e593)
-
Overhaul README with profiles-first structure (#106) by @kdcokenny in #106(4b4ff23)
-
registry: Add kit registry with omo starter profile by @kdcokenny(524f320)
-
Feat(cli): Remove profile target restrictions, add battle-tested path by @kdcokenny(65a7343)
🐛 Bug Fixes
-
cli: Use actionCommand to detect self update in postAction hook (#101) by @kdcokenny in #101(58aabfa)
-
cli: Registry validation and init command improvements by @kdcokenny(7f34376)
-
registry: Use local workspace CLI for builds by @kdcokenny(882a352)
-
Use runCLIIsolated in self-uninstall tests by @kdcokenny(41bcc4f)
📚 Documentation
- Add guides index and link from README demo by @kdcokenny(ababa66)
🧹 Chores
-
registry: Rename worker to ocx-kit by @kdcokenny(7e38073)
-
Bump version to 1.4.3 by @kdcokenny(d5ab95a)
Full Changelog: v1.4.2...v1.4.3