Automic VaultAutomic Vault

brew

deck mit Homebrew, apt, Nix, winget installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install deck

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install deck

Debian stable package indexes · deck · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#deck

nixpkgs package indexes · pkgs/by-name/de/deck/package.nix · Quelle: api.github.com

Windows

Windows Package Managerverifiziert · 92%
winget install --id sfx101.deck -e

Windows Package Manager source index · sfx101.deck · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Creates slide deck using Markdown and Google Slides

Befehle und Aliase

  • deck

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2025: Public GitHub repository created.
  • 2025: README documented Markdown-to-Google-Slides workflow, OAuth setup, Homebrew installation, and release binaries.
  • 2026: v1.24.0 release published.

Related projects

  • Related projects include googleworkspace/md2googleslides for Markdown-to-Slides generation and Songmu/laminate for selecting code-block image generation commands.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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
${XDG_CONFIG_HOME:-$HOME/.config}/deck/config.yml${XDG_CONFIG_HOME:-$HOME/.config}/deck/config-{profile}.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
${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}.json

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
deckcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-24
Manager-Version1.24.1
Manager aktualisiert2026-07-07
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.24.1

https://github.com/k1LoW/deck

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:deck
Version1.24.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/deck
Homepagehttps://github.com/k1LoW/deck
Repositoryhttps://github.com/k1LoW/deck
Upstream-Dokumentationhttps://github.com/k1LoW/deck#readme
LizenzMIT
Quellarchivhttps://github.com/k1LoW/deck/archive/refs/tags/v1.24.1.tar.gz
Zuletzt aktualisiert2026-07-07T12:10:35Z
Pulseupdated
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedeck
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

deck 1.4.0-1+b24

Configuration management for Kong and Kong Enterprise (program)

https://github.com/kong/deck

sudo apt install deck
  • Section: golang
  • Architecture: amd64
  • Source Package: deck
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Deck
Debian stable package indexes · deb.debian.org · Debian stable package indexes: deck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

deck

nix profile install nixpkgs#deck
  • normalized package name match
  • Abgeglichen nach: Deck
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/de/deck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

deck 1.4.0-1ubuntu2

Configuration management for Kong and Kong Enterprise (program)

https://github.com/kong/deck

sudo apt install deck
  • Section: universe/golang
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Deck
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: deck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
winget95%

sfx101.deck

winget install --id sfx101.deck -e
  • normalized package name match
  • Abgeglichen nach: Deck
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: sfx101.deck from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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