Binary Application Installer
Currently under beta
Kube is made to install a java application image made by jlink
. The front-end is made up with web-view, and the rest with pure rust.
You can easily create the installer with setup.py
.
- The
python
interpreter - Windows, Mac or any Linux distribution
- Download the
setup.py
located in the root of this project.
You can do this by running the following command
curl -o setup.py https://raw.githubusercontent.com/dolphin2410/kube/main/setup.py
- Execute the
setup.py
You can do this by running the following command. The
-y
flag will automatically install Rust if not installed.
python setup.py path/to/archive.zip myapp -y