Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Downloading Squeak
Last updated at 6:53 pm UTC on 9 December 2007
The official page for information about downloading Squeak is available on the main Squeak website under the "Download" category.

Downloading versions of the upcoming 3.10 release

Go to http://ftp.squeak.org/3.10/ to download.
Description: The 3.10 release

Downloading the current release 3.9.

Go to http://squeak.org/Download/
Here are the major changes that have been done in 3.9:
Squeak is released under Squeak-L. It is a very free license, though it does require you to share any modifications you make to the VM or the base classes. The license allows you to be your own OfficialSupport.

Downloading the Squeak release 3.8

You find the Squeak release 3.8 under http://ftp.squeak.org/3.8/.
Typically, the current stable release on squeak.org is a Full release.
A more lightweight Basic release is also available if you need it.
Prebuilt 3.8 images with Seaside included are available at http://seaside.st./Download/Images/.

The Package Universes distributions include a number of packages pre-tested for the release and ready to install. They are a good basis for software development if you do not need bleeding-edge development versions of Squeak.

Errata

The list of known bugs and outstanding issues with the current stable release can be found at Squeak Errata.

What You Need

At a bare minimum, you need the following files to run Squeak:
  1. A portable image file, containing a snapshot of Squeak
  2. A platform specific Virtual Machine to interpret the image
In order to browse source code in the image, you will need two more files:
  1. The .sources file common to all versions, and
  2. The .changes file for the specific image you choose.
Download sites vary in how they package these files; often, you will have to download platform-independent and platform-dependent files separately. Usually, the image and changes files are packaged together in a zip file, and the vm and sources files are in separate zips.

Notes:

The general FTP repository

You can find all platform-independent files, as well as most of the platform-specific files, and also archival versions of Squeak at the Squeak FTP Site at ftp.squeak.org (or from Squeak FTP Mirrors). However, the platform (VM) sourcecode directories exist on the http://squeakvm.org/svn/squeak/ Subversion site for you to download.

Platform-Specific Information

See also: