close
The user-friendly, lightweight, and fast email client Image
Claws Mail is NOT on GitHub.
Latest Release: 4.4.0 (News), on 09 March 2026 Image

Git

You can browse current Git repositories here.

You can also follow the development of Claws Mail via the Commits mailing-list: Subscribe - Unsubscribe - Archives

Claws Mail

To download the latest Claws Mail Git source code, move to the directory where you wish to download to and type the following commands:

git clone https://git.claws-mail.org/readonly/claws.git

Later, when you want to update your local repository, you'll just have to go back to the claws directory, and type:

git pull --all

To build a Git download, you'll have to run ./autogen.sh before, or instead of, the usual ./configure.

Claws Mail's Windows installer

To download the latest Claws Mail Windows installer source code, move to the directory where you wish to download to and type the following commands:

git clone https://git.claws-mail.org/readonly/claws-win32-installer.git

You can then follow the instructions in the README file.