Your .NET MAUI release copilot
Checking if MAUI Forge is running…
Running
MAUI Forge is already running!
Dashboard detected on localhost:6284
Open Dashboard
Not detected
MAUI Forge is not installed
Install in seconds — one command
Quick Install
dotnet tool install -g CwSoftware.MauiForge; maui-forge
Paste into PowerShell. Requires .NET SDK → creates a Desktop shortcut on first run, auto-updates on every start.
dotnet tool install -g CwSoftware.MauiForge && maui-forge
Paste into Terminal. Requires .NET SDK → creates a Desktop launcher on first run.
dotnet tool install -g CwSoftware.MauiForge && maui-forge
Paste into Terminal. Requires .NET SDK → creates an app-menu entry on first run.
How Detection Works
1This page tries fetch() to localhost:6284 — the port where MAUI Forge runs its web dashboard.
2It probes 3 endpoints: /api/status, /api/diagnostics, /. If any responds, the tool is running.
3If all fail (connection refused), the tool is not running — so we show install instructions.
Important: this detects whether the tool is running, not just installed.
If installed but stopped, it shows “Not detected” — just start it: maui-forge.
GitHub · NuGet