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.

Download PeerlifySetup.exe

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