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.
For over half a century, Let It Be has stood as one of The Beatles’ most mythologized, misunderstood, and emotionally complex albums. Originally released in May 1970—a full month after the band’s public dissolution—it was never meant to be a standard swan song. It was a documentary soundtrack, a "live-in-the-studio" experiment, and, in many ways, an album the band had abandoned only to resurrect it under Phil Spector’s controversial orchestral polish.
Fast forward to 2021. Enter Giles Martin (son of legendary producer George Martin) and his team of audio restoration wizards. With the release of Let It Be: 2021 Super Deluxe Edition, The Beatles’ notoriously fractured final album received its definitive, redemptive makeover. For audiophiles hunting for the "The Beatles - Let It Be - 2021 Super Deluxe FLAC", you are not just downloading files; you are acquiring the purest, most dynamic, and historically comprehensive version of this album ever conceived.
Here is why the FLAC (Free Lossless Audio Codec) version of this set is an absolute necessity for your digital library.
Streaming is convenient, but FLAC offers the full dynamic range that Apple’s AAC or Spotify’s Ogg compression discards. On the Super Deluxe box set (5 CDs / 4 Blu-rays), you get:
The Beatles – Let It Be (2021 Super Deluxe Edition) [FLAC 24bit/96kHz] The Beatles - Let It Be -2021 Super Deluxe FLAC...
Format: High-Resolution FLAC (24-bit / 96 kHz) Source: 2021 Stereo Remix by Giles Martin
Disc Breakdown:
Why FLAC? Unlike MP3 or streaming, this FLAC rip preserves the full frequency response of the master tapes. Pay attention to Ringo’s cymbal decay and John’s vocal proximity effect. No compression artifacts.
Track Highlights (FLAC test tracks):
Technical Notes: Properly tagged, cover art embedded (3000x3000), folder contains CUE sheet and spectral log.
If you have downloaded the Let It Be (2021 Super Deluxe) FLAC, here are five critical listening moments:
One of the miracles of the 2021 remix is the resurrection of John Lennon’s bass playing (yes, John played bass on several tracks). In FLAC, the low-end isn’t a muddy thump; it’s melodic. On "Dig a Pony," you can trace Lennon’s fretless bass lines weaving under George’s guitar with an almost PSYCHOACOUSTIC presence.
To appreciate the 2021 remix, one must understand the source. The Get Back sessions (January 1969) were fraught. The band, tired of studio artifice, wanted to record an album "as live." Engineer Glyn Johns assembled the first mix in May 1969, but the band rejected it. After The Beatles disbanded, Phil Spector was hired to salvage the tapes. He added lush orchestration, choir, and his signature reverb—most notoriously to “The Long and Winding Road.” The Ultimate Listening Experience: Why The Beatles’ Let
For decades, purists hated Spector’s version. The 2003 Let It Be… Naked attempted to strip it back, but it lacked the warmth of the original session ambience.
Enter Giles Martin (2021). Using cutting-edge audio de-mixing technology (the same MAL machine learning used for the Get Back documentary), Martin had access to the original eight-track session tapes without Spector’s echo or Johns’ rough balances. His goal: to honor the raw energy of the rooftop concert and the studio jams while keeping the clarity of a 2021 production.
This is an outtake, not on the original album. But in FLAC, this rehearsal is a goldmine. Paul and John harmonise off-mic, laughing. The audio is raw—you’ll hear chair squeaks and amplifier hum. This is what lossless audio does best: it preserves the moment, not just the song.
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