ThirdPatch™ is an RMM-neutral solution for deploying and patching third-party software. It's designed for MSPs, and uses a package-based architecture to manage software in groups instead of app-by-app logic.
- Compatible with any RMM
- Application Library of 10,000+ apps
- Flat-rate pricing (no per-app or per-endpoint charges)
- Agentless client architecture for maximum security
- Architecture designed to be flexiable for MSP usecases
This demo walks though installing ThirdPatch, using it to install applications, and using it to update those applications.
Run the following command in PowerShell as Administrator to install the ThirdPatch client:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; if (!(Test-Path \"$env:PROGRAMDATA\\thirdpatch\\bin\\thirdpatch.exe\")) {iex ((New-Object System.Net.WebClient).DownloadString('https://thrdpt.ch/install'))}; thirdpatch source add -n="ThirdPatch Demo" -s="https://livedemo.thirdpatch.com/repository/community/"
In the same terminal, run this command to install a specific version of the Chromium web browser (the open-source part of Google Chrome):
thirdpatch install chromium --version 150.0.7871.187
Run this command to update Chromium (and any other apps) to the latest version:
thirdpatch upgrade
This command will remove Chromium:
thirdpatch uninstall chromium
We have a full-length webinar covering ThirdPatch here:

