Skip to content

Getting Started

Requirements

  • Python 3.11+
  • Node.js 20+ (WhatsApp bridge)
  • Linux/macOS/Windows

For platform-specific paths, see Install Matrix.

Install

git clone https://github.com/galyarderlabs/galyarder-agent.git
cd galyarder-agent/backend/agent
pip install -e .

First run

g-agent onboard
g-agent status

onboard is safe to re-run — it merges new defaults into your existing config without overwriting customizations like API keys.

Start runtime

g-agent gateway

Channel login

g-agent channels login

Use WhatsApp after QR login and allowlist setup. Telegram only needs bot-token configuration plus the sender allowlist.

The Linux installer can create the user units for you. If you install manually, use the commands in Operations after creating matching g-agent-gateway.service and g-agent-wa-bridge.service user units.

For day-to-day operations and diagnostics, see Operations.

For in-app Python usage, see Embedding.