🗄️
Zero Infrastructure
Your OCI registry is the package server. No taps, no Artifactory.
A fast cross-platform package manager designed to manage tools with ease and confidence.
Early Development
OCX is in early development. The CLI is functional but APIs may change.
Install ocx with a single command:
curl -fsSL https://ocx.sh/install.sh | shirm https://ocx.sh/install.ps1 | iexSync the package index and run your first package:
ocx index update nodejs bun uv corretto
ocx exec uv:0.10 -- uv --versionInstall, pin, and switch between versions:
ocx install --select corretto:21 # install and activate
ocx exec corretto:21 -- java -version # run with clean environment
ocx install --select corretto:25 # upgrade in one commandCompose multiple tools with isolated environments:
ocx exec nodejs:24 bun:1 -- bun --versionThat's it. No formulas, no plugins, no runtime dependencies. Get started →