You can use the Application Builder tool in the LispWorks IDE to deliver your application. This performs the same steps as described in Delivering the program using a command shell, but provides a windowing interface which is easier to use.
To start, you will need a script which loads your compiled application code. This can be as simple as
(in-package "CL-USER")
(example-compile-file "delivery/hello/hello" :load t)
but you can also start with a complete delivery script such as that shown in Delivering the program using a command shell.
For full instructions on using the Application Builder tool, see the LispWorks IDE User Guide .