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, Linux and WSL2
Section titled “On macOS, 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, Linux and WSL2
Section titled “On macOS, 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