[ Getting started ]

Install

Download the signed installer with your license key, run it, then add your own provider keys.

Pre-built installers

The install path for everyone. Downloads are license-gated — grab the signed build for your platform from the download page and enter your license key. Each installer includes the sidecar + UI and auto-installs OpenClaw on first launch. No key yet? See pricing.

macOS (Apple Silicon + Intel)

First launch may show "AgentiqFlow can't be opened because Apple cannot check it for malicious software." Right-click the app → Open → confirm. Notarization in progress.

For iMessage, grant Full Disk Access to AgentiqFlow.app in System Settings → Privacy & Security so it can read ~/Library/Messages/chat.db.

Windows

SmartScreen may flag the unsigned binary. Click More info → Run anyway. Installs to %LOCALAPPDATA%\AgentiqFlow, registers a Start menu entry.

Linux

chmod +x AgentiqFlow-*.AppImage
./AgentiqFlow-*.AppImage

Optional: integrate with your menu via appimaged or AppImageLauncher.


Add your provider keys (BYOK)

AgentiqFlow is bring-your-own-keys: you connect your own provider API keys and pay the providers directly — we never mark up a token. After the sidecar boots, open Settings → Vault and paste keys for the providers you want. Keys are sealed on disk and never relayed through us.

The default agents run on GLM 5.2 via NVIDIA. A free NVIDIA Build key from build.nvidia.com is enough to get the swarm running. You can also add Anthropic, OpenAI, Google, Groq, and other provider keys — or point at a local Ollama model — at any time.


Run from source (licensees only)

The source tree is private and provided to licensees for contribution, customization, and air-gapped deployment — there is no public repository. Email [email protected] with your license key to request access.


Docker

Single container, port 8858. Persistent state in a named volume.

npm run docker:up        # build + start
npm run docker:logs      # tail
npm run docker:down      # stop

Compose file: docker/docker-compose.yml. Override the port via PORT=9000 npm run docker:up.


Where state lives

Everything stays on your machine.

  • data/secrets.env — vault keys + tokens (chmod 600)
  • data/agents/ — per-agent memory, history
  • data/channels.json — channel adapter configs
  • data/cron.json — scheduled jobs
  • data/workflows/ — saved workflow graphs

For a complete portable export — server data/ directory plus the browser vault + memory + threads — use Backup & Restore in the app. One .json.gz, one file, full state.


Updating

Native installers auto-check update.agentiqflow.ai on launch and prompt when a new release ships. To opt out, toggle Check for updates in Settings → Updates.

Source installs: git pull && ./setup.sh.


Uninstall

  • macOS: drag /Applications/AgentiqFlow.app to Trash; delete ~/Library/Application Support/AgentiqFlow
  • Windows: Settings → Apps → AgentiqFlow → Uninstall
  • Linux: delete the AppImage and ~/.config/agentiqflow/
  • Source: ./setup.sh stop && rm -rf node_modules dist data

Stuck? Discord · [email protected]