Host Application Installation
The Looking Glass Host application captures frames from the guest OS using a capture API, and sends them to the client—be it on the host OS (hypervisor) or another Virtual Machine—through a low-latency transfer protocol over shared memory.
You can get the host program in two ways:
Download a pre-built binary from https://looking-glass.io/downloads (Recommended)
Download the source code as described in Building, then build the host.
For Linux
While the host application can be compiled and is somewhat functional for Linux it is currently considered incomplete and not ready for usage. As such use at your own risk and do not ask for support.
For OSX
Currently there is no support or plans for support for OSX due to technical limitations.
For Windows
To begin, you must first run the Windows VM with the changes noted in the libvirt/QEMU Installation section.
Installing the IVSHMEM driver
Since B6 the host installer available on the official Looking Glass website comes with the IVSHMEM driver and will install this for you. If you are running an older version of Looking Glass please refer to the documentation for your version.
Installing the Looking Glass service
After installing your IVSHMEM driver, we can now install the Looking Glass Host onto our Windows Virtual Machine.
First, run
looking-glass-host-setup.exe
as an administrator (Why?)You will be greeted by an intro screen. Press
Next
to continue.You are presented with the GPLv2 license. Please read and agree to the license by pressing
Agree
.You can change the install path if you wish, otherwise press
Next
to continue.You may enable or disable options on this screen to configure the installation. The default values are recommended for most users. Press
Install
to begin installation.After a few moments, installation will complete, and you will have a running instance of Looking Glass. If you experience failures, you can see them in the install log appearing in the middle of the window.
Press
Close
to exit the installer.
Command line users can run looking-glass-host-setup.exe /S
to execute a
silent install with default options selected. Further configuration from the
command line can be done with flags. You can list all available flags by
running looking-glass-host-setup.exe /?
.