wd.linux-x64 0.2.0

dotnet add package wd.linux-x64 --version 0.2.0
                    
NuGet\Install-Package wd.linux-x64 -Version 0.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="wd.linux-x64" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="wd.linux-x64" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="wd.linux-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add wd.linux-x64 --version 0.2.0
                    
#r "nuget: wd.linux-x64, 0.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package wd.linux-x64@0.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=wd.linux-x64&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=wd.linux-x64&version=0.2.0
                    
Install as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 104 8/25/2026
0.1.5 110 8/21/2026