Status: IN
The catbeez production deployment uses `become_user='catbeez'` to run application installation as the service user rather than as root.
Source: entries/2026/05/11/deployments-catbeez-deploy-prod.md
# From catbeez-arcade/deploy-prod.py — install uv as catbeez service user
await ftl["catbeez-prod"].shell(
cmd="which uv || (curl -LsSf https://astral.sh/uv/install.sh | sh)",
become_user="catbeez",
)