Vapour
Vapour is a cloud-based SaaS platform tailored for distillers and cask managers that handles the full lifecycle of spirit production, maturation, bottling, and distribution. The Production module allows users to log and trace materials from intake through distillation to filling, while the Maturation module supports task-driven warehouse operations such as cask movement, stow scanning, re-racking, sampling, filling, disgorging, and regauging. A Bottling add-on enables seamless transition of mature stock into finished products. The system natively supports barcode printing and scanning, eliminating the need for external tools, and provides a companion app for warehouse operators to manage tasks on mobile devices. Vapour builds a “data fingerprint” for every cask, capturing provenance, history, and operational metrics, to maintain transparency and traceability. Tight integrations with OT systems (e.g., filling head hardware) help automate data capture and reduce manual errors.
Learn more
Homebrew
The missing package manager for macOS (or Linux). The script explains what it will do and then pauses before it does it. Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. Homebrew installs packages to their own directory and then symlinks their files into /usr/local (on macOS Intel). Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like. Trivially create your own Homebrew packages. It’s all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates. Homebrew formulae are simple Ruby scripts. Homebrew complements macOS (or your Linux system). Install your RubyGems with gem and their dependencies with brew. Homebrew Cask installs macOS apps, fonts and plugins and other non-open source software. Making a cask is as simple as creating a formula.
Learn more
Updatest
Updatest is a native macOS application designed to be your central hub for managing and installing updates for apps on a Mac by scanning each installed application to find supported update sources such as Homebrew, Mac App Store, Sparkle, Electron, and GitHub Releases, and aggregating available updates without relying on a database. It automatically detects update sources using an app’s internal metadata and presents available updates in a visual interface that lets users discover, select, and install updates in bulk or individually, giving users control over which updates to apply and which to skip. Updatest brings clarity to managing updates by integrating with Homebrew’s adoption feature, allowing users to adopt apps into Homebrew casks so they can benefit from Homebrew’s update ecosystem. It provides deep insights into each app, including version numbers, bundle identifiers, file sizes, direct download URLs where available.
Learn more
gitleaks
Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for detecting secrets, past or present, in your code. Gitleaks can be installed using Homebrew, Docker, or Go. Gitleaks is also available in binary form for many popular platforms and OS types on the releases page. In addition, Gitleaks can be implemented as a pre-commit hook directly in your repo.
Learn more