---
title: "💭 jpillora/installer: One-liner for installing binaries from Git..."
description: "!https://github.com/jpillora/installer"
date: 2023-09-23
published: true
tags:
  - cli
  - installer
  - github
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/jpillora/installer" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://opengraph.githubassets.com/9089fd8c6e317b93bf36115eaafa985dddfd346a255809da257f56c3c8debe1e/jpillora/installer" alt="GitHub - jpillora/installer: One-liner for installing binaries from Github releases — One-liner for installing binaries from Github releases - jpillora/installer" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - jpillora/installer: One-liner for installing binaries from Github releases</div>
      <div class="embed-card-description">One-liner for installing binaries from Github releases - jpillora/installer</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


This is a sick looking bash script generator for installing binaries off of github releases.  it reccomends curl into bash, but you could curl into install.sh  and toss that in your dotfiles repo or wherever.

Install installer with installer

``` bash
curl -s https://i.jpillora.com/installer | bash
```

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
