WildernessLabs.Meadow.CLI
2.5.2
See the version list below for details.
dotnet tool install --global WildernessLabs.Meadow.CLI --version 2.5.2
dotnet new tool-manifest
dotnet tool install --local WildernessLabs.Meadow.CLI --version 2.5.2
#tool dotnet:?package=WildernessLabs.Meadow.CLI&version=2.5.2
nuke :add-package WildernessLabs.Meadow.CLI --version 2.5.2
Getting Started
To install the latest Meadow.CLI release, run the .NET tool install command to get the latest package from NuGet.
dotnet tool install WildernessLabs.Meadow.CLI --global
For the latest getting started instructions with Meadow and Meadow.CLI, check out the Meadow guides in the Wilderness Labs documentations. Additionally, there are instructions there for updating an existing Meadow.CLI install.
If you want to develop or build a Meadow.CLI directly, or install a pre-release version, follow the instructions to install a pre-release Meadow.CLI.
Once installed, run the Meadow.CLI from a command line with meadow.
Options
To see the options, run the application with the --help arg.
Useful commands
Download Meadow OS
meadow firmware download
Update the Meadow OS
**meadow firmware write**
List available Meadow devices
**meadow list ports**
You can then specify which port to use for future commands (replace {port-name} to your desired device port, such as COM3 on Windows or /dev/tty.usbmodem336F336D30361 on macOS).
meadow config route {port-name}
Listen for Meadow Console.WriteLine
After configuring a route to the desired Meadow device.
meadow listen
Uninstall the Meadow.CLI tool
To uninstall the Meadow.CLI, remove it using the .NET command-line tool:
dotnet tool uninstall WildernessLabs.Meadow.CLI --global
Install a downloaded pre-release version
To test an unpublished pre-release builds of the Meadow.CLI tool you have downloaded, you'll need to specify some extra parameters.
Download a pre-release version, typically from an automated build.
Extract the package .nupkg file from the downloaded archive.
Uninstall the existing tool.
dotnet tool uninstall WildernessLabs.Meadow.CLI --globalInstall the pre-release version from the download location by providing a version parameter for
{pre-release-version}and source location of the .nupkg file for{path-to-folder-with-downloaded-nupkg}.dotnet tool install WildernessLabs.Meadow.CLI --version '{pre-release-version}' --global --add-source '{path-to-folder-with-downloaded-nupkg}'Verify the version of your Meadow.CLI tool.
meadow --version
Re-install the official release
You can return to the official Meadow.CLI release by uninstalling and reinstalling without the local overrides:
dotnet tool uninstall WildernessLabs.Meadow.CLI --global
dotnet tool install WildernessLabs.Meadow.CLI --global
Meadow.CLI download location
If you need to find or clear out any of the OS download files retrieved by Meadow.CLI, they are located in a WildernessLabs folder in the user directory.
- Windows:
%LOCALAPPDATA%\WildernessLabs\Firmware - macOS
- .NET 8 or newer:
~/Library/Application Support/WildernessLabs/Firmware - .NET 7 or earlier:
~/.local/share/WildernessLabs/Firmware/
- .NET 8 or newer:
Building the CLI
To build the CLI from source, you'll need to clone the Meadow.CLI repo. You'll also need several other repos cloned at the same folder level:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-beta1 | 85 | 5/11/2026 |
| 2.5.2 | 218 | 3/29/2026 |
| 2.5.1 | 164 | 3/19/2026 |
| 2.5.0 | 282 | 1/5/2026 |
| 2.2.0.2 | 634 | 6/18/2025 |
| 2.2.0.1 | 424 | 6/12/2025 |
| 2.2.0 | 338 | 5/21/2025 |
| 2.1.0.4 | 321 | 5/1/2025 |
| 2.1.0.3 | 255 | 4/29/2025 |
| 2.1.0.2 | 331 | 4/24/2025 |
| 2.1.0.1 | 345 | 4/22/2025 |
| 2.1.0 | 384 | 4/17/2025 |
| 2.0.68 | 337 | 4/12/2025 |
| 2.0.67 | 772 | 2/4/2025 |
| 2.0.65 | 514 | 1/11/2025 |
| 2.0.64 | 322 | 1/6/2025 |
| 2.0.63 | 375 | 12/17/2024 |
| 2.0.62 | 369 | 12/2/2024 |
| 2.0.61 | 376 | 11/20/2024 |
| 2.0.60 | 526 | 10/25/2024 |