CatpileDocs
Guide

Decompiling

Reverse-engineer CatWeb JSON back to CatLang source code.

0%

The decompiler converts CatWeb JSON → .cat source (for editing) + .catui (for UI paths).

text
CatWeb JSON → [Extract Scripts] → [Decompile Actions] → .cat file per script
           → [Extract UI] → [Build Paths] → .catui
           → [Strip Scripts] → .json (preserved UI)