Is there any Mi flash tool for mac os?
If yes plz share link.....
Why do you need Mi flash tool when you can do it via terminal?
Install adb/fastboot drivers, go to launchpad-terminal, use fastboot devices to check if the device is connected.
Go the folder where you've downloaded the fastboot files and than make executable script with "chmod +x ./*.sh" and than flash the fastboot files on your phone by "./flash_all.sh".
Same script is created as an user interface if you find the above method difficult, check this
https://github.com/Somnius/MiFlash-for-Mac
Is there any Mi flash tool for mac os?
If yes plz share link.....