Para hacer funcionar Goose en Termux necesitamos:
pkg install nodejs
El binario se instala en:
/data/data/com.termux/files/home/.local/bin/goose
Agregar a ~/.bashrc:
export PATH="$HOME/.local/bin:$PATH"
PREFIX=/data/data/com.termux/files/usr (automático en Termux)HOME=/data/data/com.termux/files/home (automático en Termux)CLAUDECODE=1 (seteado por goose al ejecutar)CLAUDE_CODE_ENTRYPOINT=cli (seteado por goose)Los archivos de configuración están en:
~/.config/goose/
config.yaml - configuración principalhistory.txt - historial de comandos/data/data/com.termux/files/