Docs menuCLI Reference
Docs/Operate

CLI Reference

Run setup, manage services, install plugins and skills, inspect logs, and reset local state.

Commands

CommandPurpose
setupRun the first-use wizard and write local configuration
initInitialize local OpenNeko state
installInstall a trusted marketplace plugin or community skill from a git URL
removeRemove an installed plugin
listList installed plugins
doctorDiagnose environment and service issues
marketplaceManage marketplace sources
secretsManage local secrets
versionPrint CLI version
startStart the stack
stopStop the stack
statusShow service status
logsTail or inspect service logs
migrateRun database migrations
seedSeed demo or development data
resetReset local config or runtime state

Local mode

The persistent --local flag forces local execution. Plugin operations normally auto-proxy into the worker container when that is the correct runtime boundary.

Common diagnostics
openneko --local doctor
openneko status
openneko logs worker

Build from source

Contributors can run the monorepo directly. The source development path bootstraps packages, starts dependencies, migrates the app database, and runs the local dev server.

Source development
corepack enable
pnpm bootstrap
pnpm dev:up
(cd apps/openneko && go run ./cmd/openneko migrate)
pnpm dev

# Optional host-only helper CLIs
./scripts/install-clis.sh