Install
Everything runs on your machine. Pick an install path — they all install the same core ceo binary.
Quick Install Script
The fastest way to get started on Linux or macOS. Installs ceo to ~/.ceoinabox/bin.
curl -fsSL https://ceoinabox.xyz/install | bash
Package Managers
Install globally using Bun or NPM, or via Homebrew on macOS.
Bun / NPM
Requires Node 18+ or Bun 1.0+.
bunx @ceoinabox/cli
Homebrew (macOS)
Available via our custom tap.
brew install ceoinabox/tap/ceoinabox
Desktop Application
The native Tauri builds for Linux, macOS, and Windows are published with each release on GitHub. The desktop app embeds the runtime entirely, requiring no Node.js dependency.
Fetching latest stable release...
Build from Source
For developers who want to contribute or build the latest unstable version directly from the repository.
git clone https://github.com/millsydotdev/CEO-in-a-Box
cd ceoinabox
bun install
bun run apps/cli/src/index.ts # launches the TUI