New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ai-say-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-say-cli

Text-to-speech CLI powered by Cartesia AI with real-time streaming audio

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
23
360%
Maintainers
1
Weekly downloads
 
Created
Source

ai-say

Text-to-speech CLI powered by Cartesia AI with real-time streaming.

Install

npm i -g ai-say-cli
pnpm users

pnpm blocks native module builds by default. After installing, run:

cd $(pnpm root -g)/.pnpm/@mastra+node-speaker@0.1.0/node_modules/@mastra/node-speaker
npx node-gyp rebuild

Setup

Get your API key from https://play.cartesia.ai/keys

export CARTESIA_API_KEY="your-key"

Usage

ai-say "Hello world"
echo "Piped text" | ai-say
ai-say -m sonic-3 "Use a different model"

Keywords

tts

FAQs

Package last updated on 19 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts