Skip to main content

Requirements

  • macOS 12 or later, Linux x86_64 or arm64 (glibc), or Windows 10 or later.
  • A JavaScript runtime: Node.js 18.18 or later, Deno 1.45 or later, or Bun 1.1 or later.
  • 1 GB of free disk space and 2 GB of RAM for local development.

Blank or existing project

Add Veryfront Code to an existing or blank Node.js, Deno, or Bun project.
npm install veryfront

New scaffolded project

Create a new Veryfront Code project when you want scaffolding and starter files.
npm create veryfront

Install the CLI

Install the CLI globally when you use Veryfront commands often.

macOS and Linux

Use the standalone installer:
curl -fsSL https://veryfront.com/install.sh | sh
This installs the latest standalone binary and adds it to your shell path.

Windows

irm https://veryfront.com/install.ps1 | iex
This installs the latest standalone binary and adds it to your user path.

Homebrew

brew install veryfront/tap/veryfront

npx (one-shot)

npx veryfront
Runs the latest veryfront CLI without installing it globally.

Verify the CLI

veryfront --version
You should see the installed version printed. If the command is not found, restart your shell so the new PATH entry takes effect.