Skip to content

deadraid/morphy-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Morphy — Releases

Public distribution point for Morphy — a universal autonomous AI agent.

The source code is proprietary and lives in a private repository. This repository hosts only the published release binaries, installers and checksums. Each release includes a sha256sums.txt for integrity verification.

Documentation

Full user guide in docs/:

Install

CLI (Linux / macOS)

curl -fsSL https://morphy.fyi/install.sh | bash

npm

npm install -g @morphy-agent/cli

pip

pip install morphy-agent

Homebrew

brew install deadraid/morphy/morphy

Desktop app

macOS / Linux:

curl -fsSL https://morphy.fyi/install-desktop.sh | bash

macOS (Homebrew cask — separate morphy-desktop package):

brew install --cask deadraid/morphy/morphy-desktop

The app is unsigned; if macOS blocks the first launch, clear the quarantine flag (or click "Open Anyway" in System Settings > Privacy & Security):

xattr -dr com.apple.quarantine "/Applications/Morphy.app"

In Homebrew the CLI and the desktop app are different packages: brew install deadraid/morphy/morphy (CLI) vs brew install --cask deadraid/morphy/morphy-desktop (desktop).

Windows installers and direct .dmg / .exe / .AppImage downloads are attached to each release.

Verifying downloads

sha256sum -c sha256sums.txt

Release assets

Asset Platform
morphy-macos-aarch64 / -x86_64 macOS CLI
morphy-linux-aarch64 / -x86_64 Linux CLI (static musl)
morphy-windows-aarch64.exe / -x86_64.exe Windows CLI
Morphy-<version>-arm64.zip / -x64.zip macOS desktop app
Morphy-<version>-<arch>.dmg macOS desktop installer
Morphy-<version>-<arch>.exe Windows desktop installer
Morphy-<version>-<arch>.AppImage / .deb Linux desktop app
morphy_<version>_<arch>.deb / morphy-<version>.<arch>.rpm Linux CLI packages
channel-<name>-<platform>-<arch> Channel adapter binaries
sha256sums.txt Checksums for all assets

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors