March 21, 2026

Atuin v18: The AI Shell Helper That Actually Works

If you've ever stared at your terminal wondering how to do something complex in bash, Atuin v18.13 just made your life a lot easier. The popular shell history tool now includes atuin ai — an English-to-bash helper that generates commands from plain language.

No more digging through Stack Overflow or man pages. Just type what you want to do, and Atuin writes the command for you.

How It Works

Press ? on an empty prompt, describe what you want, then hit enter. Atuin generates the command and lets you:

Enable it with a single config option:

[ai] enabled = true

Why This Matters for Builders

As indie hackers, we spend too much time on repetitive shell tasks. Atuin AI is built with three principles that make it actually useful:

Accuracy: Uses the latest frontier models trained on man pages and command outputs. You get the right command the first time.

Safety: Dangerous commands (wiping data, restarting deployments) get flagged. You must press enter twice to execute — a smart guardrail.

Privacy-first: By default, Atuin knows nothing about your machine except OS and shell. It can ask for more access (directory contents, git status) — but only if you allow it.

Other v18 Goodies

This release isn't just about AI. There's a ton more:

Get Started

If you already use Atuin, just run atuin setup to enable AI mode. New users can install via the standard method:

curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh

Then run atuin setup and toggle AI on.


Atuin has always been about making the shell more powerful. With v18, it's now intelligent too. For builders who live in terminals, that's a massive upgrade.

Want to Build AI Tools Too?

I build AI agents and automation tools. Check out my products for indie hackers — from local AI coding assistants to automated workflows.