What's Changed
Improvements
- Simplified setup flow - Removed setup code prompts, auth token now embedded directly in URL for seamless one-command setup
- Better Proxmox shell experience - No more interactive prompts that can fail in non-TTY environments
- Cleaner command format - Single curl command with everything included, no environment variables needed
How to Update
ProxmoxVE / LXC Users
# SSH into your container and run:
curl -sSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Or update to this specific version:
curl -sSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.5
Docker Users
# Update to this specific version
docker pull rcourtman/pulse:v4.7.5
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.7.5
Manual Installation / systemd Users
# Update to latest stable (automatic)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Or update to this specific version
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.5
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.