# Install go-camo with Homebrew, Nix

Secure image proxy server. Version 2.7.5 via Homebrew; verified 2026-07-29. Also installable with nix: nix profile install nixpkgs#go-camo.

## Install

```sh
sudo av install brew:go-camo
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install go-camo
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#go-camo
```

  Evidence: nixpkgs package indexes: pkgs/by-name/go/go-camo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:go-camo
- **Package manager:** Homebrew
- **Version:** 2.7.5
- **Source summary:** Secure image proxy server
- **Homepage:** <https://github.com/cactus/go-camo>
- **Repository:** <https://github.com/cactus/go-camo>
- **Last updated:** 2026-07-29T16:05:03+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- go-camo (alias)
- url-tool (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 2.7.5
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2012: The GitHub repository was created.
- 2012: The author announced Go-Camo on golang-nuts as a Go version of GitHub's Camo server.
- 2013: v0.1.x releases were published on GitHub.
- 2026: v2.7.x releases showed ongoing maintenance of the Go daemon line.

### Related projects

- atmos/camo
- GitHub Camo
- Stripe Smokescreen

### Sources

- <https://github.com/atmos/camo>
- <https://github.com/cactus/go-camo>
- <https://github.com/cactus/go-camo/releases>
- <https://groups.google.com/g/golang-nuts/c/U6hCvaIXtlk>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Other Package-Manager Records

- Nix - go-camo: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-camo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/go-camo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/go-camo.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
