Hi!
I don't think the program much cares which Application folder it goes into, just as long as it's accessible by the user since it also needs to be added to the Login Items for each other (which I can take of easily enough).
So it should be OK to go into the User's Application folder, but I'll have to make sure it goes into all users Application folder when they sign in the first time. That's why I was initially considering the /System/Application folder since it will be available to everyone and the script/command to push it would only have to be executed once.
Speaking of composer, I actually did have the thought of would it be possible to place the app into a PKG that could be deployed via Jamf? It's been a long time since I've done anything with custom PKG making, so I wasn't 100% sure of that either.
Thanks!
@frankp_mdm You should definitely look at creating a .pkg with Composer then.
And to clarify which Applications folder is which...
/Applications is the global Applications folder available to all users
The user specific Applications folders are located under /Users as /Users/username/Applications
The /System/Applications folder contains Apple's standard apps and isn't modifiable (technically as of Big Sur there's a volume name as part of that path, but /System/Applications still works)