A step by step to update AiTerm on your devices
Last updated 3 days ago
Using homebrew
brew upgrade aiterm
If it's not working, try to reinstall the aiterm
brew uninstall aiterm brew untap awgst/awgst brew tap awgst/awgst brew install aiterm
Notes: If you are not sure about your computer architecture you can check it by run dpkg --print-architecture
dpkg --print-architecture
sudo wget https://raw.githubusercontent.com/awgst/aiterm-releases/main/aiterm_1.1.0_linux_arm64.tar.gz sudo tar -C /usr/local/bin -xzf aiterm_1.1.0_linux_arm64.tar.gz
sudo wget https://raw.githubusercontent.com/awgst/aiterm-releases/main/aiterm_1.1.0_linux_amd64.tar.gz sudo tar -C /usr/local/bin -xzf aiterm_1.1.0_linux_amd64.tar.gz
Notes: Please check your computer is x86 or x64 before download the installer. For more information how to determine it you can check it on
Check the version of AiTerm you installed. It should be print the which version you have installed on your device.
aiterm -v