Installation
Sentrie is a single binary executable. It has no external dependencies.
On macOS, both M1 (arm64) and Intel (x64) executables are provided. On Windows and Linux, both x64 and arm64 executables are provided.
Convenience scripts are provided for macOS, Linux, and Windows.
Installing the latest version
Section titled “Installing the latest version”On macOS
Section titled “On macOS”Recommended: Homebrew Formula
brew install sentrie-sh/tap/sentrieWhy Formulas instead of Casks? macOS Gatekeeper flags binaries installed via Homebrew Casks, requiring users to manually remove quarantine attributes or approve the binary in System Settings. Formulas are treated as regular binaries by Gatekeeper, avoiding these security warnings and providing a seamless installation experience.
Alternative: Install script
curl -fsSL https://sentrie.sh/install.sh | bashOn Linux and WSL2
Section titled “On Linux and WSL2”curl -fsSL https://sentrie.sh/install.sh | bashOn Windows
Section titled “On Windows”irm https://sentrie.sh/install.ps1 | iexVerify Installation
Section titled “Verify Installation”sentrie --versionThis should display the current version of Sentrie.
Installing a specific version
Section titled “Installing a specific version”On macOS
Section titled “On macOS”For specific versions, use the install script:
curl -fsSL https://sentrie.sh/install.sh | bash -s v0.1.0On Linux and WSL2
Section titled “On Linux and WSL2”curl -fsSL https://sentrie.sh/install.sh | bash -s v0.1.0On Windows
Section titled “On Windows”$v="0.1.0"; irm https://sentrie.sh/install.ps1 | iexVerify Installation
Section titled “Verify Installation”sentrie --version