A minimal, cross-platform patcher for HTTP Toolkit that removes subscription requirements.
I don't feel like paying a monthly subscription for an HTTP proxy/interceptor. A lifetime license? Sure. But subscription-based for a dev tool? No thanks.
The patcher intercepts HTTP Toolkit's authentication functions:
isPaidUserisLoggedInuserHasSubscriptionuserEmailmightBePaidUserisPastDueUser
By hooking these functions, we bypass the subscription checks entirely.
- Install Node.js (if not already installed)
- Install dependencies:
npm installPatch HTTP Toolkit:
npm startUnpatch/Restore:
npm run unpatchShow help:
npm start helpThat's it. The patcher handles everything automatically and will request elevated permissions if needed.
- Finds HTTP Toolkit installation
- Kills running processes
- Requests elevation if needed
- Backs up
app.asar - Extracts and patches
preload.js - Repackages and launches
Permission errors? The patcher will automatically request elevated permissions (admin/sudo).
Already patched? The patcher will ask if you want to repatch.
Want to restore? Run npm run unpatch to restore from backup.
Anything else? Open an issue on the GitHub repository.
This tool is provided as-is. Use at your own risk. For educational purposes only.
MIT License - see LICENSE file.
