Your AI mate into your favourite terminal
AI Terminal is a powerful command-line interface application that brings AI assistance directly to your terminal. It helps you with common tasks, provides information, and enhances your terminal experience with AI capabilities.
- AI-powered command suggestions
- Natural language processing for terminal commands
- Cross-platform support (macOS, Linux, Windows)
- Lightweight and fast performance
- Download the latest DMG file for your architecture (ARM64 for Apple Silicon, x86_64 for Intel) from the Releases page
- Open the DMG file
- Drag the AI Terminal app to your Applications folder
- Run AI Terminal from your Applications folder
curl -sSL https://raw.githubusercontent.com/yourusername/ai-terminal/main/ai-terminal/install.sh | bash
- Download the latest .deb file from the Releases page
- Install using:
sudo dpkg -i ai-terminal.deb
git clone https://github.com/yourusername/ai-terminal.git
cd ai-terminal/ai-terminal
cargo build --release
sudo cp target/release/ai-terminal /usr/local/bin/
- Download the latest Windows zip file from the Releases page
- Extract the zip file to a location of your choice
- Run the
run-ai-terminal.bat
file
Simply type your query or command after launching AI Terminal:
ai-terminal "What's the weather like today?"
Or launch the interactive mode:
ai-terminal
- Rust and Cargo (latest stable version)
- For macOS: Xcode Command Line Tools
- For Linux: build-essential, libssl-dev, pkg-config
- For Windows: Visual Studio Build Tools
git clone https://github.com/yourusername/ai-terminal.git
cd ai-terminal/ai-terminal
cargo build --release
The compiled binary will be available at target/release/ai-terminal
.
We use GitHub Actions to automatically build and release packages for macOS (ARM64 and x86_64), Linux, and Windows when a new tag is pushed. The release workflow creates:
- DMG installers for macOS (both ARM64 and x86_64 architectures)
- DEB package for Linux
- ZIP archive for Windows
Contributions are welcome! Please feel free to submit a Pull Request.