ClickForge 2.5 — signed metadata + SmartScreen guidance
This release focuses on trust: the executable now carries proper version metadata (it previously showed blank fields, which SmartScreen treats as suspicious), and there's clear guidance for the "Windows protected your PC" prompt.
About that SmartScreen prompt: it is not a virus warning — Microsoft Defender scans ClickForge clean. It appears for any unsigned app that hasn't built download reputation yet (code-signing certificates cost money; this is a free, open-source project). You can:
- Build it yourself from source (no prompt at all — the compiler ships with Windows)
- Verify this download's checksum, then More info → Run anyway
SHA-256 of ClickForge.exe:
B4656B4095C8EEC581CE0C3BC7B2158C5A545173D05E5A9CEBEAE95D42ECDACE
Verify with: Get-FileHash .\ClickForge.exe -Algorithm SHA256
Everything from 2.4 is included: local + cloud AI providers, the activity HUD, donation options, and the full clicking/timing/movement feature set.
Free and open source under the MIT License.