Skip to content

Installation

Get Sireno Deck running on your computer in minutes.

  • Node.js 20 or later
  • pnpm 8 or later (or npm/yarn)
  • A Stream Deck device (optional — emulator available for testing)

Install the CLI globally with your package manager of choice — the choice is remembered across all command examples on this site:

pnpm i -g @sirenodeck/cli
Terminal window
# Clone the repository
git clone https://github.com/anomalyco/sireno-deck.git
cd sireno-deck
# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Run directly
pnpm sireno --help
Terminal window
sireno --version

You should see output like:

sireno-deck v0.1.0