Windows
Windows 10 / 11 · x64
The .exe installer is recommended for most users.
The current stable release is v0.2.0. Choose a product, platform, and architecture.
Latest version
Loading latest version...
For Windows, macOS, and Linux workstations with a desktop environment.
Windows 10 / 11 · x64
The .exe installer is recommended for most users.
Apple Silicon / Intel
Choose Apple Silicon for M-series Macs or Intel for Intel-based Macs.
x86_64 / amd64
Requires CUPS to be installed and enabled.
aarch64 / arm64
For ARM64 Linux desktops.
For servers, Raspberry Pi devices, industrial PCs, and dedicated print hosts; systemd is enabled automatically.
Run the following command in PowerShell to install the latest Desktop version:
winget install --id Vergil.PrintBridge --exactRun the following command in PowerShell to download, verify, and install the latest x64 version:
irm https://printbridge.pages.dev/install.ps1 | iexbrew tap vergil-lai/tap
brew install --cask printbridgeAdd the PrintBridge repository and signing key before the first installation:
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL \
https://printbridge.pages.dev/apt/printbridge-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/printbridge.gpg >/dev/null
sudo tee /etc/apt/sources.list.d/printbridge.sources >/dev/null <<'EOF'
Types: deb
URIs: https://printbridge.pages.dev/apt
Suites: stable
Components: main
Signed-By: /etc/apt/keyrings/printbridge.gpg
EOF
sudo apt updateInstall the Desktop version:
sudo apt install print-bridgeFor systems without a desktop environment, install the Headless server version:
sudo apt install print-bridge-serverThe repository signing key fingerprint is 7D9F6986BAD473CE95B1FDA55B1B363C885CD16D.
Add the PrintBridge repository before the first installation:
curl -fsSL https://printbridge.pages.dev/rpm/printbridge.repo \
| sudo tee /etc/yum.repos.d/printbridge.repo >/dev/null
sudo dnf makecacheInstall the Desktop version:
sudo dnf install print-bridgeFor systems without a desktop environment, install the Headless server version:
sudo dnf install print-bridge-serverWhen the repository is refreshed for the first time, DNF prompts you to import the PrintBridge GPG key. Its fingerprint is also 7D9F6986BAD473CE95B1FDA55B1B363C885CD16D.
print-bridge CLI.Desktop and Headless both install a command named print-bridge, but they are mutually exclusive products and cannot be installed on the same machine. Installing the Headless deb/rpm package creates the printbridge system user and enables the systemd system service automatically.
See Deployment and configuration for setup details.