MORPHZ / NATIVE RUNTIME

Run Morphzon your machine.

Morphz is a local-first native runtime. macOS, Linux, and Windows share the same Context, scheduling, provider, and recovery semantics; the Dashboard ships with the Runtime.

Installation options

For regular use, install a prebuilt binary from GitHub Releases; each download includes a SHA-256 checksum. Build from source when contributing to development or reproducing the project independently.

Native platforms

macOS

Apple Silicon · Intel
curl -fsSL https://morphz.ai/install.sh | sh
morphz setup

Native sandbox and system keychain

Linux

x86_64
curl -fsSL https://morphz.ai/install.sh | sh
morphz setup

Native Bubblewrap isolation

Windows

x86_64 · Native
irm https://morphz.ai/install.ps1 | iex
morphz setup

ConPTY and native Windows sandbox

After installation

01

Connect a model service

Setup supports API keys and the subscription OAuth flows already implemented by the Runtime.

02

Verify a real response

Run diagnostics, then complete one request that reaches a real model service.

03

Choose an interface

Work in the TUI or use the Dashboard to inspect Context, Threads, jobs, and Execution Targets.

Open the full installation guide