# Install deck with Homebrew, apt, Nix, winget

Creates slide deck using Markdown and Google Slides. Version 1.24.1 via Homebrew; verified 2026-07-07.

## Install

```sh
sudo av install brew:deck
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install deck
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install deck
```

  Evidence: Debian stable package indexes: deck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#deck
```

  Evidence: nixpkgs package indexes: pkgs/by-name/de/deck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id sfx101.deck -e
```

  Evidence: Windows Package Manager source index: sfx101.deck from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:deck
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/deck>
- **Version:** 1.24.1
- **Source summary:** Creates slide deck using Markdown and Google Slides
- **Homepage:** <https://github.com/k1LoW/deck>
- **Repository:** <https://github.com/k1LoW/deck>
- **Upstream docs:** <https://github.com/k1LoW/deck#readme>
- **License:** MIT
- **Source archive:** <https://github.com/k1LoW/deck/archive/refs/tags/v1.24.1.tar.gz>
- **Last updated:** 2026-07-07T12:10:35Z
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- deck (cli)
- deck (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 1.24.1
- Package-manager updated: 2026-07-07
- Local data: ok
- Upstream repository: https://github.com/k1LoW/deck
- Upstream latest detected: v1.24.1 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

- <https://github.com/k1LoW/deck#readme>
- <https://api.github.com/repos/k1LoW/deck>
- <https://github.com/k1LoW/deck/releases/tag/v1.24.0>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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: ${XDG_CONFIG_HOME:-$HOME/.config}/deck/config.yml, ${XDG_CONFIG_HOME:-$HOME/.config}/deck/config-{profile}.yml

## Credential files

- 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
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** deck
- **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:** head, stable

## Other Package-Manager Records

- Debian apt - deck - 1.4.0-1+b24: normalized package name match | Debian stable package indexes: deck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Configuration management for Kong and Kong Enterprise (program) | https://github.com/kong/deck
- Nix - deck: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/deck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - deck - 1.4.0-1ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: deck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Configuration management for Kong and Kong Enterprise (program) | https://github.com/kong/deck
- winget - sfx101.deck: normalized package name match | Windows Package Manager source index: sfx101.deck from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [marp-cli](https://www.automicvault.com/pkg/brew/marp-cli/) - Shares av.db curated category or tags: cli, markdown, presentations, productivity, slides.
- [slides](https://www.automicvault.com/pkg/brew/slides/) - Shares av.db curated category or tags: cli, markdown, presentations, productivity, slides.
- [patat](https://www.automicvault.com/pkg/brew/patat/) - Shares av.db curated category or tags: cli, markdown, presentations, productivity.
- [presenterm](https://www.automicvault.com/pkg/brew/presenterm/) - Shares av.db curated category or tags: cli, markdown, presentations, productivity.
- [doitlive](https://www.automicvault.com/pkg/brew/doitlive/) - Shares av.db curated category or tags: cli, presentations, productivity.
- [mdp](https://www.automicvault.com/pkg/brew/mdp/) - Shares av.db curated category or tags: cli, markdown, presentations, productivity.
- [pympress](https://www.automicvault.com/pkg/brew/pympress/) - Shares av.db curated category or tags: cli, presentations, productivity.
- [pdfpc](https://www.automicvault.com/pkg/brew/pdfpc/) - Shares av.db curated category or tags: cli, presentations, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/deck.yml](https://github.com/automic-vault/db/blob/main/combined/deck.yml)


## Sources

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