Skip to main content

Installation

For macOS users, you can install wvlet using Homebrew:

$ brew install wvlet/wvlet/wvlet

This will install wv (wvlet) command to your system.

To upgrade wvlet, run:

$ brew update
$ brew upgrade wvlet
info

The formula for homebrew can be found at https://github.com/wvlet/homebrew-wvlet

For other platforms (e.g., Linux, Windows, etc.), download a binary package wvlet-cli-(version).tar.gz from the release page: https://github.com/wvlet/wvlet/releases

JDK17 or later is required to run wvlet. Set JAVA_HOME environment variable to the JDK path.

Quick Start

After installing wvlet, start learning the query syntax of Wvlet:

Building From Source

See Building Wvlet for building wvlet from source.