Skip to content

AgentLoom 0.1.0 — Windows preview (unsigned)

Pre-release
Pre-release

Choose a tag to compare

This is a preview build, and it is not code-signed. Windows will warn you when you run
it. If that is not something you want to work around, wait for a signed release — the macOS
builds in v0.1.0 are signed
and notarized and open with no warnings.

What you get

AgentLoom_0.1.0_windows-x64_TEST-UNSIGNED.exe — the same application as v0.1.0, built for
Windows x64 from commit a4a6669.

CI compiles it, packages the installer, installs it on a Windows runner and smoke-tests that
the app starts. That is the extent of the testing: nobody has yet run this on real Windows
hardware.
Expect rough edges, and please open an issue for anything you hit — that feedback
is exactly what this build is for.

Installing it, and the warning you will see

Double-clicking gives you a blue full-screen "Windows protected your PC" dialog. That is
SmartScreen reacting to an unsigned installer from a publisher it has never seen, not a
verdict about this particular file. To continue: More info → Run anyway.

Some antivirus products flag freshly-published unsigned installers for the same reason. Verify
the download against the checksum below if you want to confirm you have the file we built:

Get-FileHash .\AgentLoom_0.1.0_windows-x64_TEST-UNSIGNED.exe -Algorithm SHA256
f6b3499d9f3a0a8c07231cc4928e2294aae14184395760d2cbb27333681c2b63

Why it is not signed

A Windows code-signing certificate is a recurring cost we have not taken on. Everything else
is ready: the build, the installer, and the CI that keeps them working. We would rather ship
this honestly labelled than either sit on it or quietly pretend it is a normal release — so
it is marked as a pre-release, it is not what the download links point at, and the filename
says UNSIGNED.

If getting AgentLoom signed on Windows matters to you, say so in an issue or a discussion.