-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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
Labels
No labels