An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Brewtarget

![Linux Workflow](https://github.com/brewtarget/brewtarget/actions/workflows/linux-ubuntu.yml/badge.svg)

![Windows Workflow](https://github.com/brewtarget/brewtarget/actions/workflows/windows.yml/badge.svg)

![Mac Workflow](https://github.com/brewtarget/brewtarget/actions/workflows/mac.yml/badge.svg)

### *** 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 Cipriani

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