- Install script (Unix)
- Install script (Windows)
- npm
- cargo install
- Build from source
Prerequisites: The script detects your OS and architecture, downloads the matching prebuilt binary from the latest GitHub release, verifies its SHA-256 checksum, and installs it to
curl, uname, and sha256sum (or shasum) on Linux or macOS.~/.local/bin (or $XDG_BIN_HOME if set).Override the install location with
FYRER_INSTALL_DIR, or pin a specific version with sh install.sh v0.3.3. If the install directory isn’t already on your PATH, the script prints the export PATH=... line to add to your shell profile.Verify installation
Confirm thatfyrer is on your PATH and check the installed version:
fyrer 0.3.3. If the command is not found, make sure your install directory is on your PATH:
~/.local/binfor the Unix install script%LOCALAPPDATA%\fyrer\binfor the Windows install script- your npm global
bindirectory for npm installs ~/.cargo/binforcargo installand source builds
fyrer looks for
fyrer.yml in the current working directory by default. Always run fyrer from the directory that contains your config file. If you need to point at a config in a different location, pass the --config flag:
