Bundle App UI
A cross-platform desktop tool for creating structured bundle archives from files and metadata. Useful for packaging assets, distributing datasets, and preparing configuration bundles. Currently available as source-only (no prebuilt releases).
Features
- Create bundle archives combining files and metadata
- Tree-based UI for organizing bundle structure
- Optional metadata fields for structured packaging
- Cross-platform: Windows, Linux, macOS
- Open-source and extensible
Status
No official releases yet. The application must be built from source.
Build from source
git clone https://github.com/astrapi69/bundle-app-ui.git
cd bundle-app-ui
./gradlew build
# Output JAR will be located under:
# build/libs/bundle-app-ui-<version>.jar
Source code
Repository:
github.com/astrapi69/bundle-app-ui