Skip to content

Instantly share code, notes, and snippets.

@ellsies
Last active March 29, 2026 11:08
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)
@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
Copy link
Copy Markdown

LarenzoSvarmel commented Jan 20, 2026

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
Copy link
Copy Markdown

Prexry commented Jan 31, 2026

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
Copy link
Copy Markdown

c4vi4z commented Feb 6, 2026

use proton, crossover is not easier on linux

@c4vi4z
Copy link
Copy Markdown

c4vi4z commented Feb 7, 2026

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
Copy link
Copy Markdown

Nosu-u commented Mar 6, 2026

@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
Copy link
Copy Markdown

EDY28-M commented Mar 9, 2026

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

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