Your AI Mate inside your favorite terminal

Navigate the command line with confidence. ai-terminal is your intelligent assistant that helps you work faster and smarter in the terminal.

AI Terminal Screen

Why ai-terminal?

Smart Command Suggestions

Get intelligent command recommendations based on your history and current context.

Built-in Documentation

Ask questions about commands in natural language and get clear explanations.

Code Generation

Generate shell scripts, one-liners, and complex commands with simple prompts.

Command Validation

Prevent dangerous operations with intelligent command validation before execution.

⭐ Support the Project ⭐

If you find ai-terminal useful, consider giving us a star on GitHub!

6 stars
1 fork

See ai-terminal in Action

Download ai-terminal

Available for all major platforms. Choose your operating system below:

macOS

Version 0.2.0 beta

Download for Mac
Intel & Apple Silicon macOS 10.15+

Windows

Version 0.2.0 beta

Coming Soon
64-bit Windows 10/11

Linux

Version 0.2.0 beta

Download for Linux
AppImage, deb, rpm Ubuntu, Fedora, Debian

All downloads are currently in alpha. Please report any issues on our GitHub issues page.

Installation Troubleshooting

macOS Gatekeeper Issues

If you're having trouble opening ai-terminal on macOS due to Gatekeeper security features, follow these steps:

  1. 1
    After downloading

    Locate the ai-terminal-0.2.0.dmg in your Downloads folder.

  2. 2
    Mount the DMG

    Double-click the DMG file to open it.

  3. 3
    Install the application

    Drag the ai-terminal icon to your Applications folder.

  4. 4
    Bypass Gatekeeper

    When you see the message that the app "cannot be opened because it is from an unidentified developer":

    Method 1: Right-click

    • Right-click (or Control-click) on the app icon
    • Select "Open" from the context menu
    • Click "Open" in the dialog box that appears

    Method 2: System Settings

    • Open System Settings
    • Go to Privacy & Security
    • Scroll down and click "Open Anyway" next to the message about ai-terminal being blocked

This only needs to be done the first time you run the application. macOS will remember your choice for future launches.

Quick Guide to Ollama

Linux

  1. Install Ollama
    curl -fsSL https://ollama.com/install.sh | sh
  2. Download the Model
    ollama pull llama3.2:latest

macOS

  1. Download Ollama

    Visit the Ollama download page and click "Download for macOS".

  2. Install Ollama

    Open the downloaded .zip file, drag Ollama.app to your Applications folder and launch it.

  3. Download the Model
    ollama pull llama3.2:latest

Windows

  1. Download Ollama

    Visit the Ollama download page and download the installer.

  2. Install Ollama

    Run the installer and follow the on-screen instructions.

  3. Download the Model
    ollama pull llama3.2:latest