Set up WAHA for development
coreTo develop on WAHA, you need Node.js (>=22) and specific prerequisites for the whatsapp-rust-bridge (Bun and a specific Rust nightly toolchain).
Prerequisites Installation:
# Bun runtime
curl -fsSL https://bun.sh/install | bash -s -- bun-v1.3.9
# Rust nightly toolchain
curl -fsSL https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly-2026-01-30
rustup target add wasm32-unknown-unknown
cargo install wasm-pack --vers 0.14.0 --lockedRunning the project:
yarn install
yarn gows:proto
yarn start# Install dependencies
yarn install
# Fetch and compile proto files
yarn gows:proto
# Run
yarn start