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
  • Installation
  • Verify your installation
  • Try AiTerm
  1. Getting Started

Installation

A step by step to install and how to run AiTerm on your devices

PreviousIntroductionNextUpdate

Last updated 24 days ago

Platform Support: AiTerm is currently support on Mac and Linux. AiTerm is also available on Windows but is still in the testing phase.

Installation

Install using homebrew

Installing AiTerm on your Mac Os using homebrew by running commands below:

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

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

Download Installer

Notes: Some additional configurations might need to added if you are not using cmd or powershell in your windows.

Git bash

Run these following commands on your Git bash to add path

echo "export PATH=$PATH:/c/Users/$USERNAME/AppData/Local/Programs/AiTerm" >> .bashrc
source ~/.bashrc

Currently you need to use winpty to make AiTerm work properly on git bash, so you can add an alias by run these commands

echo 'alias aiterm="winpty aiterm"' >> .bashrc
source ~/.bashrc

Verify your installation

Verify installation of AiTerm by check the version. It should be print the which version you have installed on your device.

aiterm -v

Try AiTerm

Before you are using AI features of AiTerm you will be asked for a valid API Token to make a request of converting natural languages into ready to run executable commands. For more detailed information about API Token please visit this .

🚀
https://support.microsoft.com/en-us/topic/determine-whether-your-computer-is-running-a-32-bit-version-or-64-bit-version-of-the-windows-operating-system-1b03ca69-ac5e-4b04-827b-c0c47145944b
aiterm_for_windows
link