Skip to content

Releases: developersharif/ubuilder

UBuilder v2.5.1

21 May 07:26

Choose a tag to compare

UBuilder v2.5.1

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.5.1...vv2.5.1

UBuilder v2.5.0

21 May 05:22

Choose a tag to compare

UBuilder v2.5.0

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.5.0...vv2.5.0

UBuilder v2.4.3

20 May 17:18

Choose a tag to compare

UBuilder v2.4.3

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.4.3...vv2.4.3

UBuilder v2.4.2

20 May 13:06

Choose a tag to compare

UBuilder v2.4.2

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.4.2...vv2.4.2

UBuilder v2.4.1

20 May 12:12

Choose a tag to compare

UBuilder v2.4.1

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.4.1...vv2.4.1

UBuilder v2.4.0

20 May 07:33

Choose a tag to compare

UBuilder v2.4.0

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.4.0...vv2.4.0

UBuilder v2.3.0

20 May 05:52

Choose a tag to compare

UBuilder v2.3.0

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.3.0...vv2.3.0

UBuilder v2.2.0

19 May 14:57

Choose a tag to compare

UBuilder v2.2.0

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.2.0...vv2.2.0

UBuilder v2.1.0

19 May 11:08

Choose a tag to compare

UBuilder v2.1.0

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.1.0...vv2.1.0

UBuilder v2.0.1alpha

01 Jul 10:43
3023969

Choose a tag to compare

UBuilder v2.0.1alpha

This release contains pre-built binaries for multiple platforms.

What's Included

  • UBuilder Core: The main executable for creating bundled applications
  • Example Applications: Pre-built examples demonstrating Python, PHP, and Node.js support
  • Documentation: README, license, and changelog

Platform Support

  • Linux (x86_64): Ubuntu 20.04+ compatible
  • Windows (x86_64): Windows 10+ compatible
  • macOS (x86_64): macOS 12+ compatible

Quick Start

  1. Download the archive for your platform
  2. Extract the contents
  3. Run ./ubuilder --help (Linux/macOS) or ubuilder.exe --help (Windows)
  4. Check the examples directory for sample applications

Usage

# Create a bundled Python application
./ubuilder --project-dir=./my-python-app --runtime=python --output=my-app

# Create a bundled PHP application
./ubuilder --project-dir=./my-php-app --runtime=php --output=my-app

# Create a bundled Node.js application
./ubuilder --project-dir=./my-node-app --runtime=node --output=my-app

Full Changelog: vv2.0.1alpha...vv2.0.1alpha