HACKER Q&A
📣 candidtim

Good Antiviruses for Development Environment?


In our company we are required to run anti-virus software on all computers, including developers' laptops. We didn't decide yet which exactly anti-virus software we will use though.

We are quite cautious about the choice of the software because:

- we know that anti-virus software may be quite intrusive on a development machine (slow, blocks legitimate files, etc.),

- once we pay for it, we don't want to go back and chose another one until the next licence renewal, so we'd like to make the good choice at once.

Can you recommend an anti-virus software that you currently use in a development environment and have good experience with?

Some context:

- we are looking for something really simple, like a file scanner for starters; all other features are considered as a bonus

- we have Mac, Linux and Windows machines

- we mostly develop in JVM and Python ecosystems

- our workflows are heavy on the file system, but our data is simple (should not contain any malware normally)


  👤 PaulHoule Accepted Answer ✓
"Windows Defender" targets pervasive malware -- in practice there is not a big gap between that and other anti-virus programs. It is bundled with the OS and can be configured to not interfere with file access in directories you build software in.

The commercial anti-virus firms release linux binaries that can be used to scan email attachments and other shared files. Anti-virus at your email server keeps many attacks out of your network to begin with, so make sure you have that.


👤 verdverm
ClamAV has been gaining popularity on Linux.