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.96.1 (signatureChangeLog)

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

Please read the upgrade instructions before upgrading.


ClamAV Bytecode Compiler

The ClamAV bytecode compiler version 0.10 is now available.

You can get it by using one of these commands:
$ git clone git://git.clamav.net/git/clamav-bytecode-compiler
$ git clone http://git.clamav.net/clamav-bytecode-compiler.git

The repository can be browsed online here:
http://git.clamav.net/gitweb?p=clamav-bytecode-compiler.git;a=summary

Make sure to read the clambc manual before you start using it.

Development releases

There are no RC planned.

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).