Getting Started

Basics · free

AITerm is a native macOS terminal app. It opens a real shell first, then adds an AI command loop when you want help writing, fixing, or explaining commands.

Install AITerm

Option A — direct download (recommended):

  1. Download the current DMG from ai-term.com.
  2. Open the DMG.
  3. Drag AITerm into Applications.
  4. Launch AITerm from Applications.

Option B — Homebrew: if you use Homebrew, run:

brew install --cask vega-llc/aiterm/ai-term

The build is Developer ID signed and notarized by Apple, so it launches normally — you should not need any right-click or "Open Anyway" workaround. If macOS shows a first-launch confirmation, use the standard Open button. AITerm is intentionally a terminal app, so it is not sandboxed like a document editor; that is by design and is what lets it act as a real shell.

To update later, use AITerm's built-in updater (it checks automatically), or run brew upgrade --cask ai-term if you installed via Homebrew. See Updating and Uninstalling.

First launch

On first launch, AITerm shows onboarding. The onboarding flow lets you choose how AI should run:

If the local engine cannot be reached and you are offline, the app offers a cloud-key path instead of leaving you at a dead end. If a managed engine download fails verification or the disk is full, the setup UI shows that specific cause.

Pick your first provider

Not sure which to choose?

Cloud requests go directly from your Mac to the provider you selected; AITerm does not proxy them through an AITerm server, and secrets are redacted before anything is sent. For the full setup of every provider, see AI Providers and Models.

Your first AI command

Type a plain-English request in the input bar, such as:

show the largest files in this folder

AITerm proposes an editable shell command with a risk badge. Review it, edit it if needed, then press Return to approve and run it. Press Escape to discard it.

Related pages: Terminal Basics, The AI Command Loop, AI Providers and Models.