Free and open source antivirus software based on ClamAV. Simple GUI with functionalities including different types of scans, quarantine system, etc.
A background process of ClamGuard watches the system drive for any malicious code.
Clone the repository and install the project dependencies using UV:
git clone https://github.com/5trange/ClamGuard
cd ClamGuard
# sync the dependencies
uv syncRun the application:
uv run python src/main.py