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

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

Please read the upgrade instructions before upgrading.

Development releases

No release candidate is currently planned.

The ChangeLog lists all the recents fixes and improvements.

Latest Git snapshot tarball is updated daily. 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 three ways:

Smart-HTTP protocol (recommended for git 1.7+)


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

Git native protocol (recommended for git <1.7)


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

Backward compatible protocol if the above does not work (e.g. if you are behind an HTTP/1.0 proxy)


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

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


ClamAV Bytecode Compiler

The ClamAV bytecode compiler version 0.97.4a is now available.

You can get it by using one of these commands:
$ git clone git://git.clamav.net/git/clamav-bytecode-compiler (recommended for git <1.7)
$ git clone http://git.clamav.net/clamav-bytecode-compiler.git (recommended for git 1.7+)
$ git clone http::git.clamav.net/clamav-bytecode-compiler.git (only use if none of the above works)

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.