# talisman mit Homebrew, MacPorts, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für talisman in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:talisman
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install talisman
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install talisman
```

  Evidenz: MacPorts ports tree: devel/talisman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id Thoughtworks.Talisman -e
```

  Evidenz: Windows Package Manager source index: Thoughtworks.Talisman from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:talisman
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/talisman>
- **Version:** 1.37.0
- **Quellzusammenfassung:** Tool to detect and prevent secrets from getting checked in
- **Homepage:** <https://thoughtworks.github.io/talisman/>
- **Repository:** <https://github.com/thoughtworks/talisman>
- **Upstream-Dokumentation:** <https://thoughtworks.github.io/talisman/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/thoughtworks/talisman/archive/refs/tags/v1.37.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-26T00:50:32+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- talisman (cli)
- talisman (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.37.0
- Manager aktualisiert: 2026-07-26
- lokale Daten: OK
- Upstream-Repository: https://github.com/thoughtworks/talisman
- neueste erkannte Version: v1.37.0 (aktuell)
## Projektgeschichte und Nutzung

Talisman is a Thoughtworks-maintained secret-scanning CLI and Git-hook tool. It became package-manager relevant because it packages a common DevSecOps guardrail as a local binary that can run before code leaves a developer workstation.

### Projektgeschichte

The official repository was initialized on 2015-12-14 and the first observed release tag, v0.1.0, is dated 2016-04-19. Its README defines the project as a tool that scans Git changesets so likely secrets or sensitive information do not leave the developer's workstation.

### Adoptionsgeschichte

Talisman is distributed as a standalone executable, as a repository Git hook, and as a global Git hook template. The official README documents Homebrew installation, release-page binaries, an install script, pre-commit integration, and Husky integration, which placed it in the same day-to-day tooling layer as linters and formatters.

### Wie es verwendet wird

The standard usage is to install the `talisman` binary and invoke it from pre-commit or pre-push hooks. It checks outgoing changesets for patterns such as SSH keys, authorization tokens, and private keys; it can also run directly as a CLI utility for Git repository scanning.

### Warum Paket-Nerds sich dafür interessieren

Package nerds care about Talisman because it is a classic local-policy binary: small enough to install with Homebrew, easy to pin in hook frameworks, and useful before centralized secret-scanning infrastructure ever sees a commit. Its documented auto-update behavior from v0.4.4 also reflects the tension between reproducible pinned tooling and security tools that want to stay current.

### Zeitleiste

- 2015-12-14: First commits in the official Git repository.
- 2016-04-19: First observed release tag, v0.1.0.
- 2018-10-08: v0.3.1 appears in the tag history before the README-documented v0.4.4 auto-update behavior.
- 2025-05-02: v1.37.0 appears as the latest observed tag and Homebrew stable version.

### Related projects

- Talisman is commonly used with Git hooks, pre-commit, and Husky. In package-manager culture it sits beside tools such as git-secrets and detect-secrets, though this record relies only on the official Talisman sources for claims.

### Quellen

- <https://formulae.brew.sh/api/formula/talisman.json>
- <https://github.com/thoughtworks/talisman README>
- <https://github.com/thoughtworks/talisman official Git history and tags>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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

- Unix: .talismanrc
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** talisman
- **Version Scheme:** 1
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- MacPorts - talisman: normalized package name match | MacPorts ports tree: devel/talisman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Thoughtworks.Talisman: normalized package name match | Windows Package Manager source index: Thoughtworks.Talisman from https://cdn.winget.microsoft.com/cache/source.msix


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/de/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [detect-secrets](https://pkg.so/de/brew/detect-secrets/) - Shares pkgdb curated category or tags: cli, devsecops, pre-commit, security.
- [gitleaks](https://pkg.so/de/brew/gitleaks/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [cycode](https://pkg.so/de/brew/cycode/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [ggshield](https://pkg.so/de/brew/ggshield/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [chainloop-cli](https://pkg.so/de/brew/chainloop-cli/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [poutine](https://pkg.so/de/brew/poutine/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [saf-cli](https://pkg.so/de/brew/saf-cli/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [opensca-cli](https://pkg.so/de/brew/opensca-cli/) - Shares pkgdb curated category or tags: cli, devsecops, security.
- [tartufo](https://pkg.so/de/brew/tartufo/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, commit, git, pre, pre-commit.
- [git-hound](https://pkg.so/de/brew/git-hound/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, commit, git, pre, pre-commit.

## Combined YAML source

View the package source record on GitHub. [combined/talisman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/talisman.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
