Documentation

Everything you need to get started with JSC Decompiler.

Getting Started

JSC Decompiler is a web-based tool — no installation required. Sign up for a free account and start decompiling .jsc files immediately.

1

Create your account

Sign up at app.jscdecompiler.com — free tier, no credit card required.

2

Upload your .jsc file

Drag and drop or select a .jsc file. JSC Decompiler auto-detects the V8 version from the bytecode header.

3

Get decompiled JavaScript

View the output in the browser, copy to clipboard, or download the decompiled .js file.

Web App Usage

The web app provides a simple drag-and-drop interface for decompiling .jsc files. Upload a file and get readable JavaScript output in seconds.

FeatureDescription
File uploadDrag-and-drop or file picker for .jsc files
Auto-detectionV8 version is automatically detected from the bytecode header
Version overrideManually specify Node.js version if auto-detection fails
ExportDownload decompiled .js files individually or as a ZIP

Supported Versions

JSC Decompiler supports all major Node.js versions and their corresponding V8 bytecode formats.

Node.jsV8 EngineStatus
Node 8V8 6.xSupported
Node 12V8 7.xSupported
Node 14V8 8.xSupported
Node 16V8 9.xSupported
Node 18V8 10.xSupported
Node 20V8 11.xSupported
Node 22V8 12.xSupported
Node 24V8 13.xSupported
Node 25V8 14.1Supported

Need help? Reach out on Discord or email support.