Getting started

Install

npx, npm, pnpm, or a standalone binary.

Node package

The npm name is @craftlify/portlify. It talks to https://api.portlify.ru unless you override the URL.

npx
npx @craftlify/portlify
npm
npm i -g @craftlify/portlify
pnpm
pnpm add -g @craftlify/portlify

npx @craftlify/portlify runs without a global install. After npm i -g or pnpm add -g, the binary is just portlify.

Standalone binary

One file per OS. No Node. Files live at https://portlify.ru/downloads/.

PlatformDownload
macOS Apple Siliconportlify-macos-arm64

chmod +x after download

macOS Intelportlify-macos-x64

chmod +x after download

Linux x64portlify-linux-x64

chmod +x after download

Linux arm64portlify-linux-arm64

chmod +x after download

Windows x64portlify-win-x64.exe

Rename to portlify.exe if you want

macOS / Linux
curl -L https://portlify.ru/downloads/portlify-macos-arm64 -o portlify
chmod +x portlify
sudo mv portlify /usr/local/bin/portlify
Point a local server with portlify config set-api-url http://localhost:4101 and portlify config set-app-url http://localhost:8000.