Download and Installation
The CLI is released as open-source on GitHub. Its latest version is available here.
Linux:
Download the latest version for Linux.
Unzip it and extract the
sealfile. No installation is needed.For ease of use it's recommended to put the
sealfile in the project directory, or add the directory it's in to thePATHenvironment variable.
Mac:
Download the latest version for Mac (it's the
pkgfile).Install the
pkgfile normally.The installation defaults to
/usr/local/bin/seal.
Windows:
Download the latest version for Windows.
Unzip it and extract the
seal.exefile. No installation is needed.For ease of use it's recommended to put the
seal.exefile in the project directory, or add the directory it's in to thePathenvironment variable.
For instructions on how to incorporate the CLI as part of your CI refer to this section.
Last updated