> Hi list! One question: Is it possible to create command-line binaries > with Neko,xcross or something like this? Yes. Once compiled in your ".n" you can run : nekotools boot myapp.n This will create a binary for you. The other possibility is to use xcross, but you can't use all Neko libraries with it. Nicolas