Unpackager for TurboWarp, forkphorus, and HTMLifier

Select or drop an HTML or zip file generated by TurboWarp Packager, forkphorus packager, or HTMLifier and the unpackager will extract the original Scratch project.

Limitations

Having access to a packaged version of a project does not necessarily mean that you are legally allowed to unpackage the project, modify it, or redistribute it. We are not lawyers and will not provide legal advice on this matter.

The TurboWarp Packager removes comments and script positions from packaged projects, so you may have to manually clean up the scripts.

HTMLifier converts Scratch 2 projects to Scratch 3, so some information may be lost from those projects.

Bugs

Report bugs (such as files that couldn't be unpackaged) on GitHub.

Code

Unpackager is open source.

Privacy

Files are processed locally on your computer and never sent to any server.

I don't want people to unpackage my projects

All of these project packagers work by embedding the project file and a project runner into the same file. When you open the file, some code passes that project file to the project runner. The unpackager simply does the same process.

This problem is not unique to Scratch projects. Anything web-based has similar issues, as do game engines like Unity.

We know this makes some people uncomfortable, but realistically you shouldn't worry. If you're worried about people stealing your assets, copyright law still exists. If you're selling something, pirates were never going to pay. Cheaters will always find a way. All of these problems existed long before the unpackager did.

If this still bothers you, the topic to research is "DRM".