Skip to content

Maekon v0.0.1-rc.10

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 04:56
v0.0.1-rc.10
2de355c

Maekon v0.0.1-rc.10 — Released August 26, 2026

Built: 2026-08-26 UTC · Commit: 2de355c9b

What's Changed

Added

  • A debug-only macOS permission watch records privacy-safe screen-capture
    suppression and recovery transitions without persisting captured frames. The
    runtime evidence still requires an eligible isolated macOS host.
  • Release governance now keeps the previous-RC updater observation as an
    explicit post-publish receipt instead of pretending it can pass before the
    new prerelease exists.

Changed

  • The release-decision manifest covers every canonical checklist item and
    distinguishes pre-publish gates from the one post-publish updater check.
  • Release operability may use an exact-SHA CI substitute only when automatic
    checks, the four-OS Release Smoke matrix, and Integrity Gates are green;
    macOS TCC revocation and consent-byte claims remain explicitly unproven.
  • Public README and installer examples are prepared for the rc.10 snapshot so
    the source tag, documentation, and submitted demo can share one version.

Fixed

  • CI cache keys and restore paths are bound more tightly to reviewed source and
    dependency inputs, reducing stale or cross-context cache reuse.
  • The public wordmark artwork is centered in its SVG canvas across light and
    dark themes.

Security

  • Supply-chain audit and publisher-trust records were refreshed, and release
    checks now reject stale decision evidence and mismatched updater receipts.

Downloads

Maekon is the app display name. Release filenames intentionally retain
maekon-* for installer, updater, and checksum compatibility.

Platform Architecture File Format
macOS Universal (arm64 + x64) maekon-macos-universal.dmg DMG Installer (signed)
macOS Universal (arm64 + x64) maekon-macos-universal.pkg PKG Installer (signed)
macOS Universal maekon-macos-universal.tar.gz Binary
macOS Apple Silicon maekon-macos-arm64.tar.gz Binary
macOS Intel maekon-macos-x64.tar.gz Binary
Windows x64 maekon-*.msi MSI Installer
Windows x64 maekon-windows-x64.zip Binary
Linux x64 maekon-*.deb DEB Package
Linux x64 maekon-linux-x64.tar.gz Binary

Quick Install

This is a prerelease. GitHub's latest release endpoint does not include
prereleases, so install commands are pinned to v0.0.1-rc.10.

macOS / Linux:

curl -fsSL -o /tmp/maekon-install.sh \
  https://raw.githubusercontent.com/pseudotop/maekon-client/v0.0.1-rc.10/scripts/install.sh
MAEKON_VERSION=v0.0.1-rc.10 bash /tmp/maekon-install.sh --require-signature

Windows (PowerShell):

$tmp = Join-Path $env:TEMP "maekon-install.ps1"
Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pseudotop/maekon-client/v0.0.1-rc.10/scripts/install.ps1" -OutFile $tmp
powershell -ExecutionPolicy Bypass -File $tmp -Version v0.0.1-rc.10 -RequireSignature

Full changelog: CHANGELOG.md