Skip to content

Install

Onboard and run the Gateway

After onboarding, the Gateway runs via the user service. You can still run it manually with edwin gateway.

From source (development)

bash
git clone https://github.com/jonesj38/edwin.git
cd edwin
pnpm install
pnpm ui:build # auto-installs UI deps on first run
pnpm build
edwin onboard --install-daemon

If you do not have a global install yet, run onboarding via pnpm edwin ... from the repo.

Multi instance quickstart (optional)

bash
EDWIN_CONFIG_PATH=~/.edwin/a.json \
EDWIN_STATE_DIR=~/.edwin-a \
edwin gateway --port 19001

Send a test message

Requires a running Gateway.

bash
edwin message send --target +15555550123 --message "Hello from Edwin"

Built with VitePress