Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Galtea CLI ships as a single galtea binary, repackaged for the channels you already use. Pick the tab that matches your platform.
Add the Galtea APT repository (one-time GPG key + sources.list bootstrap), then install the CLI:
sudo install -m 0755 -d /etc/apt/keyrings

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
For other channels and the latest instructions, see pkgs.galtea.ai.

Verify installation

Once installed, confirm the binary is on your PATH and prints a version:
galtea --version

Troubleshooting

If you encounter any issues during installation, contact our support team at support@galtea.ai.