Native APT and YUM/DNF package repositories for the Galtea CLI, served at https://pkgs.galtea.ai.
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 galteasudo 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 galteagaltea --version
galtea login
galtea --helpFull command reference and tutorials at https://docs.galtea.ai.
The package manager handles upgrades automatically:
sudo apt update && sudo apt upgrade galtea # Debian / Ubuntu
sudo dnf upgrade galtea # Fedora / RHELsudo apt remove galtea # Debian / Ubuntu
sudo dnf remove galtea # Fedora / RHEL| Channel | Install gesture |
|---|---|
| PyPI | pip install galtea-cli |
| Homebrew | brew install galtea-ai/tap/galtea |
| Scoop | scoop bucket add galtea https://github.com/Galtea-AI/scoop-bucket && scoop install galtea |
| Winget | winget install galtea |
| Direct download | GitHub Releases |