Download Pharo

Version 5.0 for OS X, GNU/Linux, and Windows. The zip files contain all necessary files. Just download and run the executable.

Prefer the Command Line?

Just because Pharo developers are addicted to our live, dynamic IDE does not mean that we do not value automatic scripts and love the command line! Zeroconf scripts automatically download everything you need to get started. It will recognize your platform and load the appropriate VM version. - Adapted from the Deep Into Pharo book.

curl get.pharo.org/50+vm | bash

# or if curl is not available:

wget -O- get.pharo.org/50+vm | bash

Have a look at the Zeroconf Website for more information.

Custom Downloads

To run Pharo you need platform independent image, changes & sources files, and a platform specific VM.

When downloads are completed, uncompress all files and put them into the same directory (this directory should then contain a .image, .changes, and a .sources file). Then start the VM.

Minimal image

The minimal image is a reduced version of Pharo 5.0: You have the most basic environment and you can interact with it via command line. WARNING: For hackers only!

Development version: Pharo6
f you want to contribute you will need the latest development version:
Download latest Pharo6 image>http://files.pharo.org/get-files/60/pharo.zip*
Download latest Pharo6 Virtual Machine:
Linux>http://files.pharo.org/get-files/60/pharo-linux-stable.zip* | Mac>http://files.pharo.org/get-files/60/pharo-mac-stable.zip* | Windows>http://files.pharo.org/get-files/60/pharo-win-stable.zip*
Download Pharo 6.0 sources>http://files.pharo.org/get-files/60/sources.zip*
CI Server:
https://ci.inria.fr/pharo/*
->

Older Versions

Downloads of previous versions are available on the Pharo file server.