xmonad comes in two parts.
xmonad is included in many distributions’ package repositories. See if yours is one:
If you think a distribution is missing from this list, let us know.
On debian, xmonad is split into three packages, and it might not be obvious what they do.
If you prefer to build on your own, you can get the official releases from hackage:
After you’ve downloaded, follow the install instructions and read the documentation on how to configure xmonad.
Keep on the bleeding edge by tracking xmonad development:
git clone https://github.com/xmonad/xmonad
git clone https://github.com/xmonad/xmonad-contrib
You will need git to check out the code. From there, follow the install instructions just as with the tarball.
Alternatively, you can install the latest git revision as follows:
cabal install https://github.com/xmonad/xmonad/archive/master.tar.gz
cabal install https://github.com/xmonad/xmonad-contrib/archive/master.tar.gz
Here are some tools we’ve found work well with xmonad: