mint-tooling is a simple desktop tool for building custom TurboWarp extensions on Windows. It helps you turn your extension files into a ready-to-use build with less setup and less manual work.
Use it if you want a cleaner way to work on Scratch and TurboWarp extensions without dealing with extra steps each time you make a change.
- Windows 10 or Windows 11
- A computer with at least 4 GB of RAM
- About 200 MB of free disk space
- Internet access for the first download
- Permission to run downloaded apps
Visit this page to download the latest Windows release:
After the page opens:
- Look for the newest release at the top.
- Open the Assets section.
- Download the Windows file for your computer.
- Save the file to a folder you can find later.
- Open the downloaded file.
- If Windows shows a security prompt, choose the option to keep or run the file.
- If the file is in a ZIP folder, right-click it and choose Extract All.
- Open the extracted folder.
- Double-click the app file to start mint-tooling.
If Windows asks for permission, choose Yes.
- Open mint-tooling.
- Choose or create your project folder.
- Add your extension files.
- Pick the build option you want.
- Start the build.
- Wait for the process to finish.
- Open the output folder and use the generated files in TurboWarp.
A simple project may look like this:
srcfor your source filesdistfor build outputassetsfor images or support filesconfigfor app settingsREADMEfor project notes
You can keep your extension code in one place and let mint-tooling handle the build step.
- Build TurboWarp extensions from a simple project setup
- Keep your files in a clear folder structure
- Work with JavaScript or TypeScript projects
- Use bundling to combine files for release
- Rebuild your project after changes
- Keep your extension files ready for testing
- Keep your project folder in a short path, such as
C:\Projects\mint - Use clear file names
- Save changes before you build
- Keep your source files in one folder
- Remove old build files if you see mixed results
- Use the newest release when you want the latest fixes
- Check that the file finished downloading.
- Make sure you extracted the ZIP file if the release came in one.
- Right-click the app and choose Run as administrator.
- Check your antivirus if it blocks the file.
- Download the release again from the releases page.
- Put each extension in its own folder
- Keep test files separate from release files
- Back up your project before larger changes
- Use one main folder for each build
- Store notes in a text file inside the project folder
- Download mint-tooling from the releases page.
- Open the file on your Windows PC.
- Set your project folder.
- Add your extension files.
- Run the build.
- Use the output in TurboWarp
mint-tooling is made for extension work, build flow, and bundling. It fits projects that use JavaScript, TypeScript, and common development tools for Scratch and TurboWarp extension work.
.exefor the app.zipfor a packed release.jsonfor settings.jsfor JavaScript files.tsfor TypeScript files.mapfor build support files
Download mint-tooling only from the releases page linked above. After that, open the file from your Downloads folder or from a folder you made for tools.
- Create a project folder.
- Add your extension code.
- Open mint-tooling.
- Build the project.
- Test the result in TurboWarp.
- Make changes.
- Build again
- build
- bundling
- extensions
- javascript
- node
- scratch
- turbowarp
- typescript
- ci
- cd
If you are making a custom TurboWarp extension, you can keep your source files in one folder, run a build, and get a clean output folder for testing. This helps when you want fewer manual steps and a more regular build process.
my-extensionsrcmain.tshelper.ts
distpackage.jsonREADME.md
This kind of layout keeps your work simple and easy to follow.
You do not need programming knowledge to run mint-tooling. If you decide to edit extension files later, the app works well with common text editors and project folders used in Node-based workflows.
Download and run the latest Windows release from: