Nwibuzz™ is an advanced window‑management tool for Microsoft® Windows®, developed by Néo Foderé de Frutos under the FODSOFT™ brand. It lets you adjust window opacity, keep selected windows always on top, disable interaction so you can click through them, reposition elements with precision, and access a wide range of features designed to streamline your workflow. Its purpose is to give you a more flexible, efficient, and personalized desktop experience.
- Window List: Displays all currently open windows, allowing you to select the target window you want to manage.
- Overlay ON: Enables the Always-on-Top mode for the selected window so it stays visible above all others.
- Overlay OFF: Disables the Always-on-Top mode, restoring the window to its default layering.
- Disable Interactivity: Makes the selected window completely non-interactive, enabling a "click-through" state where mouse clicks pass directly to elements underneath.
- Enable Interactivity: Restores normal user interaction and standard mouse click behavior to the selected window.
- Move Window: Allows you to reposition the selected window precisely with your cursor (especially useful when interactivity is disabled).
- Opacity Slider: Dynamically adjusts the transparency level of the selected window (ranging from fully opaque 255 down to semi-transparent 120).
- Reset Window: Reverts all applied modifications, instantly restoring the selected window to its original, default state.
- Language Options: Switches the interface language between English, Spanish, or French (automatically detects and matches your system's default language on the first launch).
- System->Refresh list: Updates the window list to include any new applications opened after Nwibuzz was launched.
- System->Launch Nwibuzz™ Console: Opens the independent, open-source command‑line version of the software for advanced terminal-based workflows.
Nwibuzz™ Console is the terminal-based counterpart to the standard Nwibuzz application, designed specifically for power users who prefer working directly with command‑line tools. While the main Nwibuzz application is a proprietary, commercial product, this console version is structured as an independent, open-source alternative. You can either download the standalone executable, compile it from source, or launch it directly from the main Nwibuzz interface via System -> Launch Nwibuzz Console.
Nwibuzz Console is completely open-source and released under the Mozilla Public License 2.0 (MPL-2.0). Feel free to modify, extend, or adapt the codebase for your personal or professional use, provided that any derivative works follow the license guidelines.
| Command | Action |
|---|---|
select window [number] |
Selects a window from the list |
overlay |
Enables the Always-on-Top mode for the selected window |
disable overlay |
Restores the window to its default layering |
opacity [value 120-255] |
Changes the opacity of the selected window |
disable interactivity |
Makes the selected window non-interactive (click-through) |
enable interactivity |
Restores interactivity to the selected window |
move window |
Moves the selected window with the cursor (left-click to drop) |
reset window |
Restores the selected window to its normal state |
refresh list |
Refreshes the list of open windows |
hide list |
Hides the window list |
show list |
Shows the window list again |
clear |
Clears the console |
about |
Displays program information |
exit |
Closes the program |
help |
Shows the help message |
-
.NET 8.0+ SDK (for building)
-
.NET 8.0+ Runtime (required to run the executable when compiled with --self-contained false)
First, clone the repository locally and navigate into the nwibuzz_console\ directory.
The compilation commands below are optimized for production. However, you can freely customize these parameters to suit your needs.
Once the build command finishes, the final executable will be generated inside the bin\ directory.
-
Nwibuzz Console (Win x64):
dotnet publish -c Release -r win-x64 /p:PublishSingleFile=true --self-contained false /p:AssemblyName=nwibuzz_console_x64 /p:DebugInformation=false /p:CopyOutputSymbolsToPublishDirectory=false -
Nwibuzz Console (Win x86):
dotnet publish -c Release -r win-x86 /p:PublishSingleFile=true --self-contained false /p:AssemblyName=nwibuzz_console_x86 /p:DebugInformation=false /p:CopyOutputSymbolsToPublishDirectory=false -
Nwibuzz Console (Win arm64):
dotnet publish -c Release -r win-arm64 /p:PublishSingleFile=true --self-contained false /p:AssemblyName=nwibuzz_console_arm64 /p:DebugInformation=false /p:CopyOutputSymbolsToPublishDirectory=false
Nwibuzz™ and all related titles and logos are trademarks of FODSOFT™ and Néo Foderé de Frutos. All rights reserved.
© 2026 FODSOFT™. Néo Foderé de Frutos. All rights reserved.

