github rcourtman/Pulse v4.3.8
v4.3.8 - Emergency Fix

latest releases: v4.13.0, v4.12.1, v4.12.0...
20 days ago

🚨 Emergency Release - Critical Bug Fixes

This release fixes critical issues introduced in v4.3.7 that prevented new installations from working.

Fixed

  • Install script: Now correctly installs binary to /opt/pulse/bin/pulse instead of /opt/pulse/pulse
  • Password changes: Removed sudo requirement that was breaking Docker and non-root environments
  • Both issues were preventing v4.3.7 from working for new users

If You're on v4.3.7

If you manually installed v4.3.7, you can fix the binary location:

sudo mkdir -p /opt/pulse/bin
sudo mv /opt/pulse/pulse /opt/pulse/bin/pulse
sudo systemctl restart pulse

Or just update to v4.3.8:

curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash

Installation

Docker

docker pull rcourtman/pulse:v4.3.8

Manual Install/Update

curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash

Downloads

Pre-built binaries for linux-amd64, linux-arm64, and linux-armv7 are available below.

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.