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/.
| Platform | Download |
|---|---|
| macOS Apple Silicon | portlify-macos-arm64 chmod +x after download |
| macOS Intel | portlify-macos-x64 chmod +x after download |
| Linux x64 | portlify-linux-x64 chmod +x after download |
| Linux arm64 | portlify-linux-arm64 chmod +x after download |
| Windows x64 | portlify-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.