There's a closed pull request on the void-packages repository New package: insomnia-2021.2.1 https://github.com/void-linux/void-packages/pull/26647 Description: Closes #11311 Closes void-linux#23948 The patches that I have made are required because the nodejs build script will first try the `preinstall` script. Since the Void nodejs version is `12.18.4` instead of `12.18.3`, it will fail. I think the minor version bump is not worth dealing with `nvm` or `n` to get that specific version, but I can change this if need be. `ffmpeg` is required for the executable, but it provides this when creating the package. I have tested this with the `-Q` option. This is my first package, I mostly tried to build it around the Signal-Desktop package. Please let me know if anything can be better / needs to be changed :) I have been using this package quite frequently for work and it has been working great. NOTE: Insomnia now bundles their REST client and API designer into one application since the 2021.1.0 release. So this contains that.