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.
There is a specific psychological pain that occurs when you choose not to retaliate against a partner who has hurt you. There is a visceral ache when you watch your child walk toward a mistake you could easily prevent. There is a hollow, ringing silence in the room when you decide to listen rather than speak.
. It reflects the choice of a dedicated owner to prioritize a pet's long-term health, safety, and community well-being over the natural drive to breed. Here is a blog post developed around this theme.
When you consistently choose castration over control, you build a container of safety. A partner who knows you will not use your power against them can finally be vulnerable. A child who knows you will allow them to fail can finally take risks. A friend who knows you will not demand repayment can finally be poor.
To declare that "castration is love work" is to accept the messy, complicated responsibility of domesticating animals. We have altered their evolutionary paths to live alongside us. Because we have removed them from the natural checks and balances of the wild, we must become their regulators. castration is love work
First and foremost, it is critical to distinguish between physical castration (a medical procedure) and psychological or symbolic castration. The latter is the focus of love work.
Today, the conversation around castration as a labor of love must consider the implications of gender identity, sexual orientation, and the body’s relationship to love and desire. It prompts questions about the social construction of gender and the ways in which society seeks to control or liberate individuals from traditional gender roles.
"Castration is love work" is a haunting, transgressive slogan that successfully challenges the viewer to define the boundaries of sacrifice. However, it is ultimately a nihilistic view of love. It posits that love cannot redeem the body, but must instead censor it. There is a specific psychological pain that occurs
This is "work." It is not a feeling; it is an action. It is the daily grind of restraint: keeping your mouth shut during an argument, letting a child fail so they can learn, allowing a partner the privacy of their own sorrows without demanding entry.
Many feminist scholars argue that such extreme language can be alienating or essentialist, so look for counter-arguments to provide a balanced view. To help you get exactly what you need, could you clarify:
It is vital to distinguish this political theory from actual medical procedures. In a clinical or veterinary sense, is a physical intervention: When you consistently choose castration over control, you
Consider the male submissive in a FLR who has ceded his orgasm control to his wife. He wakes up not thinking, "What do I want today?" but "How can I serve her vision today?" He does the dishes not for praise, but because she delegated the task. He works out not for vanity, but because she requires his health for her security.
To declare that "castration is love work" is to reject a superficial version of kindness that prioritizes comfort over long-term safety. It reframes a routine veterinary procedure as a profound ethical choice—a declaration that we care enough about our animals, our communities, and future generations to actively prevent suffering.
In this context, the "work" is the proactive medical decision made by humans to ensure a longer, healthier, and calmer life for their companion animals. Psychological Sublimation: Taming the Ego
Love work is rarely pretty. It is the long midnight holding of a fevered child. It is forgiving the same offense for the tenth year. It is choosing to stay small so another can grow large. Sometimes, love work picks up the knife.
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