Automic VaultAutomic Vault

brew

Install maigret with Homebrew, MacPorts, Nix

Collect a dossier on a person by username from thousands of sites. Version 0.6.2 via Homebrew; verified 2026-07-03.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install maigret

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install maigret

MacPorts ports tree · python/maigret/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#maigret

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

overview

Package summary

Collect a dossier on a person by username from thousands of sites

Commands and aliases

  • maigret
  • update_sitesmd

history

Project history and usage

Maigret is a Python OSINT tool for collecting a username-centered dossier by checking account presence and profile pages across thousands of sites. Its official README emphasizes username-only searches, no API-key requirement for normal scans, report generation, a web interface, and Python-library embedding.

Project history

The public GitHub repository was created in June 2020. By its first listed GitHub release in January 2021, Maigret had settled into the package shape familiar to CLI users: install with pip, run `maigret USERNAME`, and emit reports for offline review.

The project grew from a simple account-checking utility into a maintained OSINT framework with a large site database, recursive search, tag filtering, Tor/I2P and proxy support, a web UI, and optional AI-assisted report summarization. Official settings documentation describes a bundled site database plus a higher-priority auto-updated database downloaded into `~/.maigret/data.json` when available.

Adoption history

Maigret has become a visible package in the OSINT CLI ecosystem: the repository metadata shows tens of thousands of GitHub stars, and the README links PyPI, Docker, cloud-shell, standalone Windows, and web-interface usage paths. The input package-manager facts also show availability through Homebrew, MacPorts, and Nix.

The README lists professional OSINT and social-media analysis tools built on Maigret, including Social Links API, Social Links Crimewall, and UserSearch, which is unusually explicit upstream evidence of downstream adoption for this kind of tool.

How it is used

Typical package-manager usage is direct: install the package, run `maigret username`, then choose report formats such as HTML, PDF, XMind, JSON, CSV, text, graph, or Neo4j output. Power users narrow searches with tags, scan all sites with `-a`, run the bundled web UI, or import Maigret as a Python library.

For operations work, the package matters because it bundles and updates a large site database, can work through proxy/Tor/I2P paths, and can be run without per-site API credentials. Optional AI analysis uses an OpenAI-compatible key from settings or `OPENAI_API_KEY`.

Why package nerds care

Maigret is the kind of Homebrew/Nix/PyPI package that turns a messy web-investigation workflow into a repeatable CLI artifact: one executable, a maintained data file, reproducible report formats, and enough knobs to fit CI, containers, and local analyst machines.

Its significance is also in its maintenance burden. Username-search tools decay as sites change, so Maigret's auto-updated database, site metadata, and self-check/development workflow are central to why package users track releases rather than treating it as a static script.

Timeline

  • 2020: Public GitHub repository created.
  • 2021: First listed GitHub releases appear.
  • 2022: v0.4.x releases continue the Python CLI package line.
  • 2025: v0.5.0 release published.
  • 2026: v0.6.x releases published, with active repository updates.

Related projects

  • The README links `soxoj/socid_extractor` as part of Maigret's profile-information extraction story.
  • In package-manager culture, Maigret sits near other username and OSINT tools such as Sherlock, while distinguishing itself with richer reporting, a larger site database, and a web UI.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for maigret. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 3 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

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

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.maigret/settings.jsonsettings.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.maigret/settings.jsonsettings.json

executables

Installed executables

CommandKindExposureNote
maigretcliglobal executable
update_sitesmdcliglobal 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 version0.6.2
manager updated2026-07-03
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/soxoj/maigret

install metadata

Package metadata

Package keybrew:maigret
Version0.6.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/maigret
Homepagehttps://github.com/soxoj/maigret
Repositoryhttps://github.com/soxoj/maigret
Upstream docshttps://maigret.readthedocs.io/
LicenseMIT
Source archivehttps://files.pythonhosted.org/packages/78/4a/54c171e7e98382a9c95ba2f4dcb4ffaee882200a76a7055e010360c9a1b8/maigret-0.6.2.tar.gz
Last updated2026-07-03T00:34:04Z
Pulseupdated
Dependenciescertifi, pillow, python@3.14
Build dependenciescmake, rust
Uses from macOSlibffi, libxml2, libxslt
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 Namemaigret
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • 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.

Nix95%

maigret

nix profile install nixpkgs#maigret
  • normalized package name match
  • Matched by: Maigret
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/maigret/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

maigret

sudo port install maigret
  • normalized package name match
  • Matched by: Maigret
MacPorts ports tree · api.github.com · MacPorts ports tree: python/maigret/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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment