Electron based desktop interface for ClamAV
- https://github.com/Cisco-Talos/clamav-devel
- https://github.com/nodejs/node
- https://github.com/kylefarris/clamscan
- https://github.com/benzino77/clamav-rest-api (not sure yet, might not be used)
- https://github.com/Jiab77/clamav-webui
- https://github.com/electron/electron
- https://github.com/dave-theunsub/clamtk
- https://github.com/electron/electron-quick-start
- https://www.electronjs.org/docs/tutorial/first-app
Simply run the following commands:
# Clone the project
git clone https://github.com/Jiab77/clamav-desktop.git
# Move to the project folder
cd clamav-desktop
# Install with npm
npm install
# Run the project
npm start