ReferenceCLI
CLI Overview
The Kizaki CLI covers app creation, local development, schema changes, deployment, and operational access.
Install
Public installs are now thin-bootstrap installs:
# macOS (Homebrew)
brew install kizakicorp/tap/kizaki
# macOS or Linux (direct installer)
curl -fsSL https://get.kizaki.ai/install.sh | shThe installer places the standalone kizaki binary on disk. The first kizaki init, kizaki dev, kizaki compile, or editor sync flow downloads the exact matching managed runtime into ~/.kizaki/toolchains/<cli-version>/<platform>/ and updates the stable ~/.kizaki/toolchain symlink.
Useful install-health commands:
kizaki version --json
kizaki toolchain status
kizaki toolchain repair
kizaki doctorSupported public installs today:
- macOS 13+ on arm64 and amd64
- Ubuntu 22.04+ on amd64
- Debian 12+ on amd64
Windows is not part of the public install path yet.
Command Groups
The CLI is organized into five command groups:
version,toolchain,doctor,init, anddev— install health and local developmentcompileandmigrate— schema workflowsdeploy,env,secrets,logs— environments and operationslogin,keys,api-keys— access control
Typical Lifecycle
- Install
kizaki kizaki init— scaffold the projectkizaki dev— build locallykizaki compile+kizaki migrate— evolve the schemakizaki deploy— ship to staging or productionkizaki secrets,env,logs,keys,api-keys— operate in shared environments
The reference pages follow this progression: