>_ naba

AI image generation from your terminal

naba is a single-binary Rust CLI for AI image generation across multiple providers (Google Gemini and OpenRouter). Generate, edit, restore, and compose images — icons, patterns, stories, diagrams — straight from the command line.

bash
$ curl --proto '=https' --tlsv1.2 -LsSf https://naba.ysapp.net/install.sh | sh

# generate

Turn a text prompt into an image. Icons, patterns, stories, and diagrams too.

naba generate "a red apple on white"

# edit & restore

Modify an existing image or enhance an old one with a natural-language instruction.

naba edit photo.png "make the sky dramatic"

# multi-provider

Route through Google Gemini or OpenRouter. One binary, no runtime, no dependencies.

naba generate "hero" --provider gemini

# self-updating

A vendor install updates itself in place. GitHub Releases stays canonical for binaries.

naba self update