Table of Contents

List

HomeBrew (Linux, macOS, Windows WSL)

  • Installation
brew install tabulify/tap/tabulify
  • Upgrade
brew update
brew upgrade tabulify
  • Force a reinstall
brew reinstall tabulify

Docker (Linux, Windows, macOS)

With docker releases

docker run \
  --rm \
  -v $(pwd):/workspace \
  ghcr.io/tabulify/tabulify-alpine:latest \
  tabul --version

The docker release do not have any resources (howto, data set entity, …).

Windows Installer

You can install tabulify on Windows with the installer tabulify-x.x.x-jre-x64.msi

Steps:

  • Download it from a release page
  • Open it
  • You may get a Windows protected your PC.
    • To continue, click on the More info link
    • Then on the button Run anyway
  • Done

Java Archive

We also provide the java archive tabulify-X.X.X-nojre.zip so that you can install tabulify on any architecture.

Steps:

  • You need to install a Java JDK (minimum version 17)
  • Set the JAVA_HOME to the java installation directory
  • Download the zip file in the release page
  • Unzip it
  • Add the bin directory in the PATH variable