Automic VaultAutomic Vault

brew

Install goat with Homebrew, apk, MacPorts, Nix

General purpose AT Protocol CLI in Go. Version 0.2.3 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install goat

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install goat

MacPorts ports tree · graphics/goat/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add goat

Alpine Linux edge package indexes · goat · source: dl-cdn.alpinelinux.org

Nixverified · 92%
nix profile install nixpkgs#goat

nixpkgs package indexes · pkgs/by-name/go/goat/package.nix · source: api.github.com

overview

Package summary

General purpose AT Protocol CLI in Go

Commands and aliases

  • goat

history

Project history and usage

goat is the Bluesky Social Go command-line tool for the AT Protocol, described by its README as a general-purpose atproto CLI similar in spirit to curl. It gives developers and operators a shell-native way to inspect records, stream the firehose, work with PLC identity data, migrate accounts, administer PDS instances, and call XRPC endpoints.

Project history

The AT Protocol project emerged from Bluesky's protocol work: Bluesky described its spring 2022 ADX work as the first iteration, then announced the Authenticated Transfer Protocol on October 18, 2022. The protocol centers on portable identities, signed repositories, federation, Lexicon schemas, and HTTP/WebSocket synchronization.

goat was forked from the Bluesky indigo codebase in August 2025 and had its first tagged release, v0.1.0, on August 12, 2025. Subsequent releases added and reorganized account, PDS admin, lexicon, dependency, and XRPC capabilities while tracking the evolving indigo SDK.

Adoption history

goat serves the AT Protocol developer and operations community rather than end users of the Bluesky app. The surrounding ecosystem had already encouraged third-party work: by October 2023, Bluesky documentation described developers building bots, clients, feed generators, and future applications on atproto.

The Homebrew formula packages goat as a direct CLI install path for users who want an atproto toolbox without building from source. Its README also documents prebuilt binaries, Debian/Ubuntu packages, and go install.

How it is used

goat is used to resolve identities, list and fetch at:// records, export repositories and blobs, inspect PLC history, tail PLC operations, subscribe to relay firehose events, post through Bluesky APIs, manage lexicons, and make XRPC query or procedure calls. Some commands are public; account-modifying commands require login with an app password.

Why package nerds care

goat is interesting to package maintainers because it turns a fast-moving protocol stack into a reproducible local executable. For developers exploring atproto, it is the low-friction bridge between shell workflows, jq pipelines, Go-based SDK code, and network services such as PDSes, relays, PLC, Lexicon, and XRPC.

Its presence in package managers is also a sign of the AT Protocol ecosystem maturing beyond one hosted application: protocol developers need inspection, migration, and admin tools just as much as client libraries.

Timeline

  • 2022: Bluesky announced ADX had become the Authenticated Transfer Protocol.
  • 2023: Bluesky documentation invited developers to build bots, clients, feeds, and other projects on atproto.
  • 2025: goat was forked from indigo and tagged v0.1.0.
  • 2025: goat v0.2.0 added more lexicon management commands and required Go 1.25.
  • 2026: goat v0.2.3 added the first version of the xrpc subcommand.

Related projects

  • goat is closely related to the AT Protocol, Bluesky, indigo, Personal Data Servers, relays, PLC identity infrastructure, Lexicon schemas, and the XRPC HTTP API model.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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 files

Credential-bearing paths to review before unattended agent runs.

Unix
$XDG_STATE_HOME/goat/auth-session.json~/.local/state/goat/auth-session.json

executables

Installed executables

CommandKindExposureNote
goatcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.2.3
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/bluesky-social/goat

install metadata

Package metadata

Package keybrew:goat
Version0.2.3
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/goat
Homepagehttps://github.com/bluesky-social/goat
Repositoryhttps://github.com/bluesky-social/goat
Upstream docshttps://github.com/bluesky-social/goat#readme
LicenseMIT OR Apache-2.0
Source archivehttps://github.com/bluesky-social/goat.git
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegoat
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

goat

nix profile install nixpkgs#goat
  • normalized package name match
  • Matched by: Goat
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/goat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

goat 0.2.3-r0

Go AT protocol CLI tool

https://github.com/bluesky-social/goat

sudo apk add goat
  • License: Apache-2.0 AND MIT
  • Architecture: x86_64
  • Source Package: goat
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Goat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: goat from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

goat-doc 0.2.3-r0

Go AT protocol CLI tool (documentation)

https://github.com/bluesky-social/goat

sudo apk add goat-doc
  • License: Apache-2.0 AND MIT
  • Architecture: x86_64
  • Source Package: goat
  • normalized package name match
  • Matched by: Goat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: goat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
MacPorts95%

goat

sudo port install goat
  • normalized package name match
  • Matched by: Goat
MacPorts ports tree · api.github.com · MacPorts ports tree: graphics/goat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment