Desktop Application over a Local Area Network

Is it possible to install a Xojo Desktop Application in one of the systems in a Local Area Network and use it from any other workstation in the same LAN ?
if so how ?

It works in Windows. Just put the application and it’s Libs and Resources folders in a shared folder. Launching the application may be slow because the network is usually slower than your local hard drive. And there could be problems with shared data files.

For macOS it’s essentially the same, except as the application contains all the needed components, the application is all you need to put on the other system. Just mount the remote disk and double-click the app in the usual way.

It also depends on the security policies applied by the administrator.