Skip to main content

Hypervnc Install Guide

Installing Docker#

To start using Hypervnc we need to install Docker Engine.

First time setup#

  • Download and install Docker Desktop from https://www.docker.com/products/docker-desktop
    • If you already have Docker installed, make sure you are running the latest version, click Check for Updates from the Docker app next to your Wifi/Clock icons.
  • Install macOS package manager Homebrew from https://brew.sh
    • To install Homebrew just need to run the following command in your macOS terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Use Homebrew To Install Apps#

Install Pulseaudio server#

Pulseaudio allow us to hear sound from within the Hypervnc Docker session. To install Pulseaudio run the following command in your macOS terminal:

brew install pulseaudio

Using the Hypervnc service#

At this point we should have a working Docker Engine. Head to Hypervnc User Guide to start using the service.