v0.2.0 — Now with Pro features

Your terminal,
supercharged with AI

Generate shell commands from natural language. Diagnose errors instantly. Works offline with local models or connect to GPT-4 and Claude.

ai-term — zsh
$ ai-term gen "find all python files modified today"
Generated: find . -name "*.py" -mtime 0
Confidence: 95% (High)
$ git push 2>&1 | ai-term diagnose
ERROR TYPE: Authentication Error
ROOT CAUSE: SSH key not configured
FIX: ssh-keygen -t ed25519 && ssh-add ~/.ssh/id_ed25519

Everything you need in your terminal

Powerful AI assistance for command generation, error diagnosis, and shell scripting.

💬

Natural Language Commands

Describe what you want in plain English. AI-Term generates the exact shell command, even for complex operations.

🔍

Error Diagnosis

Pipe any error into AI-Term. Get instant root cause analysis and step-by-step fixes.

🔒

Privacy First

Run completely offline with local models like Phi-3 or Mistral. Your data never leaves your machine.

☁️

Cloud APIs (Pro)

Connect to GPT-4, Claude, and other cloud providers for maximum capability when you need it.

📝

Shell Scripting (Pro)

Analyze, lint, and improve your shell scripts. Get suggestions for better performance and portability.

Command Snippets (Pro)

Save and organize your favorite commands. Quick access to frequently used operations.

Choose your plan

Start free with local models, upgrade for cloud APIs and pro features.

Free

$0 forever

Perfect for trying out AI-Term with local models.

  • Natural language to commands
  • Error diagnosis
  • Local models (Phi-3, Mistral, Llama)
  • Command history (100 entries)
  • Basic shell completions
Get Started

Enterprise

$99 / year

For teams and power users with advanced needs.

  • Everything in Pro
  • 128K token context
  • 50 simultaneous models
  • Priority support
  • Custom security rules
  • Team license management
Contact Sales

Ready to get started?

Install AI-Term in seconds with pip.

pip install ai-term

Requires Python 3.9+ and Ollama for local models.

📖 Quick Start Guide View on GitHub