Download

Download VirtualTablet

VirtualTablet requires a two-part setup: install the server application on your PC and the client app on your mobile device.

📥
Two-Part Installation Required
Install both the server on your computer and the app on your tablet for VirtualTablet to work.

Download Server for PC

Install the server application on your Windows, Mac, or Linux computer to receive input from your tablet.

🔄
Automatic Updates
The Windows and macOS versions update themselves with a built-in updater.

Linux

On x86_64 (Intel/AMD 64-bit), run this command in a terminal:

1
curl -fsSL https://updates.sunnysidesoft.com/virtualtablet/server/linux/install.sh | bash
  • Supported on Ubuntu 22.04 or later and Fedora 38 or later
  • Other Debian- or Fedora-based distributions may also work, but compatibility is not guaranteed.
  • ARM and Fedora Atomic editions are not supported

The installer detects your distribution, adds the signed Sunnysidesoft software repository, and installs the latest VirtualTablet Server with its dependencies.

📦
Updating on Linux
VirtualTablet Server installs as a system package, so your distribution’s regular updates keep it current. To upgrade right away, run the installer command again.
Install a specific version directly (optional)

If you prefer not to use the installer script, you can download and install a specific release with your distribution’s package manager.

Ubuntu / Debian:

1
2
3
4
deb="$(mktemp --suffix=.deb)" && \
  wget -O "$deb" \
    https://updates.sunnysidesoft.com/virtualtablet/server/linux/pool/main/v/vt-server/vt-server_4.1.4_amd64.deb && \
  chmod 644 "$deb" && sudo apt update && sudo apt install "$deb" && rm -f "$deb"

Fedora:

1
2
3
4
5
repo=https://updates.sunnysidesoft.com/virtualtablet/server/linux/rpm/fedora/x86_64 && \
  rpm="$(mktemp --suffix=.rpm)" && \
  wget -O "$rpm" "$repo/Packages/vt-server-4.1.4-1.x86_64.rpm" && \
  sudo rpmkeys --import "$repo/RPM-GPG-KEY-sunnysidesoft-vt" && \
  sudo dnf install --setopt=localpkg_gpgcheck=1 "$rpm" && rm -f "$rpm"

These commands download the package, install it with its dependencies, and remove the downloaded file after successful installation. Both packages also register the repository for future updates.

Download App for Tablet/Phone

Install the VirtualTablet app on your Android device, iOS device, or Windows tablet to use as a drawing tablet.

System Requirements

PC Requirements

  • Windows:
    • Windows 10/11 (64-bit)
    • For legacy version: Windows 7/8/10 with .NET Framework 4.0+
  • macOS:
    • macOS 10.15 Catalina or higher
  • Linux:
    • Ubuntu 22.04 or later, or Fedora 38 or later
    • 64-bit Intel or AMD processor (amd64)

Tablet Requirements

Connection Requirements

  • WiFi: Same network for both PC and tablet (for wireless connection)
  • USB: USB cable for wired connection

Helpful Setup and Comparison Guides

If you are still deciding which app or connection method fits your device, start with these pages:

Need Help?

💬
Having trouble with installation or setup? Please contact us to get help. See Support page for details.

Next Steps

After downloading and installing both applications: