Skip to content

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:

# Run file
morphyn main.morph

Build from Source

Clone the repository:

git clone https://github.com/jvnkoo/morphyn.git
cd morphyn

Build the project:

dotnet build --framework net10.0 

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-bridge branch
  • VS Code Extension: Switch to the vscode-extension branch