Skip to content

PlanBefore v0.3.0

Choose a tag to compare

@kevincoder91 kevincoder91 released this 19 Sep 01:02
· 1 commit to main since this release
f747d83

PlanBefore Node v0.3.0.

See what changed and how to install it at https://planbefore.kvnlabs.xyz/releases


Install

macOS / Linux:

curl -fsSL https://planbefore.kvnlabs.xyz/install.sh | REPOFLOW_VERSION=v0.3.0 sh

Windows (PowerShell):

$env:REPOFLOW_VERSION = 'v0.3.0'; irm https://planbefore.kvnlabs.xyz/install.ps1 | iex

Both installers verify the SHA-256 of the download against checksums.txt.
Manual installation, requirements (git, rg) and first steps:
https://planbefore.kvnlabs.xyz/install

The binaries are not code-signed yet; macOS and Windows may show a warning
for files downloaded with a browser. See the installation guide.