Skip to content

Installing the CLI

The lnkify CLI is published to npm as lnkify and ships a single lnkify binary.

Requirements

  • Node.js >= 22

Check your version with node --version.

Install globally

bash
npm install -g lnkify
bash
pnpm add -g lnkify
bash
yarn global add lnkify

Verify the install:

bash
lnkify --version
lnkify --help

Run without installing

Use npx to run the latest version on demand — handy for CI or one-off commands:

bash
npx lnkify links list

Upgrading

bash
npm install -g lnkify@latest

The CLI follows semantic versioning. See the CHANGELOG for what's new in each release.

Next steps

Point the CLI at your server and authenticate.

Next: Authentication

Released under the MIT License.