Skip to content

Replace pkg with a modern bundler #12

Description

@IamJeffG

pkg is no longer maintained and blocks us from upgrading dependencies. Specifically, pkg@5.8.1 (the latest version) only supports Node 18, which prevents us from upgrading to Commander 15.

We need a bundler that can replace pkg with these requirements:

  • Bundles standalone executables for Windows (x64) and Linux (x64) that don't require Node.js to be installed
  • Supports recent Node.js versions (22+)
  • Optional: Works with CommonJS projects (our codebase currently uses require, but we could change that)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions