LocalMorph.Bridge 0.1.1

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

LocalMorph Bridge .NET tool

localmorph-bridge is a local ASP.NET Core companion service. It uses only a system-installed ffmpeg found on PATH; it never bundles or downloads it.

Install the .NET 10 SDK and ensure ffmpeg is on PATH. On Windows, install the SDK with:

winget install --id Microsoft.DotNet.SDK.10 -e

Verify dotnet --version begins with 10., then run the tool without installing it:

dnx LocalMorph.Bridge

Or install and run it globally:

dotnet tool install --global LocalMorph.Bridge
localmorph-bridge

The service prints its localhost URL and a new per-launch token on standard output. Enter both values in LocalMorph's Local FFmpeg Bridge settings. The tool binds only to 127.0.0.1 and does not bundle or download FFmpeg.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.1 209 8/7/2026
0.1.0 100 8/7/2026