monika.Debug 0.0.1.219

dotnet tool install --global monika.Debug --version 0.0.1.219
                    
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 monika.Debug --version 0.0.1.219
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=monika.Debug&version=0.0.1.219
                    
nuke :add-package monika.Debug --version 0.0.1.219
                    

monika

Discord Invite

lxmonika Framework

Overview

lxmonika is a framework for building and managing Windows Pico process providers.

This package provides:

  • monika.exe, a command line interface to manage lxmonika and lxmonika-based Pico providers.
  • lxmonika.sys, the core kernel-mode component for lxmonika.
  • Debug symbol (.pdb) files for these components.

To build your own Pico provider, use the monika.SDK NuGet package.

Installation

monika.exe is packaged as a .NET tool.

To install, run:

dotnet tool install --global monika

For Debug builds with additional symbols and runtime checks, use the monika.Debug package.

dotnet tool install --global monika.Debug

Usage

monika.exe requires Administrator rights for most of its operations.

Run monika --help to get detailed help for all available commands.

Some common use cases:

rem Install lxmonika (bundled with this package)
monika install

rem Install a specific build of lxmonika
monika install path\to\lxmonika.sys

rem Uninstall lxmonika
monika uninstall

rem Display lxmonika status
monika --info

rem Install a lxmonika provider
monika install provider path\to\provider\example.sys

rem Uninstall a lxmonika provider
monika uninstall provider example

rem Execute a Pico process for a lxmonika provider
monika exec --provider ExampleOS --cd "path\to\binary\dir" binary

Community

This package is a part of Project Reality.

Need help using this project? Join me on Discord, and let's find a solution together.

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.0.1.219 92 5/16/2026
0.0.1.218 117 5/9/2026
0.0.1.215 104 4/11/2026
0.0.1.214 98 4/11/2026
0.0.1.213 101 4/11/2026
0.0.1.50 118 4/5/2026