How to Install Geany 2.1 on Windows 10/11 (2026) | Step-by-Step Guide

Below is a complete step-by-step guide to install Geany 2.1 on Windows 10 and Windows 11.


Step 1 — Download Geany

  1. Open your web browser and go to the official Geany download page:
  2. https://www.geany.org/download/

  3. Click on Releases.
  4. Look for the Windows installer (usually named something like geany-{version}_setup.exe).
  5. Click the file to download the .exe installer to your PC.

Step 2 — Run the Installer

  1. Go to the folder where the downloaded .exe file is saved.
  2. Double-click the installer to run it.
  3. If Windows asks "Do you want to allow this app to make changes?", click Yes.
  4. In the installer wizard:
    • Click Next on the welcome screen.
    • Click I Agree to accept the License Agreement.
    • Leave the default components selected (recommended) and click Next.
    • Choose the installation folder or keep the default location and click Next.
    • Click Install.
  5. Wait for the installation to complete (usually takes less than a minute).
  6. Click Finish once done.

Step 3 — Add Geany to PATH

  1. Press Win + R, type the following command, and press Enter:
sysdm.cpl
  1. Go to the Advanced tab.
  2. Click Environment Variables.
  3. Under System variables, select Path and click Edit.
  4. Click New and paste the following path:
C:\Program Files\Geany\bin

(Adjust the path if Geany is installed in a different location.)

  1. Click OKOKOK to save changes.

Step 4 — Launch Geany

You can launch Geany using any of the following methods:

  • Start Menu → Geany
  • Desktop shortcut (if created during installation)
  • Command Prompt:
    • Open Command Prompt
    • Run the command below:
geany

Geany is now successfully installed and ready to use on Windows 10/11.

Comments

Popular posts from this blog

How to Uninstall Bluefish 2.2.19 on Windows 10/11 (2026) | Step-by-Step Guide

How to Install Visual Studio 2026 on Windows 10/11 | Step-by-Step Guide