Install Insomnia on Windows

Uses: Insomnia
Related Documentation
Minimum Version
Insomnia - 11.3.0
TL;DR

Go to the latest Insomnia release on GitHub and download Insomnia.Core-nsis-11.6.0.exe file.

Prerequisites

To install and run Insomnia on Windows, you need Windows 10 or later.

Insomnia for Windows offers two types of installs:

  • Desktop Install: Run the installation application and follow the steps in the installation wizard.
  • Silent Install: Run the application from the command line with the /S argument and optional parameters to install without user interaction.

Install Insomnia

FAQs

To specify a custom directory, add /D=path:

Insomnia.Core-nsis-11.6.0.exe /S /D=C:\Insomnia

You can use the /D= flag if you want to change the default installation path.
If not specified, Insomnia installs to the following directories:

  • System-wide installation: C:\Program Files\Insomnia
  • Per-user installation: C:\Users\$USERNAME\AppData\Local\Programs\Insomnia

Use /D=your_path only when you want to specify a custom installation directory.

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!