Sources


Please subscribe to our freshmeat project page or clamav-announce to receive notifications of new stable releases and RCs.
Before reporting any bug visit http://www.clamav.net/bugs


Production quality releases

Latest stable release: ClamAV 0.95.3 (signatureChangeLog)

Important note: if you want to compile ClamAV 0.95.3 on Fedora 9 or FreeBSD 7 (and possibly other platforms), you’ll need to apply a patch with the command: patch -p1 #1737 for more information.

All stable releases (old and new ones) are available on our SourceForge page

Please read the upgrade instructions before upgrading.


Development releases

0.96rc1 has been released.

For more details on what’s new in this release refer to our roadmap.
We encourage as many people as possible to test this release by downloading
it as soon as possible. If you don’t have access to a test machine you can still help by downloading it and checking for us that it compiles and links on your platform and by running “make check”.
If you do have a test machine/model/network please help us by loading ClamAV 0.96rc1 and testing.
All bug reports should be filed at http://bugs.clamav.net.
We also encourage all 3rd party developers of products and distribution/port
maintainers to download and check this update so that you can go live as soon as the final version is released.

The ChangeLog lists all the recents fixes and improvements.

Direct link to the latest Git snapshot tarball. Older Git snapshots are available through GitWeb interface: http://git.clamav.net/gitweb/

You can clone the Git repository (equivalent to a cvs/svn checkout) under UNIX in two ways:

HTTP


git clone http://git.clamav.net/clamav-devel.git

Git native protocol


git clone git://git.clamav.net/git/clamav-devel

and then keep your repository updated using:


git pull

Windows users may want to install Git on Windows

Alternatively, you can use our Git web interface (stats available).