macOS
brew install mapproxylocal Homebrew formula metadata
brew
Accelerating web map proxy. Version 6.1.1 via Homebrew; verified 2026-06-25.
install
brew install mapproxylocal Homebrew formula metadata
sudo apt install mapproxyDebian stable package indexes · mapproxy · source: deb.debian.org
nix profile install nixpkgs#mapproxynixpkgs package indexes · pkgs/by-name/ma/mapproxy/package.nix · source: api.github.com
overview
Accelerating web map proxy
history
MapProxy is a Python-based geospatial proxy, tile cache, and WMS/WMTS/TMS service layer used to cache, transform, and accelerate map services.
The official MapProxy site describes the project as an open-source proxy for geospatial data that caches, accelerates, and transforms data from existing map services for desktop and web GIS clients. Its GitHub repository was created in April 2012, but the official release notes show the project already had 0.x and 1.x history before the current GitHub era.
MapProxy's feature set grew around practical web mapping operations: WMS sources, WMTS and TMS output, MapServer and Mapnik configurations, Google/Bing-compatible tile sources, ArcGIS REST sources, reprojection, tile storage backends, watermarks, and cache seeding. Later release notes show it adding cache backends such as SQLite and Riak, dimensions for WMTS, digest authentication for source requests, and eventually semver-based release management.
By 2026 the project had reached the 6.x line, with official GitHub releases for 6.0.0 in October 2025 and 6.1.1 in June 2026. That long maintenance arc is important in GIS packaging because organizations often run map caches as quiet infrastructure for years.
MapProxy's adoption follows the deployment pattern of GIS infrastructure: it is installed next to web servers, WSGI servers, WMS sources, and tile caches rather than used as a desktop app. The official deployment docs describe local development with mapproxy-util serve-develop and production deployment either embedded in a web server or behind an HTTP server or proxy.
The input package metadata lists Homebrew, Debian, Ubuntu, and Nix packages. Combined with the official pip installation instructions, that shows the project is consumed through both Python packaging and system package managers.
MapProxy is configured with two main YAML files: mapproxy.yaml for server behavior, layers, sources, caches, grids, and services, and seed.yaml for the mapproxy-seed tool. The official docs show mapproxy-util create for generating starter configs and mapproxy-util serve-develop for local testing.
Package users typically care about the CLI entry points mapproxy-util and mapproxy-seed, because those cover the lifecycle of generating a configuration, running a development server, pre-filling tile caches, and deploying the WSGI app behind Apache, nginx, Varnish, or another production front end.
MapProxy matters to package indexes because it is glue: it bridges old and new OGC services, tile formats, cache stores, and web deployment models. That kind of package is not glamorous, but it reduces repeated custom proxy code in GIS shops.
It also illustrates a common packaging story for Python infrastructure: installable from pip, but still useful as an OS package because operators want stable command names, service integration, and reproducible deployment dependencies.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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.
Config paths the tool may read or write during local use.
mapproxy.yamlseed.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mapproxy-seed | cli | global executable | |
mapproxy-util | 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.
install metadata
| Package key | brew:mapproxy |
|---|---|
| Version | 6.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mapproxy |
| Homepage | https://mapproxy.org/ |
| Repository | https://github.com/mapproxy/mapproxy |
| Upstream docs | https://mapproxy.github.io/mapproxy/latest |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/65/1f/f53a4c633d8b202b28dae4b846e6efd93411d10c5e8775c41ed704530677/mapproxy-6.1.1.tar.gz |
| Last updated | 2026-06-25T13:37:54+02:00 |
| Pulse | updated |
| Dependencies | certifi, geos, libyaml, numpy, pillow, proj, python@3.14, rpds-py |
| Build dependencies | pkgconf, rust |
| Uses from macOS | libxml2, libxslt |
| 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 | mapproxy |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
mapproxy 4.0.2+dfsg-2
open source proxy for geospatial data
sudo apt install mapproxypython3-mapproxy 4.0.2+dfsg-2
open source proxy for geospatial data - Python 3 module
sudo apt install python3-mapproxymapproxy
nix profile install nixpkgs#mapproxymapproxy 2.0.2+dfsg-1
open source proxy for geospatial data
sudo apt install mapproxymapproxy-doc 2.0.2+dfsg-1
open source proxy for geospatial data - documentation
sudo apt install mapproxy-docpython3-mapproxy 2.0.2+dfsg-1
open source proxy for geospatial data - Python 3 module
sudo apt install python3-mapproxysource 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.