·
20 commits
to main
since this release
PrintMaster Server v0.30.5
📝 Changes
✨ Features
- add streaming support for device report proxy and enhance WebSocket handling (8ce98b3)
- implement USB proxy info collection and reporting for diagnostic purposes (7015075)
🐛 Bug Fixes
- enhance device access determination in context menu (d63b52f)
📦 Installation
Docker (Recommended)
# Pull the latest image (supports amd64, arm64, arm/v7)
docker pull ghcr.io/mstrhakr/printmaster-server:0.30.5
docker pull ghcr.io/mstrhakr/printmaster-server:latest
# Run the container
docker run -d \
--name printmaster-server \
-p 9090:9090 \
-v printmaster-data:/var/lib/printmaster/server \
ghcr.io/mstrhakr/printmaster-server:latestBinary Installation
- Download the appropriate binary for your platform from the Assets section below
- Extract the archive
- Run the binary with
--helpto see available options
Supported Platforms:
- Windows (amd64)
- Linux (amd64, arm64)
- macOS (amd64, arm64)
🤖 Agent Downloads
You'll need the PrintMaster Agent to discover and monitor printers. Download the latest agent:
Latest Agent: v0.30.5 — View Release
| Platform | Download |
|---|---|
| Windows (MSI) | printmaster-agent-v0.30.5-windows-amd64.msi |
| Linux (amd64) | printmaster-agent-v0.30.5-linux-amd64 |
| Linux (arm64) | printmaster-agent-v0.30.5-linux-arm64 |
| Debian/Ubuntu | printmaster-agent_0.30.5_amd64.deb |
| Fedora/RHEL | printmaster-agent-0.30.5.x86_64.rpm |
| macOS (Intel) | printmaster-agent-v0.30.5-darwin-amd64 |
| macOS (Apple Silicon) | printmaster-agent-v0.30.5-darwin-arm64 |
⏱️ Build Information
- Workflow run: 21530277844
- Commit: 816c929