Has anyone run your julia code on a cloud server?

Do you run it with the source code there? Are you concerned about losing your code? Seems like julia code can not be compiled easily, what can you do when you need to distribute your program?

Not really, I have it on my local machine, and various backups.

Sorry, I didn’t mean being concerned about the code being erased. I asking about it being stolen.

If you have intellectual property that is very valuable, then general considerations (that are not Julia specific) apply: I guess you should check the terms of service of your cloud provider (and then consult your lawyer) and, in parallel, hire a IT security expert.

Distributing a binary is pretty much an orthogonal concern. A determined attacker can always reverse-engineer your algorithm. Nowadays software that embodies valuable intellectual property is usually delivered as a service, not as a binary.