Install the CLI
-
Install the Kiro CLI for your platform.
Install natively at the command line:
Terminal window curl -fsSL https://cli.kiro.dev/install | bashOpen Windows Terminal (or any PowerShell terminal) and run:
Terminal window irm 'https://cli.kiro.dev/install.ps1' | iexThe install script is cross-platform. The same one-liner works on Linux and installs the binary to
~/.local/bin:Terminal window curl -fsSL https://cli.kiro.dev/install | bashAlternatives
Prefer a portable AppImage? Download it, make it executable, and run it:
Terminal window curl -fsSL -o kiro-cli.appimage \https://desktop-release.q.us-east-1.amazonaws.com/latest/kiro-cli.appimagechmod +x kiro-cli.appimage./kiro-cli.appimageOn Ubuntu, you can install the
.debpackage instead:Terminal window wget https://desktop-release.q.us-east-1.amazonaws.com/latest/kiro-cli.debsudo dpkg -i kiro-cli.debsudo apt-get install -fkiro-cli -
Kiro will direct you to open your web browser to authenticate. Follow the sign-in steps to connect your account.
-
Verify the install. You should be ready to start a chat session:
Terminal window kiro-cli doctorA healthy setup prints
Everything looks good!. If something is off, follow the prompts to resolve it. You’re ready to start your first session.