Kapitano was a tool with a simple job: to give the ClamAV scanning engine a modern face on Linux. It relied on the ClamAV database, a massive, constantly updated list used to sniff out all sorts of nasties like viruses, worms, and Trojan horses.
Since ClamAV is primarily a command-line tool, it depends on a GUI (frontend) for users who prefer not to live in the terminal. There are apps like ClamWin on Windows, ClamXav on Mac, and, until recently, Kapitano on Linux.
Now, the dev behind the Linux frontend, "zynequ," has marked the project as "Not Maintained" following what they described as personal attacks and harsh words.
It all started when a user created an issue on the project"s Codeberg page with the title, "Kaptiano resulted in 24 positives- for win.exploits and Trojans." In the post, they claimed the antivirus frontend was generating false positives on their Linux Mint system.
The user noted that all the flagged files were related to the Kapitano Flatpak itself and ended with a rather aggressive warning. The whole thing seemed "strange," they said, concluding with, "program has ZERO reviews, and should remain that way until source code is verified by an independent source. DO NOT DOWNLOAD!"
Zynequ, the project"s author, responded by calmly referencing the wiki and explaining that the problem was with ClamAV itself, not his application. Kapitano, built with GTK4 and libadwaita, is just a wrapper that sends commands to the clamscan utility but has no say in what gets flagged.
For reference, this is the code that is related to your concerns: https://codeberg.org/zynequ/Kapitano/src/branch/stable/src/utils/clamav.py
On method scan_for_malware and update_malware_definitions, you can see that it just calls clamscan and freshclam.
The developer also called the user out for the "personal attacks" and addressed the zero reviews situation, pointing out that this was hardly a conspiracy since the project was very new, having launched back in June. They insisted that there is nothing "fishy" about their code and that it is fully open for review.
Things escalated from there. After Zynequ closed the issue, the user created a duplicate one, then proceeded to resubmit the complaint under issue #13, this time with a different title: Kapitano developer is a malicious actor. Get this malware distributor blocked.
After a heated back and forth with the dev, the user finally posted, "Your project is off of my laptop disk. Let it rest. Goodbye."
This exchange is what led to the zynequ publishing their final note. They explained that Kapitano was "a hobby project, created in my free time without any financial support," and that it"s hard to stay motivated when "personal attacks" are directed towards you.
I"m sorry to say that this project is no longer being maintained.
Recently, I had an unpleasant experience [...], where I was accused of distributing malware. Although I explained that the issue wasn"t caused by the app, the conversation escalated into personal attacks and harsh words directed at me.
This was always a hobby project, created in my free time without any financial support. Incidents like this make it hard to stay motivated. That said, I"m genuinely grateful to everyone who tried the app, and I appreciate the attention it received.
Zynequ noted that the project"s code was now released into the public domain under The Unlicense, meaning anyone could fork it and do whatever they want with it. Kapitano will be delisted from Flathub, and the Codeberg repo will still be alive for a few months before they delete it and close their account for good.