Insomnia is available on macOS, Windows, and Linux. If you haven’t already downloaded Insomnia, visit the Download Page.
brew install --cask insomnia
.exe
. Double click the installer file to install Insomnia in your existing filesystem. This option is recommended, as it will enable automatic app updates.
apt-get
.
# Add to sources
echo "deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all" \
| sudo tee -a /etc/apt/sources.list.d/insomnia.list
# Refresh repository sources and install Insomnia
sudo apt-get update
sudo apt-get install insomnia
You can also download the latest Debian package.
sudo snap install insomnia
There's also a portable AppImage package that can be run directly as an executable.
/tmp
folder must allow executionsystemctl restart snapd.service
To roll back to a previous Insomnia version, download the version from GitHub Releases. This process is only intended for debugging and emergencies, as the app will try to update itself after it launches.