For the CLI fans it is probably worth pointing out that all (or nearly all) of the project and catalog management operations that are exposed in the maiden web UI can be accomplished on the CLI as well.
The maiden backend server has sub-commands for example:
ssh we@norns.local
...
#
# the catalog sub-command is useful for updating the "we" and "community"
#
~/maiden/maiden catalog help
manage the script catalog
Usage:
maiden catalog [command]
Available Commands:
init init an empty catalog file
list list projects
update update configured catalogs
Flags:
-h, --help help for catalog
Global Flags:
--config string use specific config file
--debug enable debug logging
Use "maiden catalog [command] --help" for more information about a command.
#
# the project sub-command is installing and updating project directories
#
~/maiden/maiden project help
manage dust projects
Usage:
maiden project [command]
Available Commands:
install install a script/project
list list installed script/project(s)
push push a git based project
remove remove a project dir
update install a script/project
Flags:
-h, --help help for project
Global Flags:
--config string use specific config file
--debug enable debug logging
Use "maiden project [command] --help" for more information about a command.
If there are further questions around usage feel free to chime in on the Norns: maiden topic.