Check if your Mac is 64 bit Compatible via Command Line
10.6, Command Line - September 23rd, 2009 - 3 Comments
While geeking around I discovered another way to check if your Mac is 64 bit compatible by using the command line. Launch terminal and type “sysctl hw |grep 64bit”
Here’s me using the command on my MacBook which does not have a 64 bit processor:
$ sysctl hw |grep 64bit
hw.cpu64bit_capable: 0
on my friends newer MacBook Pro his results were:
$ sysctl hw |grep 64bit
hw.cpu64bit_capable: 1
meaning it is a 64 bit processor.



Thanks! It’s a useful note.
.
My Macbook is return result hw.cpu64bit_capable: 1. Nice
[...] Tip source: OSXDaily.com [...]
This only indicates whether your Mac is capable of running 64-bit applications. It says nothing about whether you can run Snow Leopard’s 64-bit kernel.