Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Mar 12:10
· 147 commits to main since this release

Installation

Install the latest version with:

cargo install sentri-cli --version 0.1.3

Or download pre-built binaries from the Assets section below.

Quick Start

# Check an EVM contract
sentri check ./contracts --chain evm

# Check a Solana program
sentri check ./programs --chain solana

# Initialize config file
sentri init

# Verify installation
sentri doctor

New in v0.1.3

  • Multi-chain invariant checking: EVM, Solana, and Move support
  • 22 built-in security invariants: Comprehensive checks across all chains
  • Structured output: JSON and HTML report generation
  • Violation suppression: Inline comments and config-level control
  • Health checks: sentri doctor command for component verification
  • Professional CLI: Colored output, TTY detection, responsive design
  • Cross-platform binaries: Linux (glibc/musl), macOS (Intel/ARM), Windows

Verification

Verify artifact integrity:

sha256sum -c SHA256SUMS

Multi-Platform Binaries

  • Linux (x86_64, glibc): Standard Linux distributions
  • Linux (x86_64, musl): Alpine and other musl-based systems
  • Linux (aarch64): ARM64 Linux servers
  • macOS (Intel): x86_64 Mac systems
  • macOS (Apple Silicon): aarch64 M1/M2/M3 Macs
  • Windows (x86_64): Windows 10/11

All binaries are deterministically built and reproducible.