Skip to content

Installation

  • macOS 12+, Linux (glibc 2.31+), or Windows 10+
  • No runtime dependencies required

Purchase a license at fialr.com/licensing to receive a download link and license key.

After purchasing, download the binary for your platform:

PlatformFileBLAKE3
macOS (Apple Silicon)fialr-1.0.0-macos-arm64a1b2c3d4...
macOS (Intel)fialr-1.0.0-macos-x64e5f6a7b8...
Linux (x64)fialr-1.0.0-linux-x64c9d0e1f2...
Windows (x64)fialr-1.0.0-windows-x64.exe3a4b5c6d...

Full checksums and detached signatures are published with each release.

Terminal window
b3sum fialr-1.0.0-macos-arm64

Compare the output against the BLAKE3 hash listed above.

Each binary ships with a detached Ed25519 signature (.sig file). Verify with the fialr public key:

Terminal window
minisign -Vm fialr-1.0.0-macos-arm64 -P RWSGmBqXfRPhKPRMN4E+JGuhMGZ6NlEiXPNnA8tY6VDz

The public key is also published at fialr.com/signing-key.

Terminal window
chmod +x fialr-1.0.0-macos-arm64
sudo mv fialr-1.0.0-macos-arm64 /usr/local/bin/fialr

Move fialr-1.0.0-windows-x64.exe to a directory in your PATH and rename it to fialr.exe.

On first run, fialr requires a one-time activation with your license key:

Terminal window
fialr activate YOUR-LICENSE-KEY

This contacts api.fialr.com once to validate the key and bind it to the machine. After activation, fialr operates fully offline. No further network calls are made.

Each license allows activation on up to 3 machines.

Confirm the installation:

Terminal window
fialr --version
fialr 1.0.0 (build a1b2c3d4)

fialr can verify its own binary integrity:

Terminal window
fialr verify --self

This computes the BLAKE3 hash of the running binary and compares it against the expected hash embedded at build time. A mismatch indicates a corrupt download or modified binary.

For AI-assisted enrichment (OCR, text extraction, local inference), install Ollama and pull a model:

Terminal window
ollama pull llama3.1:8b

Enrichment runs entirely on your machine via Ollama on localhost.