#!/usr/bin/env bash # Pharo Zeroconf Script

Pharo Zeroconf Script

This script downloads the latest Pharo 80 Image.
This script downloads the stable Pharo VM for 80.

Usage

curl https://get.pharo.org | bash
or if curl is not available:
wget -O- https://get.pharo.org | bash

Artifacts

Pharo.changesA changes file for the Pharo Image
Pharo.imageA Pharo image, to be opened with the Pharo VM
pharoScript to run the downloaded VM in headless mode
pharo-uiScript to run the downloaded VM in UI mode
pharo-vm/Directory containing the VM

Pharo 64bit version

Pharo 64bit versions can be found here: https://get.pharo.org/64

Pharo Example

Show the command line help: ./pharo Pharo.image --help
List all command line handlers: ./pharo Pharo.image --list
Evaluate an expression on the command line: ./pharo Pharo.image eval "Class allInstances"

Other Scripts

https://get.pharo.org/stableThis script downloads the latest Pharo 80 Image.
https://get.pharo.org/alphaThis script downloads the latest Pharo 90 Image.
https://get.pharo.org/90This script downloads the latest Pharo 90 Image.
https://get.pharo.org/80This script downloads the latest Pharo 80 Image.
https://get.pharo.org/70This script downloads the latest Pharo 70 Image.
https://get.pharo.org/61This script downloads the latest Pharo 61 Image.
https://get.pharo.org/60This script downloads the latest Pharo 60 Image.
https://get.pharo.org/50This script downloads the latest Pharo 50 Image.
https://get.pharo.org/40This script downloads the latest Pharo 40 Image.
https://get.pharo.org/30This script downloads the latest Pharo 30 Image.
https://get.pharo.org/20This script downloads the latest Pharo 20 Image.
https://get.pharo.org/14This script downloads the latest Pharo 14 Image.
https://get.pharo.org/13This script downloads the latest Pharo 13 Image.
https://get.pharo.org/12This script downloads the latest Pharo 12 Image.
https://get.pharo.org/90-minimalThis script downloads the latest Pharo 90 Image.
https://get.pharo.org/80-minimalThis script downloads the latest Pharo 80 Image.
https://get.pharo.org/70-minimalThis script downloads the latest Pharo 70 Image.
https://get.pharo.org/61-minimalThis script downloads the latest Pharo 61 Image.
https://get.pharo.org/60-minimalThis script downloads the latest Pharo 60 Image.
https://get.pharo.org/50-minimalThis script downloads the latest Pharo 50 Image.
https://get.pharo.org/40-minimalThis script downloads the latest Pharo 40 Image.
https://get.pharo.org/vm90This script downloads the stable Pharo VM for 90.
https://get.pharo.org/vmT90This script downloads the stable Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/vmI90This script downloads the stable Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/vmLatest90This script downloads the latest Pharo VM for 90.
https://get.pharo.org/vmTLatest90This script downloads the latest Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/vmILatest90This script downloads the latest Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/vm80This script downloads the stable Pharo VM for 80.
https://get.pharo.org/vmT80This script downloads the stable Pharo VM (Threaded Heartbeat) for 80.
https://get.pharo.org/vmI80This script downloads the stable Pharo VM (Timer Heartbeat) for 80.
https://get.pharo.org/vm70This script downloads the stable Pharo VM for 70.
https://get.pharo.org/vmT70This script downloads the stable Pharo VM (Threaded Heartbeat) for 70.
https://get.pharo.org/vmI70This script downloads the stable Pharo VM (Timer Heartbeat) for 70.
https://get.pharo.org/vm61This script downloads the stable Pharo VM for 61.
https://get.pharo.org/vmT61This script downloads the stable Pharo VM (Threaded Heartbeat) for 61.
https://get.pharo.org/vmI61This script downloads the stable Pharo VM (Timer Heartbeat) for 61.
https://get.pharo.org/vm60This script downloads the stable Pharo VM for 60.
https://get.pharo.org/vmT60This script downloads the stable Pharo VM (Threaded Heartbeat) for 60.
https://get.pharo.org/vmI60This script downloads the stable Pharo VM (Timer Heartbeat) for 60.
https://get.pharo.org/vm50This script downloads the stable Pharo VM for 50.
https://get.pharo.org/vm40This script downloads the stable Pharo VM for 40.
https://get.pharo.org/vm30This script downloads the stable Pharo VM for 30.
https://get.pharo.org/vm20This script downloads the stable Pharo VM for 20.
https://get.pharo.org/vm14This script downloads the stable Pharo VM for 14.
https://get.pharo.org/vm13This script downloads the stable Pharo VM for 13.
https://get.pharo.org/vm12This script downloads the stable Pharo VM for 12.
https://get.pharo.org/stable+vmThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM for 80.
https://get.pharo.org/stable+vmTThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 80.
https://get.pharo.org/stable+vmIThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 80.
https://get.pharo.org/alpha+vmThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM for 90.
https://get.pharo.org/alpha+vmTThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/alpha+vmIThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/alpha+vmLatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM for 90.
https://get.pharo.org/alpha+vmTLatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/alpha+vmILatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/90+vmThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM for 90.
https://get.pharo.org/90+vmTThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/90+vmIThis script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/90+vmLatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM for 90.
https://get.pharo.org/90+vmTLatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Threaded Heartbeat) for 90.
https://get.pharo.org/90+vmILatestThis script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Timer Heartbeat) for 90.
https://get.pharo.org/80+vmThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM for 80.
https://get.pharo.org/80+vmTThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 80.
https://get.pharo.org/80+vmIThis script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 80.
https://get.pharo.org/70+vmThis script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM for 70.
https://get.pharo.org/70+vmTThis script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 70.
https://get.pharo.org/70+vmIThis script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 70.
https://get.pharo.org/61+vmThis script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM for 61.
https://get.pharo.org/61+vmTThis script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 61.
https://get.pharo.org/61+vmIThis script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 61.
https://get.pharo.org/60+vmThis script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM for 60.
https://get.pharo.org/60+vmTThis script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 60.
https://get.pharo.org/60+vmIThis script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 60.
https://get.pharo.org/50+vmThis script downloads the latest Pharo 50 Image. This script downloads the stable Pharo VM for 50.
https://get.pharo.org/40+vmThis script downloads the latest Pharo 40 Image. This script downloads the stable Pharo VM for 40.
https://get.pharo.org/30+vmThis script downloads the latest Pharo 30 Image. This script downloads the stable Pharo VM for 30.
https://get.pharo.org/20+vmThis script downloads the latest Pharo 20 Image. This script downloads the stable Pharo VM for 20.
https://get.pharo.org/14+vmThis script downloads the latest Pharo 14 Image. This script downloads the stable Pharo VM for 14.
https://get.pharo.org/13+vmThis script downloads the latest Pharo 13 Image. This script downloads the stable Pharo VM for 13.
https://get.pharo.org/12+vmThis script downloads the latest Pharo 12 Image. This script downloads the stable Pharo VM for 12.