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.
Full user guide in docs/:
- Installation · Getting Started
- Interfaces: TUI · CLI · Desktop App · VS Code Extension · Channels
- LLM Providers · Run Modes · Graph Agents
- Configuration · Troubleshooting
curl -fsSL https://morphy.fyi/install.sh | bashnpm install -g @morphy-agent/clipip install morphy-agentbrew install deadraid/morphy/morphymacOS / Linux:
curl -fsSL https://morphy.fyi/install-desktop.sh | bashmacOS (Homebrew cask — separate morphy-desktop package):
brew install --cask deadraid/morphy/morphy-desktopThe 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) vsbrew install --cask deadraid/morphy/morphy-desktop(desktop).
Windows installers and direct .dmg / .exe / .AppImage downloads are attached to
each release.
sha256sum -c sha256sums.txt| 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 |