Automated installer for Kiro, an AI-powered development environment. This repository provides scripts to easily install, update, and manage Kiro on any Linux distribution.
The easiest way to install Kiro is using our clone-and-install script:
curl -fsSL https://raw.githubusercontent.com/abhilashiig/kiro-ide-linux-installation/main/clone-and-install-kiro.sh | bashThis single command will:
- Clone this repository to a temporary directory
- Run the installation script automatically
- Clean up temporary files when done
./clone-and-install-kiro.shInstalls Kiro to /opt/kiro (requires sudo)
./clone-and-install-kiro.sh --userInstalls Kiro to ~/.local/share/kiro (no sudo required)
./clone-and-install-kiro.sh --forceReinstalls even if the same version is already installed
./clone-and-install-kiro.sh --updateThe script automatically checks for updates and installs the latest version
# Remove installation only
./clone-and-install-kiro.sh --uninstall
# Remove installation and user data
./clone-and-install-kiro.sh --uninstall --cleanThe installation script handles everything automatically:
- Downloads the latest Kiro release
- Checks and installs required dependencies
- Sets up proper file permissions
- Creates desktop entries for easy access
- Configures system paths
- Manages version updates
For more installation options, run:
./clone-and-install-kiro.sh --helpWorks on all major Linux distributions:
- Ubuntu/Debian
- Fedora/CentOS/RHEL
- Arch Linux
- openSUSE
- And more
git(for cloning the repository)curlorwget(for downloading)bash(for running the scripts)
The installer will automatically check and install other required dependencies.
This installer script is provided as-is. Kiro itself is a product of AWS and subject to its own licensing terms.