Insomnia is available on macOS, Windows, and Linux. If you haven’t already downloaded Insomnia, visit the Download Page.
brew install --cask insomnia
apt-get
:
curl -1sLf \
'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
| sudo -E distro=ubuntu codename=focal bash
2. 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
You can also run a AppImage package as an executable.
/tmp
folder must allow executionsystemctl restart snapd.service
To roll back to a previous Insomnia version, download the version from the GitHub Releases. This is only intended for debugging and emergencies, as the app will try to update itself after it launches.