macOS
brew install gistlocal Homebrew formula metadata
brew
Command-line utility for uploading Gists. Version 6.1.0 via Homebrew; verified 2026-06-19.
install
brew install gistlocal Homebrew formula metadata
sudo apt install gistDebian stable package indexes · gist · source: deb.debian.org
nix profile install nixpkgs#gistnixpkgs package indexes · pkgs/by-name/gi/gist/package.nix · source: api.github.com
sudo pacman -S gistArch Linux sync databases · gist · source: geo.mirror.pkgbuild.com
overview
Command-line utility for uploading Gists
history
gist is a Ruby command-line client and library for uploading files or standard input to GitHub Gist. It is one of the older developer-shell bridges between local code snippets and GitHub's paste-sharing service.
The repository was opened in October 2008 by Chris Wanstrath, and RubyGems records 1.0.0 in February 2010. The README credits defunkt and indirect for versions 1 through 3, then rking and Conrad Irwin for version 4, showing a maintainer handoff pattern typical of long-lived GitHub-era command-line tools.
The tool grew from simple snippet upload into a broader Gist client: it can upload multiple files, read from standard input, paste from the clipboard, create private gists, update existing gists, open or copy resulting URLs, list and read gists, and act as a Ruby library.
gist's adoption follows GitHub Gist's role as a lightweight code-sharing surface. The README documents installation through RubyGems, Bundler, Homebrew, FreeBSD ports, and Debian or Ubuntu packages, while RubyGems download counts show multi-million-install scale through the gem channel.
Practitioners pipe command output into gist, upload one or more files, attach descriptions, request private gists, copy the resulting URL, or use the library API inside Ruby programs. Authentication evolved from username/password token exchange toward GitHub's device-code OAuth flow, with tokens stored in ~/.gist or per-enterprise token files.
gist is significant because it made GitHub's pastebin-like service feel native to the Unix pipeline. For package maintainers, it also carries the history of API authentication changes, GitHub Enterprise support, and binary-name conflict handling in distributions such as Debian.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/.gist~/.gist.<protocol>.<server.name>[.<port>]executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gist | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/defunkt/gist
install metadata
| Package key | brew:gist |
|---|---|
| Version | 6.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gist |
| Homepage | https://defunkt.io/gist/ |
| Repository | https://github.com/defunkt/gist |
| Upstream docs | https://github.com/defunkt/gist#readme |
| License | MIT |
| Source archive | https://github.com/defunkt/gist/archive/refs/tags/v6.1.0.tar.gz |
| Last updated | 2026-06-19T22:35:16Z |
| Pulse | updated |
| Uses from macOS | ruby |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gist |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gist 6.0.0-3
Upload gists to gist.github.com
https://github.com/defunkt/gist
sudo apt install gistgist
nix profile install nixpkgs#gistgist 6.0.0-3
Upload gists to gist.github.com
https://github.com/defunkt/gist
sudo apt install gistgist 6.0.0-2
Potentially the best command line gister
https://github.com/defunkt/gist
sudo pacman -S gistsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.