Installation

From Source

Currently, jbundle is installed from source using Cargo (Rust's package manager).

Prerequisites

Steps

# Clone the repository
git clone https://github.com/avelino/jbundle.git
cd jbundle

# Install globally
cargo install --path .

After installation, jbundle will be available in your PATH.

Verify Installation

jbundle --version

Coming Soon

  • Homebrew formula (brew install jbundle)

  • Pre-built binaries for Linux and macOS

  • Cargo crates.io (cargo install jbundle)

Requirements

jbundle itself has no runtime dependencies. However, to build applications, you need the appropriate build tools:

Build System
Required Tool

The output binary has no dependencies — it includes everything needed to run.

Last updated

Was this helpful?