https://github.com/Brewtarget/brewtarget
Main brewtarget source code repository.
https://github.com/Brewtarget/brewtarget
Last synced: 9 days ago
JSON representation
Main brewtarget source code repository.
- Host: GitHub
- URL: https://github.com/Brewtarget/brewtarget
- Owner: Brewtarget
- License: gpl-3.0
- Created: 2015-03-04T23:40:39.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T06:00:43.000Z (13 days ago)
- Last Synced: 2025-04-10T07:20:45.339Z (13 days ago)
- Language: C++
- Homepage:
- Size: 37.2 MB
- Stars: 324
- Watchers: 33
- Forks: 132
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.markdown
- License: COPYING.GPLv3
Awesome Lists containing this project
- Awesome - Brewtarget - Brewtarget is free open-source brewing software, and a beer recipe creation tool available for Linux, Mac, and Windows. It automatically calculates color, bitterness, and other parameters for you while you drag and drop ingredients into the recipe. (Food and Drinks / Looking for software, projects, courses or inspiration?)
README
# Brewtarget



### *** Please note that the up-to-date Brewtarget website is [www.brewtarget.beer](https://www.brewtarget.beer/). Latest Brewtarget releases are always here on [GitHub](https://github.com/Brewtarget/brewtarget/releases/latest). ***
##### (The old brewtarget.org website is out-of-date but we do not have access to modify it.)Brewtarget is free open-source brewing software, and a beer recipe creation
tool available for Linux, Mac, and Windows. It automatically calculates color,
bitterness, and other parameters for you while you drag and drop ingredients
into the recipe. Brewtarget also has many other tools such as priming sugar
calculators, OG correction help, and a unique mash designing tool. It also can
export and import recipes in BeerXML, allowing you to easily share recipes with
friends who use BeerSmith or other programs. All of this means that Brewtarget
is your single, free, go-to tool when crafting your beer recipes.## Authors
* Adam Hawes
* Aidan Roberts
* A.J. Drobnich
* André Rodrigues
* Blair Bonnett
* Brian Rower
* Carles Muñoz Gorriz
* Chris Pavetto
* Chris Speck
* Dan Cavanagh
* Daniel Moreno
* Daniel Pettersson
* David Grundberg
* Eric Tamme
* Greg Greenaae
* Greg Meess
* Idar Lund
* Jamie Daws
* Jean-Baptiste Wons
* Jeff Bailey
* Jerry Jacobs
* Jonatan Pålsson
* Jonathon Harding
* Julian Volodia
* Kregg Kemper
* Luke Vincent
* Marcel Koek
* Mark de Wever
* Markus Mårtensson
* Matt Anderson
* Mattias Måhl
* Matt Young -- Current lead developer
* Maxime Lavigne
* Medic Momcilo
* Mike Evans
* Mik Firestone -- Previous lead developer
* Mikhail Gorbunov
* Mitch Lillie
* Padraic Stack
* Peter Buelow
* Peter Urbanec
* Philip Greggory Lee -- Original lead developer
* Rob Taylor
* Samuel Östling
* Scott Peshak
* Théophane MARTIN
* Tyler CiprianiAuthor list created with the help of the following command:
$ git log --raw | grep "^Author: " | sort -u
## Websites
### For Users
* [Main website](https://www.brewtarget.beer) (This replaces the old brewtarget.org website, to which we no longer have access)
* [Latest builds](https://github.com/Brewtarget/brewtarget/actions)
* [Bug tracker](https://github.com/Brewtarget/brewtarget/issues)Latest builds are available by logging into GitHub, following the "Latest builds" link above, drilling down into the
relevant OS and downloading the installer package.### For Developers
* [Source code repository](https://github.com/Brewtarget/brewtarget)
* [Developers wiki](https://github.com/Brewtarget/brewtarget/wiki)## Compiling and Installing
If you want to build the application from source, see
[Development: Getting Started](https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started) for
up-to-date instructions.See also comments in [bt](https://github.com/Brewtarget/brewtarget/blob/develop/bt) and [meson.build](https://github.com/Brewtarget/brewtarget/blob/develop/meson.build) files.