We are serious about your safety. We don't want to add malware or any virus intentionally. We want to build trust with you, so you can use KeyTik without any worry.

Is KeyTik Safe to Use? #

Yes, KeyTik is safe to use. I have not added any malicious code, and since KeyTik is open-source, you can check the code yourself. If you still have doubts, I encourage you to scan it using VirusTotal. VirusTotal is a well-known free online service that analyzes files and URLs for viruses, malware, and other malicious content by scanning them with a wide range of antivirus engines and security tools. I scan every new version before release to ensure its safety.

To put it simply, I do not intend to add any malware or collect your personal data without your permission. My goal is to build trust with you, so you can use KeyTik with confidence. If you encounter any Windows warning such as untrusted author or false positives, don't hesitate to tell us so we can request warning removal to Windows. You can do this with submitting report on KeyTik Issues page or using issue template Windows Warning Report. Thank you, we really appreciate your support!

Download Options #

In each release (starting from version 1.2), I provide two download versions:

  1. Normal Version: This is the compiled, executable version of KeyTik that I build using the same code in the source code version. You don’t need to compile it yourself, and it works out of the box. I use PyInstaller to build the executable.
  2. Source Code Version: This is the raw, uncompiled code. You can review the code yourself to ensure it’s safe and free of malicious content. If you’re comfortable with compiling the code and installing the required Python libraries, you can build the executable yourself. I also provide a build guide to make the process easier.

The advantage of the Source Code Version is that you can review the entire code and compile it yourself, ensuring there’s nothing suspicious. This is especially useful because once a program is compiled into an executable, it’s harder to review the raw code.

Why the Normal Version May Be Flagged as Malware #

Some antivirus programs may flag the normal compiled version as malware. This is because of how PyInstaller packages the code into an executable. Even though the code is clean and free from malware, PyInstaller's packaging process can trigger false positives in certain antivirus engines.

For example, when I scan KeyTik 5 (source code version) using VirusTotal, it passes without any issues. However, the normal compiled version can be flagged as malware due to the way PyInstaller works.

TIP:
If you're still concerned, you can download the source code version, build it yourself, and scan it again with VirusTotal. You'll likely see the same result — the executable built with PyInstaller will be flagged as malware, but it’s a false positive.

Scan Results #

Here’s the VirusTotal scan for KeyTik v1.5.0 (source code version):

Important:
The normal version may be flagged as malware, but it is a false positive. This is due to how PyInstaller packages the code into an executable. If you are still unsure, feel free to download the source code, build it yourself, and perform a scan — the result should be the same.


Summary #

  • KeyTik is safe to use: It's open-source, and you can verify the code yourself.
  • Two download options: A normal version (compiled) and a source code version (raw code).
  • False positives: Executables built with PyInstaller may be flagged as malware, but this is a false positive. The source code version is not flagged.

Your security and trust are my top priorities, and I’m committed to keeping KeyTik safe for all users. If you have any further concerns, don’t hesitate to reach out!