You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script installs to `~/.local/bin/chatwoot` by default. Override with environment variables:
14
-
15
-
```bash
16
-
CHATWOOT_VERSION=v0.2.0 CHATWOOT_INSTALL_DIR=/usr/local/bin curl -fsSL https://chwt.app/install-cli | sh
17
-
```
18
-
19
-
**Windows** — download `chatwoot_<version>_Windows_x86_64.zip` from the [releases page](https://github.com/chatwoot/cli/releases/latest) and extract `chatwoot.exe`.
20
-
21
-
**From source** — requires Go 1.25+:
22
-
23
-
```bash
24
-
go install github.com/chatwoot/cli/cmd/chatwoot@latest
Agents run non-interactively, so authenticate once with `chatwoot auth login` (or set `CHATWOOT_API_KEY` for sandboxed environments). See the [agent skill docs](https://developers.chatwoot.com/cli/agent-skill) for details.
53
38
54
-
## Shell Completions
55
-
56
-
The install script offers to set this up interactively. To do it manually, write the completion code to your shell's standard auto-load location:
Restart your shell (or `source` the rc file) and tab-completion will work for commands, subcommands, and flags. Run `chatwoot completion --help` for details.
0 commit comments