aiboterx
v0.1.2
Published
AIBoter-packaged Codex CLI with local config bootstrap.
Readme
aiboterx
aiboterx is a standalone Codex CLI launcher prepared for AIBoter deployments.
Goals
- Do not depend on
@openai/codexat runtime. - Use AIBoter-managed platform binary packages instead of the official npm package.
- Initialize
~/.codex/auth.jsonand~/.codex/config.tomlwith AIBoter defaults. - Let users run
aiboterxdirectly after global install.
Commands
aiboterx
aiboterx init
aiboterx init --force
aiboterx auth <your_api_key>
aiboterx doctorPublish
npm login
npm publish --access publicPlatform packages
The root package is intended to be published together with:
aiboterx-darwin-arm64aiboterx-darwin-x64aiboterx-linux-arm64aiboterx-linux-x64aiboterx-windows-arm64aiboterx-windows-x64
Notes
These packages redistribute Codex native binaries derived from the OpenAI Codex CLI project. Review the Apache 2.0 license and your distribution obligations before publishing.
