Skip to content

LambdaTest/kane-cli

kane-cli

Browser automation CLI for KaneAI — AI-powered testing by LambdaTest. Run automated browser tasks using natural language objectives from your terminal.

npm version License Platforms

Quick Start

npm install -g @testmuai/kane-cli
kane-cli login
kane-cli run

Installation

npm (recommended)

npm install -g @testmuai/kane-cli

Homebrew (macOS / Linux)

brew install LambdaTest/kane/kane-cli

Shell script

curl -fsSL https://raw.githubusercontent.com/LambdaTest/kane-cli/main/install.sh | sh

Installs a specific version:

curl -fsSL https://raw.githubusercontent.com/LambdaTest/kane-cli/main/install.sh | sh -s -- --version 0.2.0

Requires Node.js 18+ and npm. The script delegates to npm install -g @testmuai/kane-cli so you get the same install as the npm method above. For an install that doesn't need Node, use Homebrew.

Supported platforms

Platform Architecture Status
macOS ARM64 (Apple Silicon) Signed + notarized
Linux x64 Signed (OpenSSL)
Windows x64 Signed (Authenticode)

Signature verification

macOS

Automatic — macOS Gatekeeper verifies the Apple notarization on first launch.

Linux

curl -LO https://github.com/LambdaTest/kane-cli/releases/latest/download/kane-cli-linux-x64.sig
curl -LO https://github.com/LambdaTest/kane-cli/releases/latest/download/public_key.pem

openssl dgst -sha256 -verify public_key.pem -signature kane-cli-linux-x64.sig kane-cli-linux-x64

Windows

Automatic — Windows SmartScreen verifies the Authenticode signature.

Usage

# Login to your LambdaTest account
kane-cli login

# Start a test session
kane-cli run

# Check version
kane-cli --version

AI Agent Skill

Teach your AI coding agent how to use kane-cli by installing the skill:

Setup guide: testmuai.com/kane-cli/agents.md

Or install via npx:

npx @testmuai/kane-cli-skill

This installs the kane-cli skill for Claude Code, Codex CLI, and Gemini CLI.

Updating

kane-cli checks for updates automatically (once per 24h, non-blocking). When an update is available:

Update available: 0.1.0 → 0.2.0 — run `npm install -g @testmuai/kane-cli`

Or update manually:

# npm
npm update -g @testmuai/kane-cli

# Homebrew
brew upgrade kane-cli

# curl installer
curl -fsSL https://raw.githubusercontent.com/LambdaTest/kane-cli/main/install.sh | sh

Contributing

See CONTRIBUTING.md for how to contribute. We welcome improvements to documentation and skills.

Reporting issues

Found a bug or have a feature request? Open an issue.

Security

To report a security vulnerability, see SECURITY.md.

Changelog

See CHANGELOG.md for release history.

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors