Skip to content

SysManager 1.76.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 10:36
· 33 commits to main since this release
5cc4741

[1.76.3] - 2026-09-03

The strip at the top of a page that says whether SysManager is running as administrator changes when you
grant it. It used to change more than it needed to: the corners went from slightly rounded to more rounded,
and the strip got 26 pixels shorter, so everything below it jumped.

Fixed

  • The administrator strip keeps its shape when you elevate. Thirty-one pages draw two versions of that
    strip in the same place — one asking for administrator rights, one confirming you have them — and the two
    had been written with different corner rounding and different internal spacing. Swapping between them moved
    everything underneath by 26 pixels and visibly changed the corners, at the exact moment the app should look
    steady. Both now use the same rounding and spacing, so the only thing that changes is the wording, the
    colour, and the "Run as administrator" button disappearing once there is nothing left to click. That button
    is 18 of the original 26 pixels and cannot be helped; the other 8, and the corners, were an accident.

Changed

  • The strip asking for administrator rights is slightly more rounded and 8 pixels shorter. It adopted the
    rounding and spacing the confirming version already used, which is also the rounding every other card in
    the app uses. Nothing moved position and no wording changed.

Verify the download

Get-FileHash .\SysManager-v1.76.3.exe -Algorithm SHA256

Expected SHA256: 3077E0BFF65F0A4D89B4CCE3E65F34C99C50EDE95426CC84A08654DCCAF58AD4

This build is not code-signed, so Windows will warn on first launch. That is
expected for a small independent app: see what the warning says and what to
click
.
Code signing is planned through the SignPath Foundation,
which provides free certificates to open-source projects, with signing performed by
SignPath.io. Until then, the SHA256 above and the build
attestation below are what establish that a download is the genuine build.

Code signing policy

This release is not code-signed. The team roles, release-approval process and
privacy policy required by the SignPath Foundation programme
are documented in advance under Code signing
policy
. That
documentation is a prerequisite for applying, not evidence of a certificate. The
attribution line naming SignPath as the signing provider will appear here once a
certificate is actually issued.

This program will not transfer any information to other networked systems unless
specifically requested by the user or the person installing or operating it. Full
privacy policy.

Verify where this binary came from

This exe was built by GitHub Actions from this public source, and the build is
recorded in the Sigstore public transparency log. With the
GitHub CLI:

gh attestation verify .\SysManager-v1.76.3.exe --repo laurentiu021/SystemManager

That proves which commit and workflow produced this exact binary, something the
SHA256 file cannot show, since it is published alongside the exe it describes.
Each release also ships SysManager-v1.76.3.sbom.json, a CycloneDX inventory of
every dependency resolved for this build.