Skip to content

Instantly share code, notes, and snippets.

@AndrewAubury
Created July 19, 2024 16:18
Show Gist options
  • Select an option

  • Save AndrewAubury/f88bccf9b9bd78dae15a6fc7452bd7f7 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewAubury/f88bccf9b9bd78dae15a6fc7452bd7f7 to your computer and use it in GitHub Desktop.
  • Create a Cloudflare worker with the code provided
  • Install the asar tools
  • Copy the app.asar from cricut (C:\Users\USERNAME\AppData\Local\Programs\Cricut Design Space\resources) out to a folder
  • Unpack the asar with the command asar e app.asar app
  • Open app/cricut-ele-design-space/main.js in a actual text editor - I use VSCode
  • Search and replace apis.cricut.com to your-worker-url.workers.dev
  • Repack the asar with the command asar p app mod-app.asar
  • Replace the cricut app.asar with your new modded one

When Cricut updates the design space you will need to re-do the mod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment