Home

UmBox is a package manager for Umka. It can manage dependencies for Umka libraries and programs. It features a web UI with an automatic API reference generator (using MMDOC syntax) and other useful features. The official UmBox repository is hosted here at tophat2d.dev, but it is possible to host your own repository if needed.

Both the server and CLI parts of UmBox are open sourced. You can browse documentation here. For technical support or discussions about UmBox, join the official Umka Discord server.

Logo credit: Jakub VĂ­ta

Getting started

Linux

Windows

Portable

curl -L https://umbox.tophat2d.dev/dl/setup.sh | sh
mkdir my_box
cd my_box
umbox init umka
umbox run

Download the installer here and run it.

mkdir my_box
cd my_box
umbox init umka
umbox run

Download the portable ZIP here and extract it to directory of your liking.

mkdir my_box
cd my_box
path/to/umbox init umka
path/to/umbox run

Now you can continue by reading the documentation.

* More information about the install procedure is available here.

Features