Latest Stable Release (3.2.1)
| 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.2 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"
Latest Development Snapshot (3.3.1)
| Platform | Files |
| Windows (Installer) | paraview-3.3.1-win32-x86.exe |
| Linux(x86) | paraview-3.3.1-Linux-i686.tar.gz |
| Macintosh OS X (Intel) | paraview.app-3.3.1-Darwin-i386.dmg |
Previous Release (3.0.2)
| Platform | Files |
| Windows (Installer) | paraview-3.0.2-win32-x86.exe |
| Linux(x86) | paraview-3.0.2-Linux-x86.tar.gz |
| Macintosh OS X (Intel) | paraview-3.0.2-darwin-intel.dmg |
CVS branch tag: "ParaView-3-0-2"
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.2.3 is required). You can download Qt from here. GPL'ed version of Qt® for Windows can be downloaded from here. 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.
