To update, download and run the new installer.
To update, download the new app and replace the old one.
If you installed TurboWarp Desktop from an app store or package manager, download the update from there. Otherwise, manually reinstall the app the same way you installed it.
To update, reinstall the app the same way you installed it.
or
Download installer for Windows 10+ (64-bit)Free code signing provided by SignPath.io, certificate by SignPath Foundation.
If a Windows SmartScreen alert appears, click "More info" then "Run anyways".
By compiling projects to JavaScript, they run 10-100x faster than in Scratch.
Uses significantly less memory and idle CPU usage than Scratch.
Your eyes will thank you.
Replace Scratch's default 30 FPS with any framerate of your choosing or use interpolation.
Built in packager to convert projects to HTML files, zip files, or applications for Windows, macOS, or Linux.
Change Scratch's default 480x360 stage to any size you like.
Includes new extensions such as gamepad and stretch, and supports loading custom extensions.
Remove almost any of Scratch's arbitrary limits, including the 300 clone limit.
Put scripts, costumes, sounds, or entire sprites into the backpack to re-use them later.
Searchable dropdowns, find bar, jump to block definition, folders, block switching, and more.
Full support for transparency, an improved costume editor, onion skinning, and more.
Enable the cat blocks addon to get cute cat blocks any day of the year.
Repairing a VCDS 22.3.1 HEX-V2 clone often comes down to fixing firmware corruption or driver mismatches. Because these "clone" devices use unofficial loaders to bypass Ross-Tech's licensing
Necessary if the Atmega/STM32 chip is physically dead.
No. Stop trying. VCDS 24.7 uses RSA signature verification. No public clone firmware bypasses this. Stick to v21.9 or use a legitimate interface for 2024+ models.
| Method | Difficulty | Cost | Success Rate | Notes | |--------|------------|------|--------------|-------| | LDO replacement | Low | $0.50 | 70% | Most common fix | | EEPROM reflash (saved dump) | Medium | $5 (programmer) | 85% | Requires backup | | STM32 firmware recovery via DFU | High | $0 | 50% | Often needs original .hex | | Full STM32 reflash with ST-Link | High | $10 | 95% | With correct firmware (rare) | | Replace FTDI clone with genuine FT232RL | Medium | $8 | 90% | Restores stable USB | vcds 2231 hex v2 clone repair better
: Open the casing to access the internal PCB.
: Use specialized chip utility software on your PC to write an uncorrupted firmware dump file matching your target VCDS version. 3. Driver Rollback and Reinstallation
: Requires an EEPROM rewriting tool (like M0nk3y loaders or VAGCOM_EEWriteLang) to clear the bricked state. 2. STM32 Chipset (The "Real" V2 Clone) What it is : Uses ARM STM32F405 or STM32F429 chips. Repairing a VCDS 22
This happens when the VCDS software detects the clone signature and restricts its use.
: Open the VCI Config utility. Even if it shows errors, navigate to the Update tab and click Check for Updates followed by Download Update to try and reset the firmware state .
Do not install VCDS 23.x or 24.x. Stick to (or 22.10 for some clones). Install it inside a Windows 10 Virtual Machine (VirtualBox) with USB passthrough. If the VM gets bricked, restore a snapshot. Stop trying
If your HEX-V2 clone died after a software update, don’t throw it away. Find a trusted electronics repair person who understands VCDS clone hardware. Mine now works better than when it was new. 4/5 stars – only downside is the hassle of finding a good repair shop.
Search for HEX-V2_Clone_FW_22.3.1.bin (do not share copyrighted material – for educational repair only). Alternatively, dump from a working clone (if legal in your region).
: If the device is stuck with flashing red lights, you can sometimes force a firmware refresh through the software's configuration utility.
: Operates faster, handles full firmware updates, and supports modern UDS vehicle platforms.
Get it from the Microsoft Store to enable automatic updates.
Or download an installer.
TurboWarp Desktop uses a free code signing provided by SignPath.io, certificate by SignPath Foundation.
These versions of the app have the same features but are slower and less secure. Support will be removed at an unknown time in the future. If a Windows SmartScreen alert appears, click "More info" then "Run anyways".
Install from the Mac App Store for automatic updates.
Or download the app manually. Open the .DMG, then drag TurboWarp into Applications. If it tells you that TurboWarp already exists, choose "Replace".
Download for macOS 12 and laterThese versions of the app have the same features but are slower and less secure. Support will be removed at an unknown time in the future. Open the .DMG, then drag TurboWarp into Applications. If it tells you that TurboWarp already exists, choose "Replace".
Try searching for "TurboWarp" in your distribution's software manager and choose the first option that appears. If it doesn't appear or if you're an advanced user, choose one of these installation methods:
Install our repository to receive updates through apt by running these commands:
wget https://desktop.turbowarp.org/release-signing-key.gpg -qO- | gpg --dearmor | sudo tee /usr/share/keyrings/turbowarp.gpg > /dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/turbowarp.gpg] https://releases.turbowarp.org/deb stable main" | sudo tee /etc/apt/sources.list.d/turbowarp.list
sudo apt update
sudo apt install turbowarp-desktop
Or manually install the .deb (won't add apt repository):
For Arch Linux systems, we recommend the official AUR package: turbowarp-desktop-bin
We maintain an official Flatpak version on Flathub: org.turbowarp.TurboWarp
By default, gamepads will not work in the Flatpak version. To fix this, run this command:
flatpak override org.turbowarp.TurboWarp --user --filesystem=/run/udev:ro
We maintain an official snap version: turbowarp-desktop
By default, the snap version can't access your camera, microphone, gamepads, or removable drives. To fix this, run these commands:
snap connect turbowarp-desktop:camera
snap connect turbowarp-desktop:audio-record
snap connect turbowarp-desktop:joystick
snap connect turbowarp-desktop:removable-media
By default, the snap version can't be set as the file opener for sb3, sb2, or sb files without interfering with other file types. To fix this, run these commands:
wget https://desktop.turbowarp.org/snap-mime.xml -qO- | sudo tee /usr/share/mime/packages/turbowarp-desktop-snap.xml > /dev/null
sudo update-mime-database /usr/share/mime