Yes, I've read https://datascience.stackexchange.com/questions/23100/is-there-an-orange-server-to-deploy-the-models-developed-in-orange-3 .
What I mean I do not have to have Orange server (though obviously it would be nice to have it), but rather I would like to deploy the model developed in Orane somehow, e.g. replace an input data file and rerun the model built in Orange from command line to get some predictions out (or import Orange in Python code, load the model and tell it to use new set of data and get prediction out of it, which would be even better).