How do i compile on mac

Yea i want to compile to exe (for now going be for mac soon)

Whoops i thought this was like compiling to make an exe for a game
:frowning: darn i really am trying to make an exe with launcher py files from a game and it with the other folders of files sigh

Nirai is the best you can get as far as game engines go. It’s based of Toontown Rewritten’s Mirai packager, has protection against code injection, and your code is obfuscated and encrypted with aes, then is packaged into a .nri file.

If you want security and performance you’d be better off going for something like nuitka, which compiles Python code to C++, so it completely bypasses Python’s bytecode interpreter.