macOS
brew install red-tldrlocal Homebrew formula metadata
brew / rank 7959
Used to help red team staff quickly find the commands and key points. Version 0.5.0 via Homebrew; verified 2026-09-13.
install
brew install red-tldrlocal Homebrew formula metadata
overview
Used to help red team staff quickly find the commands and key points
history
Red Team TL;DR is an offline-first command and technique lookup tool for experienced red-team operators. It combines fuzzy full-text search over a curated YAML database with structured output, MITRE ATT&CK metadata, and an optional MCP server.
red-tldr began as a lightweight lookup tool for experienced red-team operators who remember fragments of commands but need fast access to exact syntax and operational notes. It uses a curated, locally searchable database rather than general web search.
The project later added Bleve-powered full-text and fuzzy search, structured text, JSON, and Markdown output, richer entries with MITRE ATT&CK mappings, and an independently maintained red-tldr-db repository.
Version 0.5.0 introduced a built-in Model Context Protocol server supporting both standard input/output and Streamable HTTP transports.
red-tldr is available through Homebrew on macOS, the Arch User Repository, downloadable release archives, and source builds. Its offline-first design avoids cloud or API-key dependencies.
From version 0.5.0, the project broadened its audience beyond direct terminal use by embedding an MCP server for AI assistants such as Claude Desktop and Cursor.
Operators search using a complete keyword or a remembered fragment and choose among ranked matches. Results can be printed for terminal reading or emitted as JSON or Markdown.
The update command rebuilds the local search index, while upgrade downloads the latest database from GitHub. The serve command exposes the knowledge base to MCP clients over stdio or Streamable HTTP.
The default configuration at ~/.red-tldr/config.toml controls automatic index rebuilding, database downloads, the database storage path, and colored output. No API credentials are required.
red-tldr packages an operator-maintained offensive-security knowledge base behind a fast local CLI. Its separation of the search program from a YAML database, deterministic offline behavior, structured output, and built-in MCP endpoint make it an unusual bridge between traditional command cheat sheets and agent-accessible security references.
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.
~/.red-tldr/config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
red-tldr | 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.
https://github.com/Rvn0xsy/red-tldr
install metadata
| Package key | brew:red-tldr |
|---|---|
| Version | 0.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/red-tldr |
| Homepage | https://payloads.online/red-tldr/ |
| Repository | https://github.com/Rvn0xsy/red-tldr |
| Upstream docs | https://payloads.online/red-tldr/ |
| License | MIT |
| Source archive | https://github.com/Rvn0xsy/red-tldr/archive/refs/tags/v0.5.0.tar.gz |
| Last updated | 2026-09-13T07:31:51Z |
| Pulse | updated |
| Build dependencies | go |
| 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 | red-tldr |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.