OpenClaw Config
Config lives at~/.openclaw/openclaw.json:
Environment Variables
| Variable | Default | Description |
|---|---|---|
OCA_DIR | ~/.oca | Root directory for OCA files |
GLIBC_NODE_DIR | ~/.oca/node | Node.js installation path |
PATH | Prepends ~/.oca/node/bin | Ensures glibc Node.js takes priority |
TMPDIR | $PREFIX/tmp | Required for glibc compatibility |
OCA_GLIBC | 1 | Signals that glibc Node is active |
NODE_OPTIONS | -r ~/.oca/patches/glibc-compat.js | Loads the Android polyfill |