That is the single instruction how to install Alfa AWUS036ACH WiFi adapter on Kali Linux (including M1 Mac CPU).
INSTALLATION
git clone https://github.com/aircrack-ng/rtl8812au.git # Download the driver
cd rtl8812au # change directory
sudo make && make install # install the driver
sudo shutdown -r 0 # reboot
Let’s check it:

lsusb | grep Realtek

iwconfig
Turn the adapter into monitor mode…

airmon-ng start wlan0
… and start harvesting:

airodump-ng wlan0