Runs a downloaded program right away
Source references: 2This line runs the downloaded content without giving you a chance to read it first.
Once run, the downloaded program could read or change your files. The owner of the website can also replace the program without changing its URL.
This is an active installation instruction used when `higgsfield` is absent: it pipes GitHub's current response directly into a shell. No commit or checksum is pinned. If the remote content or delivery chain is compromised, code runs with the current user's permissions and could access or alter reachable data. A user can require a pinned release, checksum, and a download-then-review installation method.
```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```Show 1 other places
1. If `higgsfield` is not on `$PATH`, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```2. If `higgsfield account status` fails with `Session expired` / `Not authenticated`, ask the user to run `higgsfield auth login` (interactive) and wait for confirmation.