🎉 New WealthTrackr update available! Track your investments with enhanced portfolio analytics. Learn More

AI Terminal

Live

Turn natural language into real terminal commands. Install, debug, and automate — safely, locally, with your own AI.

Getting Started

Getting started with AI Terminal

1. Download & Open

Install AI Terminal on macOS from https://github.com/apercallc/ai-terminal/releases and launch it like a normal terminal.

2. Add Your AI Provider

Choose a provider (OpenAI, Anthropic, or local LLM) and store credentials locally (Keychain for API keys).

3. Type What You Want

AI Terminal proposes commands and waits for your approval before executing.

Example:

$ goal: set up next.js in a new folder and start it

Generated commands:

brew install node
npx create-next-app@latest my-app
cd my-app && npm run dev

Each command requires approval before running (unless auto-accept is enabled).

4. Need help?

Contact support: support@apercallc.com

Docs: https://aiterminal.up.railway.app/setup.md