Download Pharo
Download Pharo Launcher
The fastest way to get a working Pharo environment: image (an object space with Pharo Core libraries) + virtual machine is to use Pharo Launcher. Pharo Launcher is a tool allowing you to easily download Pharo core images (Pharo stable version, Pharo development version, old Pharo versions, Pharo Mooc) and automatically get the appropriate virtual machine to run these images.
> download-buttons
Installation
Installation instructions are available within the documentation: https://pharo-project.github.io/pharo-launcher/installation/
GNU/Linux Packages
While there is a zeroconf installation that works for many Linux distributions, due the richness of its ecosystem, not all of them are covered for it. Pharo uses Open Build Service to provide packages for many distributions:
- Install Pharo stable VM (Full). This package will install pharo vm, the pharo-ui script and all its dependencies.
- Install Pharo stable VM. This package will install the pharo vm.
- Pharo images need to be downloaded separately here.
Command Line
Zeroconf scripts automatically download everything you need to get started. It will recognize your platform and load the appropriate VM version. This is very useful when doing automated builds with a continuous integration server.
# 64bit version
curl -L https://get.pharo.org | bash
# or if curl is not available:
wget -O- https://get.pharo.org | bash
Have a look at the Zeroconf Website for more information.
Pharo standalone VM/Image
You can download the Pharo VM and image as separate packages. Here for Pharo 12.
- Pharo stable VM for Windows: 64 bits | Pharo stable VM for Windows: 32 bits
- Pharo stable VM for macOS: Intel | Pharo stable VM for macOS: Apple Silicon
- Pharo images need to be downloaded separately - Pharo 120 64 bits image | Pharo 120 64 bits image
Older Versions
Downloads of previous versions are available on the Pharo file server.