Kane CLI is published to the public npm registry as
@testmuai/kane-cli. Install it globally with npm to get the kane-cli command on your PATH.
Install
Kane CLI requires Node.js 18 or higher and Google Chrome installed on your system. Chrome is used as the automation browser and is launched automatically when you run a test.
Verify
bin directory. Open a new terminal or update PATH, then try again.
Platform Support
| Platform | Architecture | Supported |
|---|---|---|
| macOS | Apple Silicon (ARM) | ✅ |
| macOS | Intel (x64) | ✅ |
| Linux | x64 | ✅ |
| Windows | x64 | ✅ |
Update
Kane CLI checks the npm registry once every 24 hours when you launch it. When a newer version is available, the CLI prints a one-line notification on startup with the current and latest versions. The check runs in the background and never blocks startup. Upgrade with:kane-cli --version to confirm the new version is active.
Uninstall
kane-cli binary but leaves your local data in place. Kane CLI stores credentials, configuration, sessions, and Chrome profile data under ~/.testmuai/kaneai/. To wipe that state as well:
Troubleshooting Installation
kane-cli: command not found after install
Your npm global bin directory is not in your PATH. Find it and add it: