Skip to content

Gutterpress v0.9.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:24

Supported downloads

Product Native builds Known compatibility gaps
Gutterpress desktop macOS Apple Silicon (ARM64), macOS Intel (x64), Windows x64, Linux x64 AppImage Accepted until demand justifies new targets: Windows ARM64 uses x64 emulation; there is no Linux ARM64 desktop build.
Standalone CLI macOS ARM64/x64, Windows x64, Linux ARM64/x64 (glibc) Accepted until demand justifies new targets: Windows ARM64 uses x64 emulation; Alpine/musl uses the Docker image instead.

On Windows, Gutterpress-setup-win-x64.exe is the normal installer and keeps the same basename across releases. Gutterpress-<version>-win-x64.zip is the separate portable extract-and-run build; it is not the installed app's auto-update channel.

Unsigned download notice

The desktop installers and standalone CLI binaries are intentionally unsigned while code-signing certificates are not affordable. Verify the SHA-256 value below before bypassing an operating-system warning.

macOS Gatekeeper

Try opening the app once, then open System Settings > Privacy & Security and choose Open Anyway. For a verified download, the command-line alternative is:

 xattr -dr com.apple.quarantine "/Applications/Gutterpress.app"
# CLI example:
xattr -d com.apple.quarantine /path/to/gutterpress-cli-macos-arm64

Windows SmartScreen

If Windows shows "Windows protected your PC", choose More info > Run anyway after verifying the checksum. This applies to both the desktop installer and standalone CLI executable.

SHA-256 checksums

The same values are attached as SHA256SUMS.txt.

531e674fc5c046565388f4c1708da2256ed6d21f1ce05f4d1412c53d36701fe3  Gutterpress-0.9.0-alpha.1-arm64.dmg
2f9543d6966163d257a8c29795f6aac14fa560bae4a5f199eaed09e46d9ea539  Gutterpress-0.9.0-alpha.1-win-x64.zip
bafe458a428aeff4b6563aa33c0b61aa6156fa1487368960fcb68e21334cb099  Gutterpress-0.9.0-alpha.1-x64.dmg
114355cfd0fb2b142a1739c1a7061bf46661c3424f287551c57bf9f6de4fe2a6  Gutterpress-0.9.0-alpha.1.AppImage
100af92a1d79b15257bd4481b363778fe452e594435156ac8849e1d8a4de65a2  gutterpress-cli-linux-arm64
ebd030a28d1dcb79920c33600d2bdb8fe9d207fe40220da4e94660eded5e7c3f  gutterpress-cli-linux-x64
22cced1c74b47829d3c3dd6443d37d0257f73164ecd231c9c29078315ab66a34  gutterpress-cli-macos-arm64
42d61ba0689051634fd1fe166b906a038cbe55e4f9231a85ab45000b361d6dc5  gutterpress-cli-macos-x64
1056adedf3a7fefa1587aef3243b483dd1cf85ffcdbb690ba4edd53d9691f16d  gutterpress-cli-windows-x64.exe
32a528d56e557e5d95cef9e83cb7933b395234baa3c558c51cf419aa81ebd5b5  Gutterpress-setup-win-x64.exe
26a0b0df25e5f76fa70dae90be348ba4951f7dd08bbdb684963587c0305184db  Gutterpress-setup-win-x64.exe.blockmap
7d32487217108561397c3048de0791576727c6b4ef1c49e114dc6b14f9d7e7fd  latest-linux.yml
045baf6b104d32286c2e2daaa3c656ae9940e51b4a2ef943ad1e5d331836c748  latest.yml

What's Changed

  • fix(schema): regenerate manifest.schema.json to match actual manifest contract by @itlackey in #120
  • fix(cli): close Paged.js string custom properties before serializing static HTML by @itlackey in #121
  • chore(deps): clear all high-severity advisories blocking CI by @itlackey in #122
  • Consolidated print-md fixes (#120, #121, #122) by @itlackey in #123
  • feat(viewer): opt-in KDE/GNOME application-menu integration for the Linux AppImage by @itlackey in #124
  • Public-seams review of the CLI, viewer, and distribution — plus remediation by @fwdslsh-dev in #125
  • Wire configured git identity to all automatic commit paths by @fwdslsh-dev in #126
  • Asset pipeline refactor: inline CSS/fonts, plan image copies from references by @fwdslsh-dev in #127
  • Duplication sweep: remove dead code, make validation check what the build ships by @fwdslsh-dev in #128
  • Add Print-MD Publishing Open Design plugin package by @fwdslsh-dev in #129
  • Feat/open design by @itlackey in #130
  • feat: rebrand print-md as Gutterpress by @itlackey in #131
  • Dead code cleanup: remove unused exports and test utilities by @fwdslsh-dev in #132
  • Fix project-scoping guards on 25+ routes (audit Theme 1) by @fwdslsh-dev in #133
  • Refactor help & accounts into welcome screen tabs by @fwdslsh-dev in #134

Full Changelog: v0.8.3...v0.9.0-alpha.1