Download the desktop app

Proctor runs as a native app on your own machine. Install it before your session starts — it takes about a minute, and you can remove it afterwards.

Every file's SHA-256 is listed below, taken from the signed release manifest, so you can check what you downloaded.

macOS

Not published yet

macOS will warn that the publisher cannot be verified the first time you open the app: the platform certificate is not in place yet. Compare the SHA-256 below before you continue.

There is no published build for this platform yet. Check back, or ask the team who invited you.

System requirements

macOS 14.0 or newer

  • Apple silicon or Intel (universal build).
  • Screen Recording and Microphone permission are granted by the candidate, per session.

Windows

Not published yet

Windows will warn that the publisher cannot be verified the first time you open the app: the platform certificate is not in place yet. Compare the SHA-256 below before you continue.

There is no published build for this platform yet. Check back, or ask the team who invited you.

System requirements

Windows 10 (1809) (10.0.17763) or newer

  • x64 or arm64.
  • Windows.Graphics.Capture requires 1809 or newer; capture is unavailable below it.

Linux

Not published yet

There is no published build for this platform yet. Check back, or ask the team who invited you.

System requirements

Ubuntu 22.04 LTS or newer

  • GTK 4.6 or newer; equivalent distributions are supported but only Ubuntu LTS is tested.
  • X11 or Wayland — on Wayland, capture goes through the xdg-desktop-portal picker.

Previous versions

Earlier builds stay installable. If a new version does not work on your machine, install the one before it and tell us what happened.

No earlier builds

Only the current version has been published so far.

Phone companion

The side-view phone apps are not yet listed in the app stores. If your interview uses a phone side view, the team that invited you will explain how to join it.

  • iOS companion
  • Android companion

Verify what you downloaded

Worth doing every time until the platform certificates are in place: compare the SHA-256 above with the file you have. On Linux you can also check the signed checksum list.

# macOS
shasum -a 256 ~/Downloads/<file>.dmg
spctl --assess --type install --verbose ~/Downloads/<file>.dmg

# Windows (PowerShell)
Get-FileHash .\<file>.msix -Algorithm SHA256
Get-AuthenticodeSignature .\<file>.msix | Format-List

# Linux
sha256sum ./<file>.AppImage
gpg --verify SHA256SUMS.asc SHA256SUMS