How to convert appium project to executable file

I need to upload my automated project to cloud and run the suite n no. of time and also it can be access by let say 10 people and they can also run parallel. Like n no. of people access Amazon or other website at same time.

Is it possbile?

Or

how to create jar/ some executable for appium project so that any one can use it in their laptop or desktop?

if you do not share your code you need create “fat” jar. depending on your project e.g. maven or something can be different ways.