macOS
brew install deckprovider-native install command
brew / Rang 3118
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für deck in AI-Agent-Workflows.
Installation
brew install deckprovider-native install command
Überblick
Creates slide deck using Markdown and Google Slides
Verlauf
deck is a Go CLI for building Google Slides presentations from Markdown while keeping slide content and slide design separate. It is aimed at people who want versionable text sources and iterative updates against a real Google Slides deck.
The GitHub repository was created in March 2025, and the README describes the project around continuous deck building and separation of Markdown content from Google Slides design. Its release stream moved quickly through many versions, with v1.24.0 published in June 2026.
The README documents Homebrew, `go install`, and manual release-binary installation. Formula metadata also shows packaging in Homebrew, Debian/Ubuntu, Nix, and winget contexts, while the official releases include cross-platform artifacts.
Users configure Google OAuth client credentials, create or identify a Google Slides presentation, write slides in Markdown with YAML frontmatter, and run commands such as `deck new`, `deck apply`, `deck apply --watch`, `deck open`, and `deck ls-layouts`. Configuration can live in XDG config paths, while credentials and OAuth tokens live under XDG data and state paths.
deck is a package-nerd-friendly productivity tool because it treats slide decks as editable, reproducible source material without asking users to abandon Google Slides as the rendering and collaboration surface. It also shows a modern Go CLI packaging pattern: Homebrew, `go install`, GitHub releases, and OS package artifacts.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
${XDG_CONFIG_HOME:-$HOME/.config}/deck/config.yml${XDG_CONFIG_HOME:-$HOME/.config}/deck/config-{profile}.ymlCredential-bearing paths to review before unattended agent runs.
${XDG_DATA_HOME:-$HOME/.local/share}/deck/credentials.json${XDG_DATA_HOME:-$HOME/.local/share}/deck/credentials-{profile}.json${XDG_STATE_HOME:-$HOME/.local/state}/deck/token.json${XDG_STATE_HOME:-$HOME/.local/state}/deck/token-{profile}.jsonExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
deck | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:deck |
|---|---|
| Version | 1.24.1 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/k1LoW/deck |
| Repository | https://github.com/k1LoW/deck |
| Zuletzt aktualisiert | 2026-07-25T14:21:57-04:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.