Pharo Smalltalk
- 1. One-Click Experience
- 2. Ready-made Images
- 2.1. Developer Images
- 2.2. Mini Images
- 3. Manual Installation
- 3.1. Starting the Kom Web Server
- 3.2. Starting the Swazoo Web Server
- 4. Nightly Builds
One-Click Experience
The Seaside One-Click Experience is the easiest way to get started with Seaside. The bundle contains a prepackaged version of Seaside for Mac OS X, Linux and Windows. If you are new to Seaside or Smalltalk we suggest to use this package. Download the zip-archive, extract it and double-click on the executable of your platform.
Ready-made Images
These ready-made images require a closure enabled Pharo VM to run. You can get the latest version for your platform from www.pharo-project.org.
Developer Images
- Developer Image (Seaside 3.0.7)
Pharo 1.3, Scriptaculous, jQuery, Magritte, Pier - Developer Image (Seaside 2.8.4)
Pharo 0.1, Scriptaculous, Magritte, Pier - Developer Image (Seaside 2.8.3)
Squeak 3.9, Scriptaculous, Magritte, Pier
Mini Images
- Seaside Mini Image (Seaside 2.8)
Squeak 3.9 (Minimal Morphic), Scriptaculous - Seaside Mini Image (Seaside 2.6)
Squeak 3.7, Scriptaculous
Manual Installation
- Download and launch a recent Pharo image.
- Open a Workspace and execute the following lines:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSeaside30';
load.
(Smalltalk at: #ConfigurationOfSeaside30) load.
Starting the Kom Web Server
- Open the ’Seaside Control Panel’ in the ’Tools’ submenu of the ’World’ menu
- Should there be no
WAComancheAdaptoradd one by right clicking and selecting ’Add adaptor...’ - Select the
WAComancheAdaptorand press ’Start’. - Point your browser to localhost and the port you just configured, eg. http://localhost:8080.
Starting the Swazoo Web Server
- Open the ’Seaside Control Panel’ in the ’Tools’ submenu of the ’World’ menu.
- Should there be no
WASwazooAdaptoradd one by right clicking and selecting ’Add adaptor...’. - Select the
WASwazooAdaptorand press ’Start’. - Point your browser to localhost and the port you just configured, eg. http://localhost:9090.
Nightly Builds

The above images usually do not reflect latest development versions. You might want to manually update to a bleeding edge version available from http://www.squeaksource.com/Seaside30.html.
Experimental nightly builds are available from:
