wd 0.2.0

dotnet tool install --global wd --version 0.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local wd --version 0.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=wd&version=0.2.0
                    
nuke :add-package wd --version 0.2.0
                    

wd

WhatsApp companion REPL.

wd is a pointer tool: it restores the matching RID package (wd.win-x64, wd.linux-x64, …) and starts the Native AOT REPL plus the whatsbox sidecar.

Run it with dnx (SDK 10+) or the faster native-only ndnx:

dnx  wd
ndnx wd

dnx always goes through the SDK. ndnx starts the cached AOT binary directly — no SDK after the first download. Pin a version (wd@1.0.0) to skip latest-version lookup.

To install a wd command on PATH instead:

dotnet tool install -g wd
wd

The command is wd. RID matrix matches WhatsBox: win-x64, win-arm64, linux-x64, linux-arm64, osx-x64, osx-arm64.

The working directory is the session root. First run creates .store, prints a pairing QR, and waits for WhatsApp → Linked devices. Later runs reuse that store.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.0 128 8/25/2026
0.1.5 154 8/20/2026