Supported Platforms
Available Targets
Target
Architecture
OS
Usage
# Build for current platform (default)
jbundle build --input . --output ./app
# Build for Linux x64
jbundle build --input . --output ./app --target linux-x64
# Build for Linux ARM64
jbundle build --input . --output ./app --target linux-aarch64
# Build for macOS Intel
jbundle build --input . --output ./app --target macos-x64
# Build for macOS Apple Silicon
jbundle build --input . --output ./app --target macos-aarch64Cross-Compilation
Platform Detection
Host OS
Host Arch
Default Target
CI/CD Example
Windows Support
Notes
Last updated
Was this helpful?