Skip to content

Releases: morphz-ai/morphz

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 04:03

Morphz 0.1.0

The first public release of Morphz: an open-source, local-first agent runtime for long-running and concurrent work.

Morphz gives an agent a persistent, versioned cognitive context instead of treating its entire state as a growing chat transcript. The language model interprets observations and proposes cognitive or physical actions; the runtime owns identity, causality, authorization, scheduling, validation, and durable commits.

Highlights

  • Structured Context Evaluation — observations, durable cognition, Sessions, Runtime facts, and the current Evaluation share one typed computational object with explicit ownership.
  • Long-term cognition that can evolve — the Agent maintains cognition through evidence-bearing derive, revise, retire, restore, and protect transactions.
  • Concurrent work without cloning the Agent — Sessions, Threads, Objectives, and durable scheduling preserve separate causal workstreams over shared cognition.
  • Governed execution — Principal identity, Execution Targets, sandboxing, approvals, Capability Leases, and audit records bound physical actions.
  • Yao cognitive programs — typed S-expression programs let models compose domain practice, pure computation, tools, and nested inference under explicit effect bounds.
  • Native local runtime and embedded Dashboard — one binary provides the Runtime, terminal interface, setup flow, and browser Dashboard.

Install

macOS and Linux:

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

Windows PowerShell:

irm https://morphz.ai/install.ps1 | iex

The installer detects the platform, downloads the matching GitHub Release archive, verifies its SHA-256 checksum, and installs into the user path.

Prebuilt bundles are available for macOS on Apple Silicon and Intel, x86_64 Linux, and x86_64 Windows.

Read more


Morphz 0.1.0 是首个公开版本:一个面向长期、并发工作的开源本地优先智能体运行时。

它以可持久、可版本化的认知上下文承载智能体状态,并由运行时负责身份、因果、权限、调度、验证和持久提交。首个版本包含认知自我维护、长期记忆、并发会话与目标、受控执行、Yao 认知程序、原生终端界面及嵌入式 Dashboard。

安装、文档、开放规范与中英文论文均可从 https://morphz.ai 进入。