Skip to content

Installation

support@zyravo.store edited this page Jul 27, 2026 · 1 revision

Installation

Use only packages published by Zyravo on the official website or the latest GitHub Release.

Windows

The Windows ZIP is a browser-extension bundle, not an EXE or MSI. It does not carry an operating-system code signature.

  1. Download the Windows ZIP and its SHA-256 checksum from the same Release.
  2. In the download directory, run Get-FileHash <archive> -Algorithm SHA256 in PowerShell and compare the result with the checksum file.
  3. Extract the outer ZIP, then extract the package for your browser.
  4. In Chrome, Chromium, Brave, or Edge, open the extensions page, enable Developer mode, and choose Load unpacked.
  5. Select the extracted directory that contains manifest.json.
  6. Firefox manual packages are for temporary testing: open about:debugging#/runtime/this-firefox, choose Load Temporary Add-on, and select manifest.json.

Prefer the official browser store build when it becomes available.

Linux

The Linux TAR.GZ contains the same browser-extension packages and is not an AppImage, DEB, RPM, or native executable. Run sha256sum -c <checksum-file> from the directory containing both files, then choose one installation method:

  • Install the owner-published version from Chrome Web Store, Edge Add-ons, or Firefox Add-ons.
  • Extract the browser package and use Developer mode or Firefox temporary add-on loading.
  • For development tests, run chromium --load-extension=/absolute/path, google-chrome --load-extension=/absolute/path, microsoft-edge --load-extension=/absolute/path, or npx web-ext run --source-dir /absolute/path.

Command-line loading may not persist after the browser exits and is not a replacement for a reviewed browser-store listing or managed enterprise policy.

macOS

The public DMG and PKG must be Developer ID signed, notarized, and stapled. Download the checksum from the same Release, verify it, then open the DMG or PKG normally. Run shasum -a 256 -c <checksum-file> from the download directory. If Gatekeeper rejects the package, do not bypass quarantine; download the current Release again or report the problem.

Clone this wiki locally