Skip to content

Build pystack as a standalone binary #256

@Yinwhe

Description

@Yinwhe

Currently pystack is used as a Python script + requires installing Python + dependencies (libdw, libelf, etc.). That adds friction in some deployment environments.

I made a script build_binary.sh (using Nuitka) to compile pystack into a standalone executable. Then users can just download the binary and run it—no need to set up Python + dependencies.

Do you think this would be useful? If yes, I can open a PR to add the binary build + usage instructions.

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