AiTerm Documentation
  • 🚀Getting Started
    • Introduction
    • Installation
    • Update
    • API Token
  • 📔Features
    • AI Assistant
      • Explain
      • Force
      • Help
      • Interactive
      • New Session
      • Preferences
      • Quiet
      • Device ID
      • Set Token
    • Command Suggestions
      • Disable Command Suggestion
      • Enable Command Suggestion
    • Flow
  • ❓Help
    • Pricing
    • FAQ
    • Contact
Powered by GitBook
On this page
  1. Getting Started

Update

A step by step to update AiTerm on your devices

PreviousInstallationNextAPI Token

Last updated 1 month 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

ARM Architecture

sudo wget https://raw.githubusercontent.com/awgst/aiterm-releases/main/aiterm_1.2.2_linux_arm64.tar.gz
sudo tar -C /usr/local/bin -xzf aiterm_1.2.2_linux_arm64.tar.gz

AMD Architecture

sudo wget https://raw.githubusercontent.com/awgst/aiterm-releases/main/aiterm_1.2.2_linux_amd64.tar.gz
sudo tar -C /usr/local/bin -xzf aiterm_1.2.2_linux_amd64.tar.gz

Download Installer

Check AiTerm version

Check the version of AiTerm you installed. It should be print the which version you have installed on your device.

aiterm -v
🚀
aiterm_for_windows