You can configure osquery to execute periodic queries (scheduled queries) of all kinds: computing md5 of your binaries and other files, taking a snapshot of sockets/connections per process, and so on.
By default, osquery uses glog, which means it'll output the results to a local file that you can ship anywhere you want. There's also logging plugins to help you push the results of scheduled queries to other systems.
Once you have that data flowing through your pipelines you can start doing security/anomaly detection on things.
But do you need an installation of osquery on the remote machines too? Or some kind of remote agent? Or does it just try to login to each remote machine over e.g. SSH?
You'll recall that the first iPhone was exclusive to AT&T so it feels a little like they came through on this promise. Apple might deserve a little of the credit, I suppose.
My first encounter with virtual desktops was on AfterStep, and later on I migrated to Window Maker as it was becoming more popular in Brazil. But I think CDE had virtual desktops long before. https://en.wikipedia.org/wiki/Common_Desktop_Environment
In 2002 Fabrice Bellard (author of ffmpeg, kvm, etc) won The International Obfuscated C Code Contest with a tiny obfuscated C compiler, which later became tcc, the tiny c compiler: http://bellard.org/otcc/