Peerlify Packages
Signed installer downloads for the Peerlify overlay-network client. Source: github.com/mj-feed-systems/mj-tap.
Windows client
The MSI installs the peerlify-daemon Windows service, the
peerlify CLI (added to PATH), and a scheduled task
that runs peerlify update every 5 minutes to self-upgrade.
Easy install
One universal setup tool — auto-detects your architecture, downloads the latest stable MSI, and installs silently.
Or from an elevated PowerShell:
$p = Join-Path $env:TEMP "PeerlifySetup.exe"
Invoke-WebRequest https://pkgs.peerlify.net/client/stable/windows/PeerlifySetup.exe -OutFile $p
Start-Process $p -Verb RunAs -Wait
Direct MSI download
Latest stable version:
loading…
Pin a specific build at
/client/<version>/windows/<arch>/Peerlify_<version>_<arch>.msi.
Version markers live at
/client/stable/LATEST (global) and
/client/stable/windows/<arch>/LATEST (per-arch).
After install
- Service
peerlify-daemonstarts automatically (LocalSystem, auto-start). - Scheduled task Peerlify Update Check polls this site every 5 min and self-updates as SYSTEM.
- Logs live at
C:\ProgramData\Peerlify\logs. - CLI is on the system
PATH:peerlify ping,peerlify update,peerlify telemetry.