Licensing question regarding redistribution of Pake-generated applications #1246
Replies: 1 comment
-
|
Good questions — the short answer is: you're covered, and your obligations are minimal, but here's the precise breakdown: Does distributing a prebuilt .exe create GPL source-distribution obligations? No — the Output Exception explicitly exempts generated apps from GPL's copyleft requirements. One separate thing to check: wrapping web.whatsapp.com in a redistributable app may have implications under WhatsApp's Terms of Service (not a Pake/GPL concern, but worth reading their ToS before publishing the prebuilt exe publicly). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm creating a small GitHub project called WhatsAppLite.
The repository contains:
Users can build the application themselves using Pake.
I am also considering publishing a prebuilt Windows executable in GitHub Releases as a convenience for users who do not want to install the build dependencies.
The application is simply a wrapper around https://web.whatsapp.com/ generated with Pake. I am not modifying Pake itself.
My questions are:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions