Skip to content

PrintMaster Server v0.30.5

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 21:07
· 20 commits to main since this release
816c929

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:latest

Binary Installation

  1. Download the appropriate binary for your platform from the Assets section below
  2. Extract the archive
  3. Run the binary with --help to 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.5View 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

🔗 Links