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
curl -1sLf \
'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
| sudo -E distro=ubuntu codename=focal bash
# Refresh repository sources and install Insomnia
sudo apt-get update
sudo apt-get install insomnia
You can also download the older year-versioned Debian packages or the latest Debian packages directly from our package hosting.
sudo snap install insomnia
There's also an 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.