Skip to content

SysManager 1.76.2

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:52
· 28 commits to main since this release
61c64db

[1.76.2] - 2026-09-03

When a group in the left-hand list is closed, the line under its name now tells you what the group is for,
in plain words, on two lines. It used to try to list every page inside the group on one line, which meant it
listed two or three of them and cut the rest off mid-word.

Fixed

  • The closed groups in the sidebar say what they are for. That line was built by stringing together the
    names of every page in the group, which for System came to 175 characters in a space about 26 wide — so
    what you actually read was "System Health · Windows Upda…", two pages out of eleven. Ten of the twelve
    groups were cut off, Storage included, which only holds two pages. Each group now has a short written
    line instead, on two lines so it fits whole: System reads "Updates, startup, repairs, restore points",
    Privacy & Security reads "Tracking, ads and preinstalled apps". It also answers a more useful question —
    if ads keep appearing, "ads" is easier to spot than "Debloater & Ads". The count in brackets and the
    hover tooltip, which still lists every page by name, are unchanged.

Verify the download

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

Expected SHA256: FD759DDF1A26BF89C80A30D957BDD911DFB268FA976620321B792A01A08B05F9

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.2.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.2.sbom.json, a CycloneDX inventory of
every dependency resolved for this build.