One-Liner series: Kiro Cli
Install on Linux/macOS
curl -fsSL https://cli.kiro.dev/install | bash
Important note on Amazon Q CLI
If Amazon Q CLI was already installed, running the script above would result in:
Kiro CLI installer:
Detected existing Amazon Q CLI installation
Kiro CLI is the new version of Amazon Q CLI. Updating to latest version.
⚠️ Q CLI at /usr/bin/q does not support auto-update. Please uninstall it and rerun this script to install Kiro CLI.
To uninstall Q CLI, run:
sudo apt remove amazon-q
If succeeded, run the kiro-cli script again:
curl -fsSL https://cli.kiro.dev/install | bash
It should install Kiro CLI:
Kiro CLI installer:
Downloading package...
✓ Downloaded and extracted
✓ Package installed successfully
🎉 Installation complete! Happy coding!
Next steps:
Use the command "kiro-cli" to get started!
This script would install Kiro Cli into current user’s .local/ directory:
which kiro-cli
/home/******/.local/bin/kiro-cli
Update
kiro-cli update