Skip to content
View ClamOne's full-sized avatar
Block or Report

Block or report ClamOne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ClamOne/README.md

Clam One

An Open Source Linux Frontend to the ClamAV Antivirus Engine. A basic graphical user interface, designed for a Desktop environment, to provide instant feedback when threats are detected on the local system. Features include configuring the clamd daemon directly from the GUI, indication of threats via visual cues as well as notifications, monitoring and updating the virus definitions, monitoring various clam-related event logs and messages, quarantining of detected threats, and visual graphing of antivirus activity.

GIF IMAGE

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In order to run ClamOne, you will need several required packages installed. On a debian-like system run the following:

$ sudo add-apt-repository universe
$ sudo apt-get update
$ sudo apt-get -y install clamav clamav-daemon clamdscan libqt5sql5-sqlite libqt5widgets5 libqt5charts5

If you decide to compile the source code, first install these additional packages (might need others too):

$ sudo apt-get update
$ sudo apt-get -y install g++ qt5-default libqt5charts5-dev qttools5-dev libzip-dev

then you can compile with this command:

$ lupdate ClamOne.pro
$ lrelease ClamOne.pro
$ qmake
$ make
$ ./ClamOne

Installing

If a package is available for download grab a copy of the latest and run:

Clam One Releases

$ sudo dpkg -i clamone_X.XXX.X-X_amd64.deb

You can then run it with:

$ ClamOne

Deployment

This software must be run along with the clamav engine, it requires the engine in order to operate properly

Built With

  • Qt - The C++ framework used
  • ClamAV - An open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
  • zlib - A massively spiffy yet delicately unobtrusive compression library

Versioning

We use GitHub for versioning. For the releases available, see the releases on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v2 - see the LICENSE.md file for details

Acknowledgments

  • sidebar7
  • SertDF
  • MCorson

Popular repositories Loading

  1. ClamOne ClamOne Public

    Open Source Linux Frontend to the ClamAV Antivirus Engine

    C++ 22 3

  2. clamone.github.io clamone.github.io Public

    JavaScript