Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

Install latest/stable of aicmd

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install aicmd

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for aicmd

Package name

  • aicmd

License

  • GPL-3.0

Last updated

  • 14 May 2026 - latest/stable

Source code


Report a bug


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Describe a task in plain English, get a ready-to-run bash command

aicmd translates natural-language task descriptions into bash one-liners using an AI model of your choice.

Press the configured key binding (default: Ctrl+G) at your shell prompt, describe what you want to do, and the generated command lands directly in your readline buffer — ready to review, edit, and run with Enter.

Supports any OpenAI-compatible endpoint (OpenAI, Azure OpenAI, Ollama, GitHub Models, etc.).

Getting Started

  1. Install the snap: sudo snap install aicmd
  2. Configure your endpoint, API key, and model:

snap set aicmd endpoint=<your_endpoint> api-key=<your_api_key> model=<your_model>

Shell Integration

Shell integration scripts for bash and zsh are included under /snap/aicmd/current/Shell/. Source the one matching your shell to enable the key binding (Ctrl+G):

# bash — add to ~/.bashrc
source /snap/aicmd/current/Shell/aicmd.bash

# zsh — add to ~/.zshrc
source /snap/aicmd/current/Shell/aicmd.zsh

Install aicmd on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using aicmd