Skip to content

PrintMaster Server v0.29.9

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:12
· 67 commits to main since this release
cfe558e

PrintMaster Server v0.29.9

📝 Changes

✨ Features

  • fix issue that prevented auto join with init secret (198c0be)

📦 Installation

Docker (Recommended)

# Pull the latest image (supports amd64, arm64, arm/v7)
docker pull ghcr.io/mstrhakr/printmaster-server:0.29.9
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.29.9View Release

Platform Download
Windows (MSI) printmaster-agent-v0.29.9-windows-amd64.msi
Linux (amd64) printmaster-agent-v0.29.9-linux-amd64
Linux (arm64) printmaster-agent-v0.29.9-linux-arm64
Debian/Ubuntu printmaster-agent_0.29.9_amd64.deb
Fedora/RHEL printmaster-agent-0.29.9.x86_64.rpm
macOS (Intel) printmaster-agent-v0.29.9-darwin-amd64
macOS (Apple Silicon) printmaster-agent-v0.29.9-darwin-arm64

⏱️ Build Information

  • Workflow run: 21447604344
  • Commit: cfe558e

🔗 Links