Skip to content

0.28.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 11:37
· 22 commits to main since this release

First run

These builds are not signed with a paid Apple or Microsoft certificate, so
both systems stop you the first time. Neither message is a finding about
this file — every installer's SHA-256 is under Checksums.

macOS — you will be told the app is "damaged". It is not. macOS shows
that exact wording for any app it cannot trace to a paid Apple Developer ID,
and the dialog's only obvious button moves it to the Trash. Do not use it.
On macOS 15 (Sequoia) and later there is no right-click → Open bypass; Apple
removed it. Drag the app to Applications, then either open
System Settings → Privacy & Security and click Open Anyway, or run:

/usr/bin/xattr -dr com.apple.quarantine /Applications/OpsMaxx.app

That clears the download flag and nothing else — the app's signature stays
intact and verifiable with codesign --verify --strict --deep. The full
path is deliberate: a Homebrew or pip xattr earlier on your PATH may not
support -r.

Windows — SmartScreen will warn. Choose More info → Run anyway.


Downloads

Windows

File Notes
OpsMaxx-0.28.1-setup.exe Installer with desktop and Start-menu shortcuts. Pick this one if unsure.
OpsMaxx-0.28.1-portable.exe Single file, no install, keeps its data beside the .exe — runs from a USB stick

macOS

File Notes
OpsMaxx-0.28.1-arm64.dmg Apple Silicon (M1 and later)
OpsMaxx-0.28.1-x64.dmg Intel Macs

Linux

File Notes
OpsMaxx-0.28.1-x86_64.AppImage Any distribution — chmod +x and run
OpsMaxx-0.28.1-amd64.deb Debian and Ubuntu — sudo apt install ./OpsMaxx-0.28.1-amd64.deb

Source for the bundled OpenVPN

OpsMaxx bundles OpenVPN on macOS and Linux. OpenVPN is GPL-2.0, so the
corresponding source for the exact build in these installers is published
here as openvpn-2.6.22-source.tar.gz — the pinned upstream commit,
unmodified, with its SHA-256 in the table below. scripts/build-openvpn.sh
in this repository is the recipe that turns it into the shipped binary.


Antivirus scan

These builds are unsigned, so every release is scanned before publishing.

Scanner Result
Microsoft Defender (Windows runner) no threats found
ClamAV ClamAV 1.5.3/28117/Tue Sep 8 06:26:31 2026 clean
VirusTotal (70+ engines) per-file reports below

One or two detections from minor engines are normal for an unsigned
Electron installer. Verify the SHA-256 of what you downloaded against
the value listed below, or build from source.

Checksums

These are the whole reason an unsigned build is still safe to trust: they
prove the file you have is the file this workflow built. Check yours before
running it.

shasum -a 256 <file>                      # macOS, Linux
certutil -hashfile <file> SHA256          # Windows
File SHA-256
OpsMaxx-0.28.1-amd64.deb 705e80d3fad749c30f0e617dae49671f50b96dce751981c315f9b537921f58ea
OpsMaxx-0.28.1-arm64.dmg 8154f9911e36e69a55ac051c929f2eb2facdb7a47ccdce6b25f29136101013c6
OpsMaxx-0.28.1-portable.exe 58f80db8c6e9d2d99a4b3f9c85a833ee075490bb21c5d553f1aaadcc45977c44
OpsMaxx-0.28.1-setup.exe fc261ab0cede74a6fdf89dd8520fae68b545a492b9b3d7f930aa941f809b1ed5
OpsMaxx-0.28.1-x64.dmg a812e93a09a282ad813d33ca6eccf224a26d64f348ee669d212bda144c528de9
OpsMaxx-0.28.1-x86_64.AppImage 26d497bbad49b1ca583372bcaba01156c062695557db1165287b93da88259e8e
openvpn-2.6.22-source.tar.gz e0eac30be2308340564507f056a0090e467c5e78ac80d64a6604cbfbe1a8aa48

The .blockmap files are build metadata, not downloads — they describe
binary deltas between versions and are only read by an updater. The source
archives are a snapshot of the repository, not a build.


Full Changelog: v0.28.0...v0.28.1