Build self-contained Arcanist executables so newcomers would be able to set it up with following simple CLI combo wget 'https://phab.project-domain.com/arcanist/arc' -O $HOME/bin/arc; chmod +x ~/bin/arc. Assuming PHP is installed of course.
This definitely is possible because composer is distributed this way.