#!/usr/bin/env bash #
This script downloads the latest Pharo 80 Image.
This script downloads the stable Pharo VM for 80.
curl https://get.pharo.org | bash
curl
is not available:
wget -O- https://get.pharo.org | bash
Pharo.changes | A changes file for the Pharo Image |
Pharo.image | A Pharo image, to be opened with the Pharo VM |
pharo | Script to run the downloaded VM in headless mode |
pharo-ui | Script to run the downloaded VM in UI mode |
pharo-vm/ | Directory containing the VM |
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" |
https://get.pharo.org/stable | This script downloads the latest Pharo 80 Image. |
https://get.pharo.org/alpha | This script downloads the latest Pharo 90 Image. |
https://get.pharo.org/90 | This script downloads the latest Pharo 90 Image. |
https://get.pharo.org/80 | This script downloads the latest Pharo 80 Image. |
https://get.pharo.org/70 | This script downloads the latest Pharo 70 Image. |
https://get.pharo.org/61 | This script downloads the latest Pharo 61 Image. |
https://get.pharo.org/60 | This script downloads the latest Pharo 60 Image. |
https://get.pharo.org/50 | This script downloads the latest Pharo 50 Image. |
https://get.pharo.org/40 | This script downloads the latest Pharo 40 Image. |
https://get.pharo.org/30 | This script downloads the latest Pharo 30 Image. |
https://get.pharo.org/20 | This script downloads the latest Pharo 20 Image. |
https://get.pharo.org/14 | This script downloads the latest Pharo 14 Image. |
https://get.pharo.org/13 | This script downloads the latest Pharo 13 Image. |
https://get.pharo.org/12 | This script downloads the latest Pharo 12 Image. |
https://get.pharo.org/90-minimal | This script downloads the latest Pharo 90 Image. |
https://get.pharo.org/80-minimal | This script downloads the latest Pharo 80 Image. |
https://get.pharo.org/70-minimal | This script downloads the latest Pharo 70 Image. |
https://get.pharo.org/61-minimal | This script downloads the latest Pharo 61 Image. |
https://get.pharo.org/60-minimal | This script downloads the latest Pharo 60 Image. |
https://get.pharo.org/50-minimal | This script downloads the latest Pharo 50 Image. |
https://get.pharo.org/40-minimal | This script downloads the latest Pharo 40 Image. |
https://get.pharo.org/vm90 | This script downloads the stable Pharo VM for 90. |
https://get.pharo.org/vmT90 | This script downloads the stable Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/vmI90 | This script downloads the stable Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/vmLatest90 | This script downloads the latest Pharo VM for 90. |
https://get.pharo.org/vmTLatest90 | This script downloads the latest Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/vmILatest90 | This script downloads the latest Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/vm80 | This script downloads the stable Pharo VM for 80. |
https://get.pharo.org/vmT80 | This script downloads the stable Pharo VM (Threaded Heartbeat) for 80. |
https://get.pharo.org/vmI80 | This script downloads the stable Pharo VM (Timer Heartbeat) for 80. |
https://get.pharo.org/vm70 | This script downloads the stable Pharo VM for 70. |
https://get.pharo.org/vmT70 | This script downloads the stable Pharo VM (Threaded Heartbeat) for 70. |
https://get.pharo.org/vmI70 | This script downloads the stable Pharo VM (Timer Heartbeat) for 70. |
https://get.pharo.org/vm61 | This script downloads the stable Pharo VM for 61. |
https://get.pharo.org/vmT61 | This script downloads the stable Pharo VM (Threaded Heartbeat) for 61. |
https://get.pharo.org/vmI61 | This script downloads the stable Pharo VM (Timer Heartbeat) for 61. |
https://get.pharo.org/vm60 | This script downloads the stable Pharo VM for 60. |
https://get.pharo.org/vmT60 | This script downloads the stable Pharo VM (Threaded Heartbeat) for 60. |
https://get.pharo.org/vmI60 | This script downloads the stable Pharo VM (Timer Heartbeat) for 60. |
https://get.pharo.org/vm50 | This script downloads the stable Pharo VM for 50. |
https://get.pharo.org/vm40 | This script downloads the stable Pharo VM for 40. |
https://get.pharo.org/vm30 | This script downloads the stable Pharo VM for 30. |
https://get.pharo.org/vm20 | This script downloads the stable Pharo VM for 20. |
https://get.pharo.org/vm14 | This script downloads the stable Pharo VM for 14. |
https://get.pharo.org/vm13 | This script downloads the stable Pharo VM for 13. |
https://get.pharo.org/vm12 | This script downloads the stable Pharo VM for 12. |
https://get.pharo.org/stable+vm | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM for 80. |
https://get.pharo.org/stable+vmT | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 80. |
https://get.pharo.org/stable+vmI | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 80. |
https://get.pharo.org/alpha+vm | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM for 90. |
https://get.pharo.org/alpha+vmT | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/alpha+vmI | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/alpha+vmLatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM for 90. |
https://get.pharo.org/alpha+vmTLatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/alpha+vmILatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/90+vm | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM for 90. |
https://get.pharo.org/90+vmT | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/90+vmI | This script downloads the latest Pharo 90 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/90+vmLatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM for 90. |
https://get.pharo.org/90+vmTLatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Threaded Heartbeat) for 90. |
https://get.pharo.org/90+vmILatest | This script downloads the latest Pharo 90 Image. This script downloads the latest Pharo VM (Timer Heartbeat) for 90. |
https://get.pharo.org/80+vm | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM for 80. |
https://get.pharo.org/80+vmT | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 80. |
https://get.pharo.org/80+vmI | This script downloads the latest Pharo 80 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 80. |
https://get.pharo.org/70+vm | This script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM for 70. |
https://get.pharo.org/70+vmT | This script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 70. |
https://get.pharo.org/70+vmI | This script downloads the latest Pharo 70 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 70. |
https://get.pharo.org/61+vm | This script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM for 61. |
https://get.pharo.org/61+vmT | This script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 61. |
https://get.pharo.org/61+vmI | This script downloads the latest Pharo 61 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 61. |
https://get.pharo.org/60+vm | This script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM for 60. |
https://get.pharo.org/60+vmT | This script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM (Threaded Heartbeat) for 60. |
https://get.pharo.org/60+vmI | This script downloads the latest Pharo 60 Image. This script downloads the stable Pharo VM (Timer Heartbeat) for 60. |
https://get.pharo.org/50+vm | This script downloads the latest Pharo 50 Image. This script downloads the stable Pharo VM for 50. |
https://get.pharo.org/40+vm | This script downloads the latest Pharo 40 Image. This script downloads the stable Pharo VM for 40. |
https://get.pharo.org/30+vm | This script downloads the latest Pharo 30 Image. This script downloads the stable Pharo VM for 30. |
https://get.pharo.org/20+vm | This script downloads the latest Pharo 20 Image. This script downloads the stable Pharo VM for 20. |
https://get.pharo.org/14+vm | This script downloads the latest Pharo 14 Image. This script downloads the stable Pharo VM for 14. |
https://get.pharo.org/13+vm | This script downloads the latest Pharo 13 Image. This script downloads the stable Pharo VM for 13. |
https://get.pharo.org/12+vm | This script downloads the latest Pharo 12 Image. This script downloads the stable Pharo VM for 12. |