Tiny Pad.
Back to operating systems

Install / Windows

Install on Windows.

Get Tiny Pad running on your Windows 10 or Windows 11 PC.

Tiny Pad for Windows ships as a standard setup wizard (TinyPad-<version>.windows-setup.exe). Download it once, then follow the wizard below. It installs the server and the pen-tablet driver, adds a Tiny Pad Start Menu shortcut, and allows Tiny Pad through Windows Firewall. An optional silent install for advanced users is shown at the end.

Method 1: Setup wizard (recommended)

Point and click. Tiny Pad installs into your own user folder, so Setup does not need administrator rights. Windows asks for permission once, near the end, to install the pen-tablet driver, and only the first time. Later updates never ask.

1

Download the installer

This link always points at the newest release. Save it to your Downloads folder:

Download for Windows

The Tiny Pad Windows installer shown in the Downloads folder in File Explorer
2

Open it, then click “More info”

Double-click the downloaded file. Because it is a new app, Microsoft Defender SmartScreen blocks it with “Windows protected your PC”. Click More info.

Windows protected your PC SmartScreen dialog with a More info link
3

Click “Run anyway”

SmartScreen expands to show the app name and publisher. Click Run anyway to continue.

SmartScreen expanded showing the installer name with a Run anyway button
4

Choose who it is for

Setup asks first. Choose Install for me only, which is the default: it puts Tiny Pad in your own user folder, where it can update itself later without asking for administrator rights. Install for all users puts it in C:\Program Files, and every update from then on needs an administrator.

Select Setup Install Mode dialog offering Install for me only or Install for all users
5

Accept the licence

The setup wizard opens. It bundles the open-source VMulti pen-tablet driver (LGPL-3.0). Choose I accept the agreement and click Next.

Setup wizard License Agreement page with I accept the agreement selected
6

Choose the install location

Tiny Pad installs into your user folder, at %LOCALAPPDATA%\Programs\Tiny Pad. That is what lets it update itself later without asking for administrator rights. Click Next to accept the default, or Browse… to change it.

Select Destination Location page showing the Tiny Pad folder under AppData\Local\Programs
7

Choose the Start Menu folder

Keep the default Tiny Pad Start Menu group and click Next.

Select Start Menu Folder page showing the Tiny Pad group
8

Choose the optional gamepad driver

Setup asks which optional components you want. Install the gamepad driver (ViGEmBus) is only needed to use your iPhone or iPad as a game controller, so it starts unticked. Leave it clear and click Next, or tick it now. You can also add it later, from Tiny Pad, the first time you choose joypad mode.

Select Additional Tasks page with the unticked option to install the ViGEmBus gamepad driver
9

Install

Review the summary and click Install. Setup copies the files, installs the pen-tablet driver, and allows Tiny Pad through Windows Firewall.

Ready to Install page listing the destination and Start Menu folder
10

Approve the two permission prompts

Setup itself needs no administrator, but two of the things it sets up do: the pen-tablet driver, and the Windows Firewall rule that lets your iPad reach this computer. User Account Control asks once for each. Both name tinypad-server.exe rather than the installer, and both say unknown publisher, because Tiny Pad is not yet code-signed. Click Yes to each.

This is a first-install cost, not a recurring one. Tiny Pad checks whether the driver is already there and whether the firewall rule is already right before it asks for anything, so an update that changes neither raises no prompt at all.

User Account Control prompt asking to allow Tiny Pad to install the pen-tablet driver
11

Finish and launch

When it’s done, leave Launch Tiny Pad ticked and click Finish.

Completing the Tiny Pad Setup Wizard page with Launch Tiny Pad ticked
12

Open Tiny Pad from the system tray

Tiny Pad starts in the system tray. Click the arrow at the right-hand end of the taskbar, then the Tiny Pad icon, to open the window. It shows this computer’s name under Server Name, with a green power button while the server is running.

Tiny Pad window showing the server name, a green power button and the No Devices Paired empty state
Setup has already allowed Tiny Pad through Windows Firewall, so Windows does not ask you again. If you change the port later, Tiny Pad asks for permission to update the rule.
13

Pair your iPhone

Click Add Device, give the device a name, then click Generate QR. Scan the code with the Tiny Pad app on your iPhone to connect.

Tiny Pad pairing window: Scan this QR code with the Tiny Pad iOS app

Method 2: Silent install (advanced)

Deploying to several machines, or prefer the command line? The installer accepts Inno Setup’s silent switches, and installs per-user without administrator rights. The pen-tablet driver is the one part that still needs them, so it raises a single prompt; run the command from an elevated PowerShell to have it installed without one, or add /SKIPDRIVERS to leave the drivers alone entirely.

1

Run the installer silently

From the folder containing the download:

cd $env:USERPROFILE\Downloads .\TinyPad-<version>.windows-setup.exe /CURRENTUSER /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
/CURRENTUSER is worth keeping even though it is the default: Inno Setup switches to an all-users install whenever the process that started it is already elevated, and an all-users copy cannot update itself without a prompt.
2

Start Tiny Pad

A silent install does not start the app, so launch Tiny Pad from the Start menu. It runs in the system tray; open it and click Add Device to show a pairing code. The firewall rules were written during the install, so there is nothing to allow.

The server listens on port 4444. Both your PC and iPhone must be on the same network.