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
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
.