Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I run Pharo?

pharo run
0
Posted

How do I run Pharo?

0

If you are not familiar with Smalltalk application internals try one of our one-click deployments if available. This hides the application structure into a single-executable for your platform. If a one-click is not available, or you want to run a development build, read on. Smalltalk applications are usually distributed as an ‘image’ and a virtual machine (VM) for your platform. The image contains the application in a platform independent format and the VM executes it. Drag and drop the image onto the VM and it should run. Whilst Pharo is in active development, you will see new images published frequently. You can download these to track changes. The VM should only change for major features or bug fixes. For more background on Smalltalk/Squeak please read Squeak By Example or ask on the mailing-list.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.