Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zenovay/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Zenovay CLI
The Zenovay terminal — AI install wizard, live analytics, and full MCP integration.
Install
# one-liner (macOS, Linux, Windows via WSL/Git Bash)
curl -fsSL https://cli.zenovay.com/install.sh | sh
# Windows PowerShell 7+
iex ((iwr https://cli.zenovay.com/install.ps1).Content)
# npm
npm install -g @zenovay/cli
# one-shot install wizard
npx @zenovay/wizardCommands
zenovay init # AI install wizard — adds tracking to your codebase
zenovay login # OAuth device flow — works over SSH, in IDE terminals, in CI
zenovay ai # 3-mode AI assistant (install / chat / MCP management)
zenovay watch # live TUI dashboard
zenovay events tail # stream every analytics event in real time
zenovay health # self-diagnostic
zenovay doctor # AI-assisted self-healing
zenovay update # manual update (auto-update runs implicitly)Every command supports --json / --ndjson for piping. Auto-detects CI=true and headless stdout.
Documentation
- CLI reference: https://docs.zenovay.com/cli
- Changelog: https://cli.zenovay.com/changelog
- Feedback: https://cli.zenovay.com/feedback
Status
Private repository. Compiled binaries are public; source is not.
Licensed under the Zenovay CLI License — see LICENSE.