-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Use only packages published by Zyravo on the official website or the latest GitHub Release.
The Windows ZIP is a browser-extension bundle, not an EXE or MSI. It does not carry an operating-system code signature.
- Download the Windows ZIP and its SHA-256 checksum from the same Release.
- In the download directory, run
Get-FileHash <archive> -Algorithm SHA256in PowerShell and compare the result with the checksum file. - Extract the outer ZIP, then extract the package for your browser.
- In Chrome, Chromium, Brave, or Edge, open the extensions page, enable Developer mode, and choose Load unpacked.
- Select the extracted directory that contains
manifest.json. - Firefox manual packages are for temporary testing: open
about:debugging#/runtime/this-firefox, choose Load Temporary Add-on, and selectmanifest.json.
Prefer the official browser store build when it becomes available.
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, ornpx 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.
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.