st_launcher provides a framework for writing and running Smalltalk scripts in both GemStone and Pharo images. Scripts are defined as Smalltalk classes with options and usage help generated automatically. The st_launcher tool handles launching the appropriate image and running the script code based on configuration files that map image names to VM and image properties. Examples are provided of hello world and bug reporting scripts written using this framework.