GitDeployHub

tinyhumansai/openhuman

github.com/tinyhumansai/openhuman ↗
Rust
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • JWT_TOKEN secret Authentication (for skills OAuth proxy and debug scripts) [optional] Session JWT — used by QuickJS skills sandbox for oauth.fetch proxy…
  • OPENHUMAN_CORE_PORT Core process [optional] Default: 127.0.0.1 (use 0.0.0.0 for Docker / cloud). Leave unset to keep the default; the Docker image sets 0.0.0.0…
  • OPENHUMAN_CORE_RPC_URL [optional] Default: http://127.0.0.1:7788/rpc
  • OPENHUMAN_CORE_RUN_MODE [optional] Comma-separated browser origins allowed to call /rpc with the Authorization bearer. Tauri and loopback Vite origins are allowed…
  • OPENHUMAN_CORE_BIN [optional] Override path to openhuman core binary (leave blank for auto-detection)
  • OPENHUMAN_MAX_ACTIONS_PER_HOUR Config overrides (override config.toml values at runtime) [optional] Local safety cap for side-effecting tool actions in a rolling hour…
  • OPENHUMAN_MODEL [optional] Default model to use
  • OPENHUMAN_TEMPERATURE [optional] Workspace directory (default: ~/.openhuman or ~/.openhuman-staging when OPENHUMAN_APP_ENV=staging) Leave commented out to use…
  • OPENHUMAN_BROWSER_ALLOW_ALL Runtime flags [optional] Default: 0
  • OPENHUMAN_LOG_PROMPTS [optional] Default: 0
  • OPENHUMAN_REASONING_ENABLED [optional] Enable reasoning mode
  • OPENHUMAN_WEB_SEARCH_MAX_RESULTS Web search Web search is always enabled — no opt-in flag. Configure result budgets below. [optional] Default: 5
  • OPENHUMAN_WEB_SEARCH_TIMEOUT_SECS [optional] Default: 10
  • OPENHUMAN_PROXY_ENABLED Proxy [optional] Default: false
  • OPENHUMAN_HTTP_PROXY [optional] HTTP proxy URL
  • OPENHUMAN_HTTPS_PROXY [optional] HTTPS proxy URL
  • OPENHUMAN_ALL_PROXY [optional] Catch-all proxy URL
  • OPENHUMAN_NO_PROXY [optional] Comma-separated hosts to bypass proxy
  • OPENHUMAN_PROXY_SCOPE [optional] Proxy scope
  • OPENHUMAN_PROXY_SERVICES [optional] Comma-separated services to proxy
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/tinyhumansai/openhuman
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tinyhumansai/openhuman
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tinyhumansai/openhuman
← Try another repo