Skip to content

Releases: mcaney006/Kettle

Kettle 0.1.0 Preview 1

Pre-release

Choose a tag to compare

@mcaney006 mcaney006 released this 30 Aug 04:07
e4335ca

Kettle 0.1.0 Preview 1

Kettle is a native macOS Homebrew frontend written in Rust with GPUI/Metal. This preview includes the architectural reconstruction, IBM Plex Mono throughout the application UI, native search/editing and selection behavior, namespace-safe formula/cask operations, and the new macOS installer package.

Important signing notice

This preview is for local evaluation only.

  • Kettle.pkg is unsigned.
  • The application inside the package and Kettle.dmg are ad-hoc signed only.
  • These artifacts are not notarized by Apple.
  • Do not bypass Gatekeeper on a machine you do not control or for an artifact whose checksum you have not verified.

A public production release requires Developer ID Application and Developer ID Installer identities plus Apple notarization credentials. Those credentials were not available on the release machine, so this release is deliberately marked as a prerelease rather than misrepresenting the artifacts as production-signed.

Downloads

  • Kettle.pkg — native macOS installer package.
  • Kettle.dmg — drag-to-Applications disk image.
  • SHA256SUMS — SHA-256 checksums for both artifacts.

Verification

shasum -a 256 -c SHA256SUMS

The source was squash-merged through PR #2, and the post-merge macOS quality gate passed formatting, Clippy with warnings denied, workspace tests, dependency policy, release builds for Apple Silicon and Intel, and universal packaging smoke checks.