macOS
brew install go-camolocal Homebrew formula metadata
brew
Secure image proxy server. Version 2.7.4 via Homebrew; verified 2026-04-30.
install
brew install go-camolocal Homebrew formula metadata
nix profile install nixpkgs#go-camonixpkgs package indexes · pkgs/by-name/go/go-camo/package.nix · source: api.github.com
overview
Secure image proxy server
history
go-camo is a secure image proxy server written in Go. It implements the camo pattern: a web application rewrites remote image URLs into signed proxy URLs, and the proxy fetches and serves those images over TLS to avoid mixed-content warnings.
The project was announced to the Go community in July 2012 as a Go version of GitHub's Camo server. Its README keeps that lineage explicit by describing go-camo as a Go version of a camo server and by comparing it with the original atmos/camo project.
go-camo fit an operational niche for sites that hosted HTTPS pages while allowing user-supplied image URLs. Its significance came less from broad framework adoption and more from giving operators a static Go binary, native TLS and HTTP/2 support, HMAC URL validation, and deployment guidance for process supervisors, Heroku, containers, and CDN-fronted installations.
Practitioners deploy go-camo beside a web application. The application signs the original image URL with an HMAC key and emits a go-camo URL; go-camo validates the signature, decodes the target URL, fetches the remote image, and streams it back. The README also documents operational controls such as `GOCAMO_HMAC`, HTTP proxy variables, private-address rejection for SSRF-style risk reduction, allow/deny filters, and supervisor-based production operation.
For package maintainers, go-camo is the kind of small network daemon that benefits from binary distribution: a single executable plus man pages and service-manager examples. Its packaging in Homebrew and Nix makes the image-proxy pattern installable without a Node or Ruby runtime.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
go-camo | cli | global executable | |
url-tool | 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/cactus/go-camo
install metadata
| Package key | brew:go-camo |
|---|---|
| Version | 2.7.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/go-camo |
| Homepage | https://github.com/cactus/go-camo |
| Repository | https://github.com/cactus/go-camo |
| Upstream docs | https://github.com/cactus/go-camo#readme |
| License | MIT |
| Source archive | https://github.com/cactus/go-camo/archive/refs/tags/v2.7.4.tar.gz |
| Last updated | 2026-04-30T18:41:06Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | go-camo |
| 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.
go-camo
nix profile install nixpkgs#go-camosource 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.