Installation
Install Morphir .NET on your system
Requirements
- .NET SDK 10.0 or higher
- Mono (for Linux/macOS)
Installation Methods
Global Tool Installation
Install Morphir as a global .NET tool:
dotnet tool install -g Morphir
Local Project Installation
Add Morphir to your project:
dotnet add package Morphir
dotnet add package Morphir.Core
Build from Source
git clone https://github.com/finos/morphir-dotnet.git
cd morphir-dotnet
dotnet build
Verify Installation
Check that Morphir is installed correctly:
morphir info
Troubleshooting
Command Not Found
If the morphir command is not found after installation:
Ensure the .NET tools directory is in your PATH:
export PATH="$PATH:$HOME/.dotnet/tools"Restart your terminal or run:
source ~/.bashrc # or ~/.zshrc
Version Conflicts
If you encounter version conflicts, check your global.json file and ensure you’re using the correct .NET SDK version.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.