Installation
Get Sireno Deck running on your computer in minutes.
Prerequisites
Section titled “Prerequisites”- Node.js 20 or later
- pnpm 8 or later (or npm/yarn)
- A Stream Deck device (optional — emulator available for testing)
Quick Install
Section titled “Quick Install”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/cliFrom Source
Section titled “From Source”# Clone the repositorygit clone https://github.com/anomalyco/sireno-deck.gitcd sireno-deck
# Install dependenciespnpm install
# Build the CLIpnpm build
# Run directlypnpm sireno --helpVerify Installation
Section titled “Verify Installation”sireno --versionYou should see output like:
sireno-deck v0.1.0Next Steps
Section titled “Next Steps”- Running the Service — Start the daemon
- Configuration Files — Set up your config
- Emulator vs Hardware — Test without a device