kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
23.45k stars 1.81k forks source link

invoking homebrew('eg. brew config') shows that brew is running in Rosseta virtual mode under my ARM macos #2415

Open bruiselee opened 4 months ago

bruiselee commented 4 months ago

in my ARM macos, execute 'brew config' in windterm shows "macOS: 14.5-x86_64" and brew install would install x86-64 package but when executed in system terminal, it shows "macOS: 14.5-arm64"

This is caused by Windterm-macos is built in x86-64

hope that an ARM build of windterm would be available soon