https://github.com/spookyorange/kiro-linux-install
Install Kiro from a Tarball on your Linux machine, works on most distros, and makes Tarball installation a breeze!
https://github.com/spookyorange/kiro-linux-install
agent ai archlinux bash bash-script code editor fedora kiro kiro-dev kiro-ide linux sh shell tarball targz vscode
Last synced: 9 days ago
JSON representation
Install Kiro from a Tarball on your Linux machine, works on most distros, and makes Tarball installation a breeze!
- Host: GitHub
- URL: https://github.com/spookyorange/kiro-linux-install
- Owner: spookyorange
- License: agpl-3.0
- Created: 2025-08-09T15:28:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T15:40:27.000Z (2 months ago)
- Last Synced: 2025-08-09T17:35:34.718Z (2 months ago)
- Topics: agent, ai, archlinux, bash, bash-script, code, editor, fedora, kiro, kiro-dev, kiro-ide, linux, sh, shell, tarball, targz, vscode
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install tarball version of Kiro with just a basic script!
A script to very easily download and install the latest version of Kiro the glorious tarball way on your Linux machine!
Note: This installation script is by no means affiliated with Kiro project, or its maintainers.
Note: This project does not grant you access to Kiro escaping queue, if you got no signup code, you won't be able to register/login. Or does not give you any access that you didn't pay for. This script is basically just for installing Kiro using public resources to make tarball way a breeze for non-Debian/Ubuntu using GNU/Linux enjoyers!
## Prerequisites
* [git](https://git-scm.com/)
* [curl](https://github.com/curl/curl)## Usage
Clone the repo and run the script
```bashgit clone https://github.com/spookyorange/kiro-linux-install.git
cd kiro-linux-install
sh ./install.sh```
To remove the application(if it has been installed with this method)
```bashsh ./uninstall.sh
```
Updates are handled by running the install script again, you can just run the install script and all good!
```bashsh ./install.sh
```
## Details
The script will install the application in the following destinations if you have installed locally:
- ~/.tarball-installations/kiro
- ~/.local/bin/kiro
- ~/.local/bin/kiro-enhanced
- ~/.local/share/applications/kiro.desktop+ any places Kiro may have set as temporarily usable space, or just generally usable space in general.
## Tested Distros
- Fedora by Spookyorange
## Contributing
If you have a distro that you would like to add to the list of tested distros, please submit a pull request with the changes you made to the script and the distro you tested it on. If you find any bugs or problems, you can open an issue; or if you want to get your hands dirty, open up a PR!