Dina

Install the Dina CLI

Deploy apps, manage environments, and more — from your terminal.

Using Claude Code (recommended)

Paste this prompt into Claude Code and it will handle the rest:

Install the Dina CLI on my machine. See https://dina.sh/llms.txt for instructions.

Claude Code plugin

/plugin marketplace add dinacomputer/plugins
/plugin install dina-cli@dinacomputer

Install skills

After installing the CLI, set up skills for your workflow:

dina install --skills

Homebrew (macOS and Linux)

brew install dinacomputer/tap/dina

Shell script (macOS and Linux)

curl -sSL https://raw.githubusercontent.com/dinacomputer/cli/main/install.sh | sh

Install to a custom directory:

INSTALL_DIR=~/.local/bin curl -sSL https://raw.githubusercontent.com/dinacomputer/cli/main/install.sh | sh

Install a specific version:

VERSION=0.1.0 curl -sSL https://raw.githubusercontent.com/dinacomputer/cli/main/install.sh | sh

Go

go install github.com/dinacomputer/cli/cmd/dina@latest

Manual download

Download the latest release for your platform from GitHub Releases, extract it, and place the dina binary somewhere on your PATH.

Linux packages

.deb and .rpm packages are available on each GitHub Release.

Debian / Ubuntu:

sudo dpkg -i dina_*.deb

Fedora / RHEL:

sudo rpm -i dina_*.rpm

Verify installation

dina version

Usage

dina --help