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 6.0.0
- Changed from switches to dropdowns for units.
- Added Imperial (British) units.
- In Total IBU, changed Boil Time to per hop.
- Under the bonnet, complete rewrite/cleanup.
- Broke apart large functions.
- Wrote tests for all of the Maths, Formatting, Implementations, and Common Functions.
Full Changelog
Screenshots:









To Do:
- Add Sugars And Fruits To ABV From Grain
- Add Water Minerals Calculator
- Add Documentation To The Info Tab
- Add Export To Gourmet Option
Building:
To install on Arch, the AUR package name is brewstillery
.
BrewStillery requires GTK 3.22.
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 as your regular user.
If you're installing with cargo install BrewStillery
, the logo image will be missing.
To fix this, you will need BrewStilleryLogo.png
from the media directory.
Install it with sudo install -Dm755 ../media/BrewStilleryLogo.png /usr/share/BrewStillery/BrewStilleryLogo.png
Sources:
- "Brew By Numbers - Add Up What's In Your Beer" - Michael L. Hall. PH.D., Zymurgy (Summer) 1995
- "Refractometer FG Results « SeanTerrill.com" - SeanTerrill.com, Modified: January 2010
- "Kraeusening" - Braukaiser.com, Modified: January 2, 2010
- "Glenn Tinseth's Hop Page" - Glenn Tinseth, 1995-1999
- "Calculating Gravity, Bitterness, And Color: Techniques" - Chris Colby, 2000
- "Formulas And C Source Code" - PrimeTab, Modified: March 25, 2002
- "Estimating Color" - BrewWiki.com, Modified: May, 17 2008
- "Technical Information for Brewers" - A.J. deLange, 2013
- "Color math and programming code examples" - IRO Group Limited, 2018