Reqest: If possible, make for Aarch64/Arm64
Is that possible? As of writing, I don't think it is, since there isn't a version of Discord for Aarch64/Arm64
Why do you need a release? Just use source and npm/nodejs
Why do you need a release? Just use source and npm/nodejs
Because some people can't do that, and rely on there being a binary executable file.
For instance: If the program is on a USB key/stick drive, and you use it from a library or school or friend's computer. You're not going to want to, or be able to, put all that garbage on their computer just to be able to use the program.
The executable version is purely portable. Anything else is not.
Why do you need a release? Just use source and npm/nodejs
Because some people can't do that, and rely on there being a binary executable file.
For instance: If the program is on a USB key/stick drive, and you use it from a library or school or friend's computer. You're not going to want to, or be able to, put all that garbage on their computer just to be able to use the program.
The executable version is purely portable. Anything else is not.
You can have source node/npm (aka portable node/npm) so your reasoning is completely false.