Automic VaultAutomic Vault

brew

Install tippecanoe with Homebrew, apt, MacPorts, Nix

Build vector tilesets from collections of GeoJSON features. Version 2.79.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install tippecanoe

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install tippecanoe

MacPorts ports tree · gis/tippecanoe/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install tippecanoe

Debian stable package indexes · tippecanoe · source: deb.debian.org

Nixverified · 92%
nix profile install nixpkgs#tippecanoe

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

overview

Package summary

Build vector tilesets from collections of GeoJSON features

Commands and aliases

  • tile-join
  • tippecanoe
  • tippecanoe-decode
  • tippecanoe-enumerate
  • tippecanoe-json-tool
  • tippecanoe-overzoom

history

Project history and usage

Tippecanoe is a command-line geospatial tool for building vector tilesets from large collections of GeoJSON, FlatGeobuf, or CSV features. It became important because it lets map developers turn large raw datasets into MBTiles/vector-tile outputs that remain visually useful across zoom levels.

Project history

Tippecanoe originated at Mapbox in the mid-2010s. The original Mapbox GitHub repository was created in September 2014, and the current Felt README states that version 2.0.0 is equivalent to Mapbox Tippecanoe 1.36.0, thanking Mapbox for years of early support.

Felt became Tippecanoe's new home in 2022. Felt's official interview with Erica Fischer says she originally authored Tippecanoe at Mapbox and joined Felt as the company revived development at felt/tippecanoe. The same post explains that Tippecanoe grew out of Fischer's data-visualization work with very large geodata sets and the need to thin low-zoom features based on spatial relationships rather than hand-authored importance tags.

Under Felt, Tippecanoe continued as an open-source tiling engine and a core component of Felt's own mapping stack. Felt's open-source page describes Tippecanoe as the best way over the past decade to make scale-independent views of data, and the project README says it is developed and actively maintained by Erica Fischer at Felt.

Adoption history

Tippecanoe's adoption is visible in both official project docs and package metadata. The README names Homebrew as the easiest installation method on macOS and documents source builds on Ubuntu. The input metadata also lists Homebrew, Debian, MacPorts, Nix, and Ubuntu packages.

Its usage spread because it solves a common web-map packaging problem: producing fast vector tiles while preserving the density and texture of large datasets. Official examples cover TIGER roads, Natural Earth data, building footprints, bus GPS traces, world cities, census tracts, layer merging, filtering, and joining tilesets. That breadth made it a go-to CLI for people building custom map tiles without a hosted tiling service.

How it is used

The core command is tippecanoe -o file.mbtiles with options and one or more input files. If no file is specified, it reads GeoJSON from standard input, which makes it natural in Unix pipelines.

Package users commonly use -zg to choose a maximum zoom level automatically, --drop-densest-as-needed or --coalesce-densest-as-needed to control tile size at low zooms, and tile-join to merge, filter, or update MBTiles outputs. The companion executables tippecanoe-decode, tippecanoe-enumerate, tippecanoe-json-tool, tippecanoe-overzoom, and tile-join reinforce its role as a toolkit rather than a single-purpose converter.

Why package nerds care

Tippecanoe is one of the rare geospatial tools that package nerds recognize by command name. It is important because it connects Unix-style data pipelines, open vector-tile formats, MBTiles files, and modern web-map rendering. Installing it from a package manager often replaces a hosted tiling workflow for local experiments, CI jobs, and reproducible map-data builds.

Timeline

  • 2014-09-26: The original mapbox/tippecanoe GitHub repository was created.
  • 2020-08-26: Mapbox Tippecanoe 1.36.0 was released.
  • 2022-08-15: The felt/tippecanoe GitHub repository was created.
  • 2022-09-13: Felt announced Erica Fischer's work on Tippecanoe at Felt and the revival of development at felt/tippecanoe.
  • 2025-07-24: Felt Tippecanoe 2.79.0 was published according to GitHub release metadata.

Related projects

  • The Mapbox Vector Tile specification is the output ecosystem Tippecanoe targets.
  • tile-join is distributed with Tippecanoe and is central to merging and transforming tilesets.
  • MapLibre GL JS, PMTiles, and Protomaps are adjacent open web-mapping projects referenced by Felt around its mapping stack.

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.

Recommended review

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

executables

Installed executables

CommandKindExposureNote
tile-joincliglobal executable
tippecanoecliglobal executable
tippecanoe-decodecliglobal executable
tippecanoe-enumeratecliglobal executable
tippecanoe-json-toolcliglobal executable
tippecanoe-overzoomcliglobal 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 version2.79.0
manager updated
local dataok
upstreamcurrent
latest detected2.79.0

https://github.com/felt/tippecanoe

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:tippecanoe
Version2.79.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/tippecanoe
Homepagehttps://github.com/felt/tippecanoe
Repositoryhttps://github.com/felt/tippecanoe
Upstream docshttps://github.com/felt/tippecanoe#readme
LicenseBSD-2-Clause
Source archivehttps://github.com/felt/tippecanoe/archive/refs/tags/2.79.0.tar.gz
Uses from macOSsqlite
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 Nametippecanoe
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.

Debian apt95%

tippecanoe 2.53.0-1

build vector tilesets from large collections of GeoJSON features

https://github.com/felt/tippecanoe

sudo apt install tippecanoe
  • Section: science
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Tippecanoe
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tippecanoe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tippecanoe

nix profile install nixpkgs#tippecanoe
  • normalized package name match
  • Matched by: Tippecanoe
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ti/tippecanoe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

tippecanoe 2.49.0-1build1

build vector tilesets from large collections of GeoJSON features

https://github.com/felt/tippecanoe

sudo apt install tippecanoe
  • Section: universe/science
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Tippecanoe
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tippecanoe from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

tippecanoe

sudo port install tippecanoe
  • normalized package name match
  • Matched by: Tippecanoe
MacPorts ports tree · api.github.com · MacPorts ports tree: gis/tippecanoe/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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment