Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

bindl-dev/bindl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d731813 Β· Jan 8, 2023

History

85 Commits
Jan 8, 2023
Mar 11, 2022
Mar 25, 2022
Apr 22, 2022
Apr 12, 2022
Mar 26, 2022
Jan 8, 2023
Apr 13, 2022
Apr 12, 2022
Jan 8, 2023
Apr 12, 2022
Jan 8, 2023
Apr 10, 2022
Apr 12, 2022
Apr 12, 2022
Apr 12, 2022
Apr 14, 2022
Mar 18, 2022
Apr 14, 2022
Apr 12, 2022
Apr 14, 2022
Apr 12, 2022
Jan 8, 2023
Apr 12, 2022
Apr 10, 2022
Apr 10, 2022

Repository files navigation

Image is "Lazy Gopher" from the collection "Gophers" by Ashley Willis.

Bindl

Bindl is a downloader for programs used in a project, often not necessary at runtime, but essential for development or infrastructure.

Bindl is an distro-agnostic, offering ease of consistency in managing binaries across operating systems and distributions.

Why?

At the core of it, Bindl is standardizing and securing the work of curl && chmod. Through Bindl, projects can rest assured that dependencies and programs are always verified through checksum (and signature if provided).

The ergonomics of adopting Bindl is about making sure that for a given commit in a project, it will have consistent dependency version and installation mechanism regardless of which machine is running.

To learn more about why Bindl exists and how it works, take a look at the guides.

Usage / Installation

Available under examples/ directory. In short:

# Whichever directory you'd like bindl to exist
export OUTDIR=/usr/local/bin

# While it's convenient, please inspect bootstrap.sh before running :)
curl --location https://bindl.dev/bootstrap.sh | bash

You may try to install with go get, though versioning information may be incomplete as they are stamped in build.

And of course, assets in releases are downloadable for manual binary installation.

Contributing to Bindl

Our guide on contributing to Bindl is specified in CONTRIBUTING.md