You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through CVS.

Latest Release (3.4.0)

Platform Files
Windows, 32 bit paraview-3.4.0-win32-x86.exe
Windows, 64 bit paraview-3.4.0-win64-x86.exe
Linux x86, 32 bit paraview-3.4.0-Linux32-x86.tar.gz
Linux x86, 64 bit paraview-3.4.0-Linux64-x86.tar.gz
Macintosh OS X, Tiger and Leopard (Intel) paraview.app-3.4.0-Tiger-x86.dmg
Macintosh OS X Tiger and Leopard (PPC) paraview.app-3.4.0-Tiger-ppc.dmg
Macintosh OS X, Tiger and Leopard (Intel) paraview.cl-3.4.0-Tiger-x86.tar.gz
Macintosh OS X Tiger and Leopard (PPC) paraview.cl-3.4.0-Tiger-ppc.tar.gz
Macintosh OS X, Leopard (Intel) paraview.app-3.4.0-Leopard-x86.dmg
Macintosh OS X, Leopard (Intel) paraview.cl-3.4.0-Leopard-x86.tar.gz
Source paraview-3.4.0.tar.gz
  paraview-3.4.0.zip
Data ParaViewData3.4.zip

Note: There are two Mac downloads for each cpu architecture. The ones that are called paraview.app.XXX are the downloads for the paraview applications whereas the other downloads contains the Unix-style executables such as pvbatch and pvserver. Most users will only need to download paraview.app.XXX. The Tiger binaries work on both Leopard and Tiger. They were built using Python 2.3 and do not support MPI. The Leopard binaries were built using Python 2.5 and OpenMPI available only on Leopard.

Detailed information about how the above binaries were built can be found here. When building plug ins for these binaries, make sure to use the same versions of the compiler and libraries listed in the linked page.

CVS branch tag: "ParaView-3-4-0"

Platform Files
Windows (Installer) paraview-3.2.1-win32-x86.exe
Linux(x86) paraview-3.2.1-Linux-x86.tar.gz
Macintosh OS X (Intel) paraview.app-3.2.1-Darwin-i386.dmg
Macintosh OS X (Intel) paraview-3.2.1-Darwin-i386.tar.gz
Macintosh OS X (PPC) paraview.app-3.2.1-Darwin-powerpc.dmg
Macintosh OS X (PPC) paraview-3.2.1-Darwin-powerpc.tar.gz
Source paraview-3.2.3.tar.gz
  paraview-3.2.3.zip
Data ParaViewData3.2.zip

Note: 3.2.3 includes a patch to fix the paraview build with CMake 2.6. Therefore you should use it if building from source.

Note: There are two Mac downloads for each cpu architecture. The ones that are called paraview.app.XXX are the downloads for the paraview applications whereas the other downloads contains the Unix-style executables such as pvbatch and pvserver. Most users will only need to download paraview.app.XXX

CVS branch tag: "ParaView-3-2-3"

Current development distribution

Download ParaView (contains reorganized ParaView source tree and VTK) source via CVS access:

cvs -d :pserver:anoncvs@www.paraview.org:/cvsroot/ParaView3 login
(respond with empty password)
Follow this command by checking out the source code:
cvs -d :pserver:anoncvs@www.paraview.org:/cvsroot/ParaView3 co ParaView3

If you have not already done so, you will need to download and compile/install CMake to compile ParaView. You will also need to download and install Qt® (version 4.3 or later is required). To use CVS, you must have it installed on your system. You may wish to use the Cygwin tools on Windows platforms, or WinCVS which provides a very nice GUI to CVS.