hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover2 for more info :)
if possible could you please star his repo too?
hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover2 for more info :)
if possible could you please star his repo too?
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 pidofcommand:~$ 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
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 pidofcommand:~$ 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`).
@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
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
use proton, crossover is not easier on linux
proton for games, wine for everything else. simply install the package and voila.
@zeinib00 what script did you use? I've been trying all that are on this thread but no one worked anymore on Crossover 26
Hola funiconal , sigue funiconando para bajarlo en mi mac m4
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
@hexxt-git the repo’s been dmca’d btw 😭
@cassettesgoboom I saw this script somewhere, use it for educational purposes only:
https://web.archive.org/web/20260430194406/https://gist.githubusercontent.com/knowlet/eb2f0501b04f0c50eae5bfdd182d665c/raw/a769e822998b81dbc1d9777419a3d41407f39daa/crossover.sh
@Asharax ah i ran this but the prompt to Buy or Unlock still displays even though I got a success message on Terminal.
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
disappear!
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.
Please do not follow the instructions on this link. The code is base64 encoded TWICE. The variable names are heavily obfuscated as well. It's A TRAP
@hexxt-git the repo’s been dmca’d btw 😭
@tahirjamil @cassettesgoboom @qyzhaojinxi @fredr02 its back up
https://bitbucket.org/hexxt-git/crossover-free-trial-reset/src/main/
sorry for the delay
im new to this CO things, is the git works?
i wanna do bypass that time&date
im new to this CO things, is the git works?
i wanna do bypass that time&date
Same question here
https://github.com/everythinginitsrightplace/crossover
This repo activates Crossover for 99999 days, not a trial reset
Feel free to look at the source code, it is basically the same as totallynotinteresting/crossover
Hi there,
First of all, thanks for rehosting this repository!
It seems that the current patch script (patch.sh) might be outdated or no longer working with the latest version of CrossOver. When running the installation command, the trial period doesn't seem to extend to 9999 days anymore.
Could you please look into this and update the repository with a working script when you have some free time?
Thanks in advance for your help!
Hi there,
First of all, thanks for rehosting this repository!
It seems that the current patch script (patch.sh) might be outdated or no longer working with the latest version of CrossOver. When running the installation command, the trial period doesn't seem to extend to 9999 days anymore.
Could you please look into this and update the repository with a working script when you have some free time?
Thanks in advance for your help!
Hello, I appreciate your generosity, but currently I do not have time to test. But, I have made an edit to the script to try and dynamically find the CrossOver app to patch, please try out this script version and let me know what changes. Thank you!
https://github.com/everythinginitsrightplace/crossover This repo activates Crossover for 99999 days, not a trial reset Feel free to look at the source code, it is basically the same as totallynotinteresting/crossover
I received this error even after downloading git with hombrew
fatal: could not create work tree dir 'crossover_patch': Operation not permitted
bruh u dont have git installed, so we gon do some manual downlaoding instead
mkdir: crossover_patch: Operation not permitted
bash: line 34: cd: crossover_patch: No such file or directory
xxx@xxx-MacBook-Air ~ % curl -fsSL https://raw.githubusercontent.com/everythinginitsrightplace/crossover/main/patch.sh | bash
no problem!