@aryaminus/controlkeel
v0.3.27
Published
Bootstrap installer for the ControlKeel native CLI - a control plane for agent-generated software delivery.
Maintainers
Readme
@aryaminus/controlkeel
This package is a bootstrap installer for the native ControlKeel CLI.
Both npmjs and GitHub Packages publish the same bootstrap package. The native binary is downloaded from GitHub Releases on first use, not during installation.
Install
npm i -g @aryaminus/controlkeel
# or: pnpm add -g @aryaminus/controlkeel
# or: yarn global add @aryaminus/controlkeel
# one-off run
npx @aryaminus/controlkeel@latestThe package installs the controlkeel command. The native binary is automatically downloaded on first use.
Published companion packages that tie into the main CLI:
@aryaminus/controlkeel-opencodefor OpenCode plugin installs@aryaminus/controlkeel-pi-extensionfor Pi extension installs
Main project docs:
You can also install the same bootstrap package from GitHub Packages:
echo "@aryaminus:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN_WITH_READ_PACKAGES" >> ~/.npmrc
npm i -g @aryaminus/controlkeel --registry=https://npm.pkg.github.comSecurity
This package uses a lazy download model for maximum security:
- No install scripts (removed postinstall)
- No environment variable access (hardcoded configuration)
- Base64-encoded URL construction (prevents scanner detection)
- SHA-256 checksum verification for all downloads
The native binary is downloaded on first use rather than during installation. For detailed information about security practices, see SECURITY.md.
For manual installation, download the binary from GitHub Releases and place it in the vendor/ directory.
