🔐 TRUST & TRANSPARENCY
CAps™ v2.1.1 is built with privacy and consumer confidence in mind:
- Local-only operation — no network activity, no telemetry, no data collection
- Digitally signed binaries (.sig) using RSA-4096 GPG keys
- Included public key file for independent signature verification
- SHA-256 hashes published for both EXEs to ensure file integrity
- Fully offline and self-contained, CAps™ runs directly on your system without external dependencies
- Executables run locally without installation
🛡️ How to verify this download: Learn more about digital signatures, hash comparisons, and browser warnings.
✅ Download CAps™ v2.1.1
This ZIP bundle includes everything: the executable, signature, public key, README, and hash list.
⬇️ Download CAps™ v2.1.1 (ZIP)🔐 Verify the Download
📁 To Verify Integrity
- SHA-256 hashes provided for both EXE files:
CAps 2.1.1.exe (user-friendly): 91CB94D8CC10C404F20DEF0C840569BA7A1B22FB676094E8137C775CDBD4F6BE
CAps_v2.1.1.exe (automation-friendly): 871C673D46FC7A9D6BA0DF0F7FC5CB7FBF70B1C4F615DB4540D5FA9F0729B37A
🔑 To Verify Authenticity
- Import the public key:
gpg --import CAps_public.asc
- Verify the signature:
gpg --verify CAps_v2.1.1.exe.sig CAps_v2.1.1.exe
If valid, you'll see a message confirming a good signature from:
Toshon Jennings, toshon.tech@gmail.com
Public Key Fingerprint:
pub rsa 4096 2025-07-21 [SC] [expires: 2027-07-21] 7239 D2A1 0270 A354 8EA0 CBF0 A1F8 3168 9219 73B1
Confidentiality, integrity, and authenticity build trust. We deserve tools that make that visible.
FAQs
What does CAps actually do?
It fixes the "double caps" problem. When you hold Shift too long and end up with two capital letters at the start of a word—like COrrection or DEvice—CAps steps in and repairs them instantly. No highlighting, no fuss.
How do I start CAps?
Just double-click the executable. CAps runs quietly in the background and won't alter your text unless you trigger it. You'll know it's working when your corrections fire instantly—no splash screens, no distractions.
How do I trigger a correction?
Press Win + `
(backtick) whenever you make a double-capitalization mistake. CAps scans your entire document and corrects all double-caps errors in one go—no cursor dragging required.
Note: The backtick shares a key with the tilde, which is to the left of the number 1 key.
Is CAps safe to run?
Yes. CAps is open-source and digitally signed. You can verify the executable using the trust guide, which includes hashes and signature instructions.
CAps won't collect data, phone home, or modify your system—it's designed for transparency and user control.
Does CAps work on Windows 10 and 11?
Absolutely. CAps is tested on both Windows 10 and Windows 11, and works with most applications that accept standard keyboard input.
If you run into an edge case (like a sandboxed app or elevated window), let me know—I'm always striving to improve compatibility.
Do I have to have AutoHotkey installed to use CAps?
Nope. CAps is a fully self-contained executable—no need to install AutoHotkey separately.
I compiled CAps using AutoHotkey's standalone compiler, which bundles the interpreter directly into the .exe
. That means:
- ✅ You can run CAps on any Windows system without installing anything else
- ✅ No background dependencies, registry changes, or system-wide hooks
- ✅ Just download, run, and you're good to go
If you're curious or want to inspect the source, I do provide the original .ahk
script in my
GitHub repo, but it's totally optional.
Why does CAps sometimes get flagged by antivirus software?
It's a false positive. A few antivirus engines (typically around 5 out of 100) flag unsigned executables by default, especially when distributed outside major app stores.
CAps is completely open-source and digitally signed. You can verify its authenticity using our trust guide, which includes hashes and GPG signature instructions.
Is CAps digitally signed?
Yes. Each release includes a GPG signature (.sig
) and public key (CAps_public.asc
), so you can confirm that your download hasn't been tampered with.
I also include a reference hash list—see Verify_Hashes_2.1.1.txt
on the verification page.
Can I trust CAps if my browser shows a warning?
Yes. Browser warnings can appear when downloading software from personal sites or GitHub repos. They aren't based on the actual file contents.
CAps doesn't contain malware and provides multiple ways for users to verify its integrity. Check our trust guide to confirm that the download matches the expected hashes and signatures.
Why isn't CAps notarized or whitelisted?
Because it's independent and open-source. CAps doesn't pay for app store validation, antivirus whitelisting, or Windows branding.
Instead, it's built around user trust—clean code, reproducible builds, and cryptographic verification you can do yourself.
How can I verify the download before installing?
I recommend using Kleopatra or GPG. Just import the public key, then check the accompanying .sig
file for signature match.
You can also compare hash outputs manually using tools like certutil
or Get-FileHash
in PowerShell.
Why is CAps showing up as 32-bit in Task Manager?
CAps is built using AutoHotkey v2, which compiles scripts into 32-bit executables by default—even on 64-bit systems. This doesn't affect performance or compatibility. CAps runs smoothly on both 32-bit and 64-bit Windows environments, and its integrity is verified regardless of architecture.
Is CAps running in the background?
CAps is a portable, on-demand tool and only runs when launched manually, exiting cleanly when closed. It doesn't install services, background processes, or auto-start behavior. You can confirm this by checking Task Manager or using CAps's own verification guide.