https://github.com/jiab77/clamav-desktop
Electron based desktop interface for ClamAV
https://github.com/jiab77/clamav-desktop
clamav desktop-application electron fomantic-ui nodejs
Last synced: 5 months ago
JSON representation
Electron based desktop interface for ClamAV
- Host: GitHub
- URL: https://github.com/jiab77/clamav-desktop
- Owner: Jiab77
- License: mit
- Created: 2020-09-08T21:48:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T23:24:27.000Z (over 4 years ago)
- Last Synced: 2025-02-24T14:48:23.581Z (9 months ago)
- Topics: clamav, desktop-application, electron, fomantic-ui, nodejs
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clamav Desktop
Electron based desktop interface for ClamAV
## Involved libraries
* 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
## Inspirations
* https://github.com/dave-theunsub/clamtk
* https://github.com/electron/electron-quick-start
* https://www.electronjs.org/docs/tutorial/first-app
## Development / Usage
Simply run the following commands:
```bash
# 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
```