Can I do a multi-desktop application in Elixir?

You can probably do build a release of both since windows .bat and .exe files do not conflict with the Linux binaries. But if you need to package for macOS as well it’s getting more involved as you’ve got to follow the mac app packaging rules.

I did not try creating a hybrid package ever. But have scripts to create one package each for windows, linux and macOS (each on a different vm). There is still some cleanup to do though before I can publish those scripts.

Best