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
59d573282f4f5401efd87502deac1f4421e852da
geany-plugins-2.1.tar.bz2 Source Code GPG Signature
6cf34aa723ea509a8700d4f09451154b3a2dc3ea
geany-plugins-2.1_setup.exe Win32 Installer GPG Signature
b0fd8e88df6fd46a9bf34275632365851609ce0e
geany-plugins-2.1_setup_unsigned.exe Win32 Installer GPG Signature
affa172a369814cfe1cc5b8aa187b46a064cbf95

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