Better installers for macOS and (especially) win32.
The macOS .dmg installer is code-signed, so should install without issues.
The win32 .msi installer is not (yet) code-signed, so you'll need to authorize it to run and install. A shortcut to the installed SLIP-39 executable is placed on the desktop.
For macOS, install the `SLIP-39-8.1.2.dmg`, and run `SLIP-39` from /Applications; for Windows, install the `slip39-8.1.2-win64.msi`, and run the `SLIP-39` shortcut on the Desktop.
On Linux, ensure you're running Python 3.9 (or later), run `python3 -m pip install slip39[gui,paper]`, and then run `slip39-gui` from the command-line.