Installation
Requirements
- .NET 10.0 or higher
Standalone Runtime
Download from Releases:
- Runtime: morphyn-windows-x64.exe (Windows) / morphyn-linux-x64 (Linux/macOS)
- Install script: install.ps1 / install.sh
Setup:
1. Download both files for your platform
2. Run install script to add morphyn to PATH:
- Windows: .\install.ps1
- Linux/macOS: ./install.sh
Note
The install script only needs to be run once.
Usage:
Build from Source
Clone the repository:
Build the project:
The compiled binary will be in bin/Debug/net10.0/ or bin/Release/net10.0/.
File Extensions
Morphyn recognizes the following file extensions:
- .morphyn
- .morph (recommended)
- .mrph
Development Branches
Note
Development of ecosystem components is organized into branches:
- Unity Package: Switch to the
unity-bridgebranch - VS Code Extension: Switch to the
vscode-extensionbranch