You can install the CLI with a curl
utility script or by downloading the binary from the releases page. Once installed you’ll get the komiser
command.
Linux
wget https://cli.komiser.io/latest/komiser_Linux_x86_64 -O komiser
Windows
wget https://cli.komiser.io/latest/komiser_Windows_x86_64.zip
tar -xf komiser_Windows_x86_64.zip
Mac OS X
For ARM architecture (M1 & M2 Chip)
wget https://cli.komiser.io/latest/komiser_Darwin_arm64 -O komiser
For AMD architecture (Intel Chip)
wget https://cli.komiser.io/latest/komiser_Darwin_x86_64 -O komiser
Note
Make sure to add the execution permission to Komiser chmod +x komiser
.
Homebrew installation
brew update
brew tap tailwarden/komiser
brew install komiser
# Make sure you are running the newest version of Komiser:
brew update
brew reinstall komiser
Komiser CLI installation video