Skip to content

v1.0.1: brew install suture

Choose a tag to compare

@WyattAu WyattAu released this 16 Apr 06:05
· 309 commits to main since this release

One-command install

brew tap WyattAu/suture
brew install suture

Also available via Nix:

nix build github:WyattAu/suture

What changed

  • Added Homebrew tap formula (Formula/suture.rb) — supports macOS (Intel + Apple Silicon) and Linux (x86_64 + aarch64)
  • Added Nix flake packages — nix build .#suture and nix build .#suture-hub
  • README updated with Homebrew as primary install method

Full install options

Method Command
Homebrew brew tap WyattAu/suture && brew install suture
Nix nix build github:WyattAu/suture
Cargo cargo install suture-cli
Binary curl -fsSL https://raw.githubusercontent.com/WyattAu/suture/main/install.sh | sh

Full Changelog: v1.0.0...v1.0.1