A Purpose-Built Linux Antivirus

Menoa is an antivirus designed specifically for Linux. It does what you want, when you want it to — just like all software should.

Download Now

Five tools

ClamAV Powered Antivirus

Menoa provides gui and cli frontends to ClamAV. Add custom malware signature feeds to extend its capabilities.

A screenshot of Menoa's GUI clamav interface

Network Endpoint Monitoring

Monitors outgoing system connections against feeds of known malicious endpoints. Add your own custom feeds.

A screenshot of Menoa's GUI network monitoring tool

System Process Scanning

Beta-stage ML model classifies processes as malicious or benign based on characteristics like CPU usage and runtime. Not stable or trustworthy yet

A screenshot of Menoa's GUI process scanning tool

System Binary Attestation

Verifies system binary hashes against known-good checksums to detect tampering.

A screenshot of Menoa's GUI binary attestation tool

Bash Parser

Explains in English what complex Bash scripts do, including install.sh scripts.

A screenshot of Menoa's Bash parser

Built on Linux Principles

Scriptable

Full CLI access to all tools for automation and scripting

Lightweight

Minimal performance impact with customizable scheduling

Non-Intrusive

Most antiviruses take control, telling you what you can do. Menoa is the opposite, only taking action when told to by you

Customizable

Customize everything from the threat feeds to the app icon

Interface How You Like

A screenshot of Menoa's GUI

GUI

A native GUI powered by QT6. No throwing Electron at the problem

A screenshot of Menoa's CLI

CLI

It wouldn't be a Linux tool without a CLI

A screenshot of Menoa's config.toml file

DIY

All data is stored in ~/.menoa/ in a readable format for manual edits and custom tools

Note: Menoa is meant to fill the gap of continuous scanning tools. It is not a vulnerability scanner. It does not address threat vectors like misconfigurations or .bashrc compromises. It complements tools like Lynis, rather than replacing them.

Get Menoa

Installable through pip

curl -sL https://get.antivirus.sh | bash
View Installation Guide