Latest Release: 3.19.1 / 4.1.1 (News), on 20 October 2022 
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.
Extra Plugins
The Extra Plugins have been merged into Claws Mail repository.
If you have downloaded Claws Mail with the instructions above you
already have the available Extra Plugins under src/plugins.
Claws Contacts
To download the latest Claws Contacts 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/contacts.git
Later, when you want to update your local repository, you'll just have to go back
to the contacts 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.
In order to use Claws Contacts with Claws Mail, Claws Mail needs to be built with
./configure --enable-new-addrbook
Debian Git packages
Lost control over the VPS and this service is not available anymore. If you have a spare VPS or
micro-server where you'd like this to be run and publicly available just send a mail to the
Users list or conctact
me.
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.