Hatchery support
Add app directories to the path and change menu to use the provided metadata.
ELF apps are listed, but people can also include them with apps. I think they should be published in the hatchery together with an init.py containing something like:
import os
os.exec("/apps/myapp/mybinary.elf")
It lists all ELF files found in /elf
Edited by Renze