Imagine you’ve written a nice little Julia package that is really meant to be used as a command line tool instead of a library. It would be wonderful to bundle it up so that you can share it with fellow researchers that might not be Julia users. You ask yourself, “How do I turn my Julia package into a compiled executable/application?” In this session, I’ll try to tackle this problem using an existing package, TotalViewITCH.jl, as an example.