BrewStillery

BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed.

Written in Rust, using GTK3

New In 3.0.0

Added the grain calculator to the beer tab. Reworked the maths in the RealABV calculator, because it was completely inaccurate. Reworked the graphical layout as well.

Screenshots:

General Tab Screenshot

Beer Top Tab Screenshot

Beer Bottom Tab Screenshot

Champagne Tab Screenshot

About Tab Screenshot

To Do:

Building:

To install on Arch, the AUR package name is brewstillery.

In Cargo.toml, set codegen-units to however many cores you want to use to compile.

To build, just run cargo build --release. The resultant binary will be target/release/BrewStillery.

To install/uninstall system-wide, run install.sh or uninstall.sh from the scripts directory.

If you're installing with cargo install BrewStillery, the logo image will be missing.

To fix this, you will need BrewStilleryLogo.svg from the media directory.

Install it with sudo install -Dm755 ../media/BrewStilleryLogo.svg /usr/share/BrewStillery/BrewStilleryLogo.svg

Sources: