Install in one line.
Update like everything else.

The official galtea CLI on Debian, Ubuntu, Fedora, RHEL, Rocky, and AlmaLinux — signed, indexed, and served from pkgs.galtea.ai.

sudo apt install galtea Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed:   galtea Setting up galtea (4.21.1) ...   galtea login ✓ Logged in as you@galtea.ai galtea products list my-product prod-2c4a8b 2 versions another-one prod-9d1e7f 5 versions
GPG-signed packages Auto-updates with the system amd64 & arm64
Debian Ubuntu

Debian & Ubuntu

Run once, then upgrade with apt like any other package.

curl -fsSL https://pkgs.galtea.ai/public.key | sudo tee /etc/apt/keyrings/galtea.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/galtea.asc] https://pkgs.galtea.ai/apt stable main" | sudo tee /etc/apt/sources.list.d/galtea.list
sudo apt update
sudo apt install galtea
Fedora RHEL Rocky AlmaLinux

Fedora & RHEL family

Same drill on the Red Hat side — dnf takes it from there.

sudo rpm --import https://pkgs.galtea.ai/public.key
sudo tee /etc/yum.repos.d/galtea.repo <<'EOF'
[galtea]
name=Galtea CLI
baseurl=https://pkgs.galtea.ai/yum
enabled=1
gpgcheck=1
gpgkey=https://pkgs.galtea.ai/public.key
EOF
sudo dnf install galtea

You're done — here's how to check

If galtea is on your PATH and prints a version, you're good to go.

galtea --version
galtea login

Prefer another package manager?

The same binary ships through every channel — pick whichever fits your setup.

PyPI pip install galtea-cli
Homebrew brew install galtea-ai/tap/galtea
Scoop scoop install galtea
Winget winget install galtea