Cygwin – Is the installed version 32 or 64 bits?

In the console simply run “uname -m”
This will tell you what version you are running:

  • i686 – 32 bit version
  • x86_64 – 64 bit version

So for a 32 bit version it will look like:

$uname -m
i686