January 26, 2026
Cutting-edge chaos
Running the Stupid Cricut Software on Linux
Linux user strong-arms Cricut into working, sparking hacks, memes, and petty wars
TLDR: A Linux crafter got Cricut’s Windows-only app running with WINE and a goofy login workaround. Comments split between cheering a full reverse-engineer to escape Cricut’s lock-in and mocking the brand’s weird Linux-to-Mac download; everyone agrees the DIY spirit is strong and a jailbreak might be coming.
The post reads like a dare: make Cricut Design Space behave on Linux, armed with WINE, a user‑agent trick, and pure stubbornness. The author swears by Inkscape for designs, then wrangles Cricut’s Windows app to install, fights a weird full‑screen bug, and pulls off a hilarious two‑terminal login dance using a “cricut://?code=…” link. It’s equal parts tutorial and roast of a brand that won’t ship a Linux app, with a nod to Flatpak dreams and the reality: support costs money.
The comments light up with hackers vs haters. One standout asks, “Has the Cricut protocol been reverse engineered already?” and flexes that reverse‑engineering another craft machine was “really doable with LLMs” (AI helpers) and decompiled code—cue cheers for an open driver and freedom from Cricut’s locked‑down platform. Others dunk on the site’s OS detection that sees Linux and weirdly serves a Mac download; meme lords riff on the login ritual (“cricut://?code=LOL”), while pragmatists sigh, “Just buy different hardware.” The drama boils down to pride in making locked gadgets bend, versus rage at paying for stock images inside a walled garden. Verdict from the peanut gallery: cutting edge meets cutting corners—and the community smells a jailbreak. Grab popcorn for this.
Key Points
- •Cricut Design Space can run on Linux using WINE, with a noted fullscreen invisibility issue possibly tied to Wayland.
- •Downloading the Windows installer requires changing the browser user agent to Windows 10 because the site misidentifies Linux and defaults to Mac downloads.
- •The guide recommends using a fresh WINE build from WineHQ, configuring via winecfg, and then installing the cited version v9.47.92.
- •Authentication is completed by launching the app in WINE, logging in via the native browser, then passing the code from the redirect URL to the app using the cricut://?code=... scheme.
- •Tools mentioned include Inkscape for design, Firefox/Chromium with an open-source User-Agent Switcher, and tmux for managing terminal sessions.