mirror of
https://github.com/ayyo42069/HTTPToolkit-Patcher-2026.git
synced 2026-07-15 16:20:02 +02:00
45add35c8a58d4a7e4aaf7a3d7cff7c326a4afc8
HTTP Toolkit Pro Patcher
A simple patcher to enable Pro features in HTTP Toolkit.
Updated by kristof.best (@ayyo42069) Original by (@XielQ)
Requirements
- Node.js 15 or higher
- HTTP Toolkit installed
Usage
# Install dependencies
npm install
# Apply the patch
node . patch
# Start HTTP Toolkit
node . start
# Restore original (if needed)
node . restore
How it works
- Extracts the app.asar from HTTP Toolkit
- Injects a local proxy server that intercepts UI requests
- Patches the subscription data on-the-fly to enable Pro features
- Flips Electron fuses to bypass ASAR integrity checks
- Repacks the app
Notes
- Creates a backup at
app.asar.bakbefore patching - You can set a custom proxy with the
PROXYenvironment variable - Works offline after first run (caches UI files locally)
License
MIT
Disclaimer
Please buy the original license after using the program.
https://httptoolkit.com/
Languages
JavaScript
100%