mirror of
https://github.com/ayyo42069/HTTPToolkit-Patcher-2026.git
synced 2026-07-15 16:20:02 +02:00
45a9d8513c18861ef22317d610baeed21d0f4367
Add --path option and detect new install layouts
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
# Specify a custom install path (e.g. Program Files)
node . patch --path "C:\Program Files\HTTP Toolkit"
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 - Use
--pathto point at a non-default install location; auto-detection also coversProgram Filesand the newerPrograms\httptoolkit\HTTP Toolkitlayout on Windows - 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%