kuto
« Back to VersTracker
Description:
Reverse JS bundler
Type: Formula  |  Latest Version: 0.3.6@0  |  Tracked Since: Dec 24, 2025
Links: Homepage  |  GitHub  |  Docs  |  formulae.brew.sh
Stars: 528  |  Forks: 1  |  Language: TypeScript  |  Category: Developer tools
Tags: javascript bundler reverse-engineering developer-tools cli
Install: brew install kuto
About:
Kuto is a reverse bundler for JavaScript that deconstructs minified code back into a more readable and modular structure. It helps developers analyze third-party scripts or legacy codebases by extracting functions and variables into separate files. This tool simplifies the debugging and comprehension of complex, bundled web applications.
Key Features:
  • Reconstructs minified JavaScript into modular files
  • Preserves functionality while improving readability
  • Command-line interface for easy integration
  • Handles complex dependency graphs
Use Cases:
  • Analyzing third-party scripts or tracking pixels
  • Refactoring legacy minified JavaScript applications
  • Debugging production builds without source maps
Alternatives:
  • prepack – Prepack optimizes code execution, whereas Kuto focuses on structural decomposition for readability.
  • beautify – Beautifiers only format whitespace; Kuto attempts to split the code into logical modules.
Version History
Detected Version Rev Change Commit
Dec 24, 2025 9:55pm 0.3.6 0 VERSION_BUMP cc2bf1a4