Download Geany-Plugins

The latest version is 2.1, you should take a look at the release notes.
Download Type SIG MD5 / SHA1
geany-plugins-2.1.tar.gz Source Code GPG Signature
42069f0e3c8766c8395cc3d985166226
geany-plugins-2.1.tar.bz2 Source Code GPG Signature
488a45235f598b0e6c7f07441f2c242a
geany-plugins-2.1_setup_unsigned.exe Win32 Installer GPG Signature
4b3d3a05e185e75251dd25dda3841285

Older versions of Geany-Plugins can also be downloaded.

Verifying Signatures

The tarballs are signed with a GPG key to make sure the source code wasn't compromised somewhere on the net. You can verify you have the correct tarballs by checking if the GPG signature is correct. To do this, follow these instructions:

2.1

The fingerprint for the key looks like hat
pub   ed25519 2025-07-06 [SC] [expires: 2028-07-05]
      4AEC E5B2 4CB9 3825 D6F6  3893 9803 5DF0 9A47 DD9E
uid           [ultimate] Frank Lanitz (Mostly for signing) 
sub   cv25519 2025-07-06 [E] [expires: 2028-07-05]

1.38

1.37

Note: The key B7A4039D0630EA07 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.

The command's output should state something like "Good Signature" and should return exit code 0. If you get another exit code it's likely, something went wrong.

Another complete example:

wget https://download.geany.org/9A47DD9E-pubkey.txt
gpg --import < 9A47DD9E-pubkey.txt
gpg --verify geany-plugins-2.1.tar.bz2.sig geany-plugins-2.1.tar.bz2

Download directly from version control

You can pull the sources for Geany-Plugins directly from version control as well. To do this, just clone the Git repository like this:

git clone https://github.com/geany/geany-plugins.git geany-plugins

Build and install all plugins:

./autogen.sh # Note this already runs ./configure
make
make install