How to install dyad-sh/dyad. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
dyad-sh/dyad Installation Guide
How to install dyad-sh/dyad. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for dyad-sh/dyad. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i dyad-sh/dyador
Install via npx
npx @hexmos/ipm i dyad-sh/dyadPrerequisites
Python
languageVersion: >=3.6.0
Node.js
build_toolVersion: >=14.0.0
npm
package_managerVersion: 8.12.0
Git
system_toolVersion: 2.34.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download for Windows
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad-0.39.0.Setup.exe
installer.exe --silentDownload for macOS (Apple Silicon)
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad-darwin-arm64-0.39.0.zip
unzip dyad-darwin-arm64-0.39.0.zipDownload for macOS (Intel)
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad-darwin-x64-0.39.0.zip
unzip dyad-darwin-x64-0.39.0.zipDownload for Linux (AppImage)
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad_0.39.0_x86_64.AppImage
chmod +x dyad_0.39.0_x86_64.AppImage
./dyad_0.39.0_x86_64.AppImage --installDownload for Linux (Debian/Ubuntu)
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad_0.39.0_amd64.deb
sudo apt-get update && sudo apt-get install -y ./dyad_0.39.0_amd64.debDownload for Linux (Fedora/CentOS/RHEL)
curl -LO https://github.com/dyad-sh/dyad/releases/download/v0.39.0/dyad-0.39.0-1.x86_64.rpm
sudo dnf install -y dyad-0.39.0-1.x86_64.rpmPost Installation Steps
- Open a terminal and run `dyad start` to launch the Dyad app.
- If you're using a local database, run `dyad db migrate` to apply any necessary changes.
