<div dir="ltr">Can someone that uses Smalltalk on a Mac confirm whether this is the correct way to obtain a VM executable?<div><br></div><div>- Browse <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm">https://github.com/OpenSmalltalk/opensmalltalk-vm</a><br>- Under "Releases" on the right side, click "Latest".<br>- Click the proper file for your operating system and processor.<br>  For example, `squeak.cog.spur_macos64ARMv8.dmg`.<br>- Double-click the downloaded file to install it which will result in <font face="monospace">Squeak.app</font><br clear="all"><div>- Create a symbolic link to the virtual machine that is inside this app</div>  by entering the following:</div><div><br></div><div>  <font face="monospace">ln -s "./Squeak.app/Contents/MacOS/Squeak" squeak-vm</font></div><div><br></div><div>- Execute a file containing Smalltalk code using that VM executable with the following:</div><div><br></div><div>  squeak-vm {path-to-cuis-base-image} -s <a href="http://demo.st">demo.st</a></div><div><br></div><div>  where <a href="http://demo.st">demo.st</a> contains something like the following:</div><div><br></div><div><font face="monospace">| stdout |<br>stdout := StdIOWriteStream stdout.<br>stdout nextPutAll: 'Hello, World!'.<br>Smalltalk quit</font><br></div><div><br></div><div>When I do this, I don't get an error, but I don't get any output and the VM doesn't exit.</div><div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>