Skip to content

dolphin2410-archive/kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kube

Binary Application Installer

Notes

Currently under beta

Introduction

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.

Usage

You can easily create the installer with setup.py.

Requirements

  • The python interpreter
  • Windows, Mac or any Linux distribution

Steps

  1. 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
  1. 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

About

A java binary installer written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published