node-applesign icon indicating copy to clipboard operation
node-applesign copied to clipboard

run this script on linux

Open davidmdt21 opened this issue 3 years ago • 1 comments

hey guys can we run this great script on Linux server ?

i dont ` have mac and i want sign some apps with this script on Linux ! i installed NodeJS on my linux server ! any body can please help to run Node-applesign on linux

davidmdt21 avatar Jun 23 '21 22:06 davidmdt21

Unfortunely applesign depends on few programs that are only provided by Apple for signing and managing the keychain. So it is not possible to run this on Linux out of the box right now.

The way applesign is designed it makes it very easy to replace those programs for other alternatives just providing the path to them in a config file. But it will require some work to mimic those apple programs to run on Linux. Mainly for the keychain management. For signing on Linux the last working option i experimented with some years ago was with a modified version of iSign, but that was never published and the code was far from clean.

It’s something planned in my queue for a long time but i didnt had time to priorize this yet. So any volunteer or contributions are welcome

radare avatar Jun 24 '21 17:06 radare