Release notes aligned to the shipped codebase, packaging, and operator-facing surface.
Tracks the latest production build published from the main release workflow.
# Linux/macOS curl -L https://github.com/vikukumar/pushpaka/releases/latest/download/pushpaka-linux-amd64 -o pushpaka chmod +x pushpaka ./pushpaka -dev # Windows $url = "https://github.com/vikukumar/pushpaka/releases/latest/download/pushpaka-windows-amd64.exe" Invoke-WebRequest -Uri $url -OutFile .\pushpaka.exe .\pushpaka.exe -dev # Docker docker pull ghcr.io/vikukumar/pushpaka:latest docker run -p 8080:8080 ghcr.io/vikukumar/pushpaka:latest
March 17, 2026
Coming Soon
| Version | Release Date | Support Status | End Date |
|---|---|---|---|
| 1.0.x | Mar 17, 2026 | Active | Mar 17, 2027 |
| 1.1.x | Planned | Preview | TBD |
AI-style product guidance for GitHub Pages