macOS
brew install mapserverlocal Homebrew formula metadata
sudo port install mapserverMacPorts ports tree · gis/mapserver/Portfile · source: api.github.com
brew
Publish spatial data and interactive mapping apps to the web. Version 8.6.2 via Homebrew; verified 2026-05-09.
install
brew install mapserverlocal Homebrew formula metadata
sudo port install mapserverMacPorts ports tree · gis/mapserver/Portfile · source: api.github.com
sudo apk add mapserverAlpine Linux edge package indexes · mapserver · source: dl-cdn.alpinelinux.org
sudo apt install cgi-mapserverDebian stable package indexes · cgi-mapserver · source: deb.debian.org
sudo dnf install mapserverFedora Rawhide package metadata · mapserver · source: dl.fedoraproject.org
nix profile install nixpkgs#mapservernixpkgs package indexes · pkgs/by-name/ma/mapserver/package.nix · source: api.github.com
sudo zypper install libjavamapscriptopenSUSE Tumbleweed package metadata · libjavamapscript · source: download.opensuse.org
overview
Publish spatial data and interactive mapping apps to the web
history
MapServer is a long-running open-source web mapping engine for publishing spatial data and interactive mapping applications, administered in the OSGeo ecosystem and configured primarily through .map files.
OSGeo's project page says MapServer was originally developed in the mid-1990s at the University of Minnesota and is known as a fast open-source platform for publishing spatial data and interactive mapping applications to the web. The official GitHub repository credits Stephen Lime as the original author and notes major NASA funding through cooperative agreements with the University of Minnesota Department of Forest Resources.
MapServer predates many modern web-map stacks. It began as a C-based CGI-era map engine and grew into a standards-heavy server that can publish raster and vector data through OGC protocols. OSGeo lists support for GDAL/OGR data access, PROJ projections, WMS, WFS, WCS, SOS, GML, GeoJSON, KML, SLD, and related web mapping standards.
The current GitHub repository was created in April 2012, reflecting migration of an older project into GitHub-hosted development rather than the beginning of the software itself. Releases in the 8.6 line were still being published in 2025 and 2026, showing unusually long continuity for a web mapping engine.
MapServer's adoption is institutional and infrastructure-oriented: public agencies, universities, and GIS teams use it to publish spatial services rather than to run a desktop UI. OSGeo says it is supported by a diverse group of organizations and administered by the MapServer Project Steering Committee.
The input package metadata lists MapServer packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and openSUSE-style packaging. That broad packaging footprint is typical for mature GIS infrastructure with native dependencies and server deployment needs.
Users configure MapServer with mapfiles, conventionally named with a .map extension, then run tools such as mapserv, map2img, shp utilities, legend, scalebar, and related helpers. OSGeo's feature list specifically notes that MapServer is easily configured through .map files.
Package users care about both the CGI/server binary and the helper utilities. mapserv is the recognizable runtime, but tools such as map2img and shptree make it possible to test rendering and prepare data from the command line.
MapServer is package-nerd important because it is old, native, standards-heavy GIS infrastructure that still ships. It pulls together C, GDAL/OGR, PROJ, image libraries, optional scripting environments, and web-server deployment conventions.
It is also historically important as one of the classic open-source web mapping engines, surviving the transition from CGI map servers to modern OGC and tile-oriented web GIS stacks.
security posture
No matching local secret-handling manifest was found for mapserver. Nucleus package metadata is still published here so future coverage has a stable package URL.
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.
*.mapexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
coshp | cli | global executable | |
legend | cli | global executable | |
map2img | cli | global executable | |
mapserv | cli | global executable | |
msencrypt | cli | global executable | |
scalebar | cli | global executable | |
shptree | cli | global executable | |
shptreetst | cli | global executable | |
shptreevis | cli | global executable | |
sortshp | cli | global executable | |
tile4ms | 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:mapserver |
|---|---|
| Version | 8.6.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mapserver |
| Homepage | https://mapserver.org/ |
| Repository | https://github.com/MapServer/MapServer |
| Upstream docs | https://mapserver.org/documentation.html |
| License | MIT |
| Source archive | https://download.osgeo.org/mapserver/mapserver-8.6.2.tar.gz |
| Last updated | 2026-05-09T14:00:18Z |
| Pulse | updated |
| Dependencies | cairo, fcgi, freetype, gdal, geos, giflib, jpeg-turbo, libpng, libpq, libxml2, pcre2, proj, protobuf-c, python@3.14 |
| Build dependencies | cmake, pkgconf, swig |
| Uses from macOS | curl |
| 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 | mapserver |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
cgi-mapserver 8.4.0-4+deb13u2
CGI executable for MapServer
sudo apt install cgi-mapserverlibmapscript-java 8.4.0-4+deb13u2
Java library for MapServer
sudo apt install libmapscript-javalibmapscript-perl 8.4.0-4+deb13u2
Perl MapServer module
sudo apt install libmapscript-perllibmapserver-dev 8.4.0-4+deb13u2
Shared library development files for MapServer
sudo apt install libmapserver-devlibmapserver2t64 8.4.0-4+deb13u2
Shared library for MapServer
sudo apt install libmapserver2t64mapserver-bin 8.4.0-4+deb13u2
MapServer utilities
sudo apt install mapserver-binmapserver-doc 8.4.0-4+deb13u2
documentation for MapServer
sudo apt install mapserver-docphp-mapscript-ng 8.4.0-4+deb13u2
PHP MapServer module (SWIG)
sudo apt install php-mapscript-ngpython3-mapscript 8.4.0-4+deb13u2
Python library for MapServer
sudo apt install python3-mapscriptmapserver
nix profile install nixpkgs#mapservercgi-mapserver 8.0.1-4ubuntu2
CGI executable for MapServer
sudo apt install cgi-mapserverlibmapscript-java 8.0.1-4ubuntu2
Java library for MapServer
sudo apt install libmapscript-javalibmapscript-perl 8.0.1-4ubuntu2
Perl MapServer module
sudo apt install libmapscript-perllibmapserver-dev 8.0.1-4ubuntu2
Shared library development files for MapServer
sudo apt install libmapserver-devlibmapserver2t64 8.0.1-4ubuntu2
Shared library for MapServer
sudo apt install libmapserver2t64mapserver-bin 8.0.1-4ubuntu2
MapServer utilities
sudo apt install mapserver-binsource 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.