No. The Mac binary we supply has aMule (the complete GUI program) and amuleweb, but not amuled (the daemon). You have to compile amuled from the source code for yourself.
The instructions are basically very similar to the
instructions for compiling aMule.app, with a few minor changes. When configuring aMule, you add "--disable-monolithic --enable-amule-daemon" to the
configure command. After the
make step, you don't need the
strip or
mv steps. Instead you have src/amuled, which is the daemon program, and you can run it from where it is or copy it wherever you want.