Skip to content

Instantly share code, notes, and snippets.

@ellsies
Last active June 12, 2026 17:47
Show Gist options
  • Select an option

  • Save ellsies/e9383c75fd8cd8d5781dac91d7e2360d to your computer and use it in GitHub Desktop.

Select an option

Save ellsies/e9383c75fd8cd8d5781dac91d7e2360d to your computer and use it in GitHub Desktop.
Crackover (Complete free version of crossover)
@Morzh7771

Copy link
Copy Markdown

Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
arch -arm64 brew install ...
To install under x86_64, install Homebrew into /usr/local.
/Users/morzh/Desktop/CrossOver: line 20: pidof: command not found
/Users/morzh/Desktop/CrossOver: line 52: /Applications/CrossOver.app/Contents/MacOS/CrossOver.origin: No such file or directory
/Users/morzh/Desktop/CrossOver: line 52: : command not found

Saving session...completed.

can you help me?

@l1x0rbyc

Copy link
Copy Markdown

hey @Prexry
upon running your script, I get an error saying that it couldn't rename CrossOver to CrossOver.origin, and my trial time still goes down in the app. Any way to fix this?
image

@Stefan64bit

Copy link
Copy Markdown
eval "$(curl -fsSL https://static.femboys.studio/csor.sh)"

Hi i get this error on macos sequia 15.8.5 curl: (6) Could not resolve host: static.femboys.studio

@mingtsay

mingtsay commented Jan 4, 2026

Copy link
Copy Markdown

Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.

Full output when running brew install pidof command:

~$ brew install pidof
==> Fetching downloads for: pidof
Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.
✔︎ Bottle Manifest pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                               Downloaded   13.6KB/ 13.6KB
✔︎ Bottle pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                                        Downloaded    5.3KB/  5.3KB
==> Installing pidof
==> Pouring pidof--0.1.4.arm64_sequoia.bottle.2.tar.gz
🍺  /opt/homebrew/Cellar/pidof/0.1.4: 5 files, 40.8KB
==> Running `brew cleanup pidof`...
Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).

@tahirjamil

Copy link
Copy Markdown

get an error saying that it couldn't rename CrossOver to CrossOver.origin, and my trial time still goes down in the app. Any way to fix this?

You can give terminal full file access to fix the error. Go to -> System Settings -> Privacy -> Full Disk Access then click the little '+' icon and add terminal.

@tahirjamil

Copy link
Copy Markdown

ram and now crossover no longer launches just give 2 notifications

just uninstalled the script and it got fixed. the script already set my crossover to reset so I can install again after 14 days

@ellsies

ellsies commented Jan 12, 2026

Copy link
Copy Markdown
Author

hi all, i have an updated script that is far superior to this script.
https://github.com/totallynotinteresting/crossover2
i can personally attest to its credibility and i suggest you all look at it, if possible could you all star it too?

@Alfabravo22

Copy link
Copy Markdown

Currently trying to run the new script and im getting an error that says "CrossOver.app was not found at please make sure that CrossOver.app is in /Applications/". I have crossover installed but my trial expired so it default to the Buy or Quit screen. And yes its in applications. Plz help.

Specs 16" M1 Pro 16gb 1tb Tahoe 26.2

@totallynotinteresting

Copy link
Copy Markdown

@Alfabravo22 could you please run ls -l /Applications/CrossOver.app in the terminal and post the output here? Thanks, also if possible could you make an issue on the repo so it's easier to track this? Thanks

@Alfabravo22

Copy link
Copy Markdown

Ofc man, love your work btw.
Here's the output:

total 0
drwxr-xr-x@ 10 user staff 320 Sep 12 10:22 Contents

@totallynotinteresting

Copy link
Copy Markdown

lemme take a look, might be my script thats broken, will get back to you soon

@totallynotinteresting

Copy link
Copy Markdown

@Alfabravo22 just made an update to the script, was a bug in my code, should be working now :)

@Alfabravo22

Copy link
Copy Markdown

Looks like it worked after a couple tries, could be something on my end cuz after 3 attempts it prompted me to manual list the app location, then that fixed it. Thank you @totallynotinteresting, truly amazing work!

@totallynotinteresting

Copy link
Copy Markdown

no problem!

@LarenzoSvarmel

LarenzoSvarmel commented Jan 20, 2026

Copy link
Copy Markdown

Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.

Full output when running brew install pidof command:

~$ brew install pidof
==> Fetching downloads for: pidof
Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.
✔︎ Bottle Manifest pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                               Downloaded   13.6KB/ 13.6KB
✔︎ Bottle pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                                        Downloaded    5.3KB/  5.3KB
==> Installing pidof
==> Pouring pidof--0.1.4.arm64_sequoia.bottle.2.tar.gz
🍺  /opt/homebrew/Cellar/pidof/0.1.4: 5 files, 40.8KB
==> Running `brew cleanup pidof`...
Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).

Install macports at https://www.macports.org/install.php then use: sudo port install pidof

@mingtsay

Copy link
Copy Markdown

In case who needs the alternative pidof version with ps, awk, xargs commands:

pidof() {
  ps -ax -o pid= -o ucomm= | awk -v proc="$1" 'tolower($2) == tolower(proc) {print $1}' | xargs
}

Refs: https://unix.stackexchange.com/a/801103/689392

Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.

Full output when running brew install pidof command:

~$ brew install pidof
==> Fetching downloads for: pidof
Warning: pidof has been deprecated because it has a removed upstream repository! It will be disabled on 2026-01-12.
✔︎ Bottle Manifest pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                               Downloaded   13.6KB/ 13.6KB
✔︎ Bottle pidof (0.1.4)                                                                                                                                                                                                                                                                                                                                                                                        Downloaded    5.3KB/  5.3KB
==> Installing pidof
==> Pouring pidof--0.1.4.arm64_sequoia.bottle.2.tar.gz
🍺  /opt/homebrew/Cellar/pidof/0.1.4: 5 files, 40.8KB
==> Running `brew cleanup pidof`...
Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).

@KissesKloset

Copy link
Copy Markdown

@CladStriffe @adilutp Hello, I have updated this script to work once more! I've also included a bit to refresh your bottles for you! Hip hip hooray! curl: bash <(curl -s https://raw.githubusercontent.com/Prexry/evil-crossover/refs/heads/main/refresh.sh)

it says preserving original CrossOver -> CrossOver.origin
mv: rename CrossOver to CrossOver.origin: Operation not permitted

@Prexry

Prexry commented Jan 31, 2026

Copy link
Copy Markdown

does this work for linux (debian)?

please dm me on discord if you cant send it here

SSoggyTacoMan

@mariomaaren
No, if you're on linux, you have no reason to use CrossOver.
You can use Proton via Steam or just use Wine

@c4vi4z

c4vi4z commented Feb 6, 2026

Copy link
Copy Markdown

use proton, crossover is not easier on linux

@c4vi4z

c4vi4z commented Feb 7, 2026

Copy link
Copy Markdown

proton for games, wine for everything else. simply install the package and voila.

@zeinib00

Copy link
Copy Markdown
Screenshot 2026-02-20 at 12 17 27 PM Thank you

@Nosu-u

Nosu-u commented Mar 6, 2026

Copy link
Copy Markdown

@zeinib00 what script did you use? I've been trying all that are on this thread but no one worked anymore on Crossover 26

@EDY28-M

EDY28-M commented Mar 9, 2026

Copy link
Copy Markdown

Hola funiconal , sigue funiconando para bajarlo en mi mac m4

@hexxt-git

Copy link
Copy Markdown

I had issues running this and also issues with the coding style/strange language used by the maintainer so I made my alternative. its both on a gist and a github repo:

https://gist.github.com/hexxt-git/af4692796417022beb447bd62a11f68a

https://github.com/hexxt-git/crossover-free-trial-reset

@cassettesgoboom

Copy link
Copy Markdown

@hexxt-git the repo’s been dmca’d btw 😭

@Asharax

Asharax commented Apr 30, 2026

Copy link
Copy Markdown

@agpokeball-prog

Copy link
Copy Markdown

@Asharax ah i ran this but the prompt to Buy or Unlock still displays even though I got a success message on Terminal.

@everythinginitsrightplace

Copy link
Copy Markdown

https://github.com/everythinginitsrightplace/crossover
A rehost of totallynotinteresting/crossover can be found here

@qyzhaojinxi

Copy link
Copy Markdown

I had issues running this and also issues with the coding style/strange language used by the maintainer so I made my alternative. its both on a gist and a github repo:

https://gist.github.com/hexxt-git/af4692796417022beb447bd62a11f68a

https://github.com/hexxt-git/crossover-free-trial-reset

disappear!

@gdkweb

gdkweb commented Jun 6, 2026

Copy link
Copy Markdown

Crossover for Mac

CrossOver Mac includes a Windows program library of Windows programs that it can run. You will find very popular applications such as Microsoft Word, Excel, Quick or Windows Media Player. Keep in mind that you will still need the installer to install any application.

Download

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