alvindimas05 / AMDHelper

Tool with workarounds for AMD systems running macOS
24 stars 0 forks source link

AMDHelper

AMDHelper is an experimental application designed to help patch unsupported apps on AMD Hackintoshes. It specifically addresses issues with apps that rely on Dual Source Blend (previously assumed to be an OpenGL issue) and Intel MKL libraries. While AMDHelper can resolve some compatibility problems, it may not fix all unsupported apps.

How this works?

How to use?

Install (or update) AMDHelper on your system

curl -sL https://raw.githubusercontent.com/alvindimas05/AMDHelper/main/install.sh | bash

Run AMDHelper (Please run as sudo)

sudo amdhelper

Building Manually

You want to change the code and build it manually? Here are the steps

  1. Install Node.js 18.19.0 using nvm (The version needs to be specific due to nexe Node.js version)
  2. Install bun runtime
  3. Run bun run build
  4. Your build should be ready at build/amdhelper

Credits