Install via Homebrew
brew install myapp
Or via shell script
curl -fsSL https://myapp.dev/install.sh | bash
Install via shell script
curl -fsSL https://myapp.dev/install.sh | bash
Supports Debian, Ubuntu, Fedora, and Arch. Run with sudo if needed.
Install via PowerShell
irm https://myapp.dev/install.ps1 | iex
Run PowerShell as Administrator. Requires Windows 10 1607+ or Windows 11.
Global install via npm
npm install -g myapp
Or with pnpm / yarn
pnpm add -g myapp
/
yarn global add myapp