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.
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 · Intelcurl -fsSL https://morphz.ai/install.sh | sh
morphz setupNative sandbox and system keychain
Linux
x86_64curl -fsSL https://morphz.ai/install.sh | sh
morphz setupNative Bubblewrap isolation
Windows
x86_64 · Nativeirm https://morphz.ai/install.ps1 | iex
morphz setupConPTY and native Windows sandbox
After installation
Connect a model service
Setup supports API keys and the subscription OAuth flows already implemented by the Runtime.
Verify a real response
Run diagnostics, then complete one request that reaches a real model service.
Choose an interface
Work in the TUI or use the Dashboard to inspect Context, Threads, jobs, and Execution Targets.