Rime's newest TTS model, Arcana v3, is now live in the dashboard and API.

The Rime CLI: From zero to AI voices in seconds

Mar 17, 2026

Rime CLI

The Rime CLI lets you synthesize speech, preview voices, and generate production-ready API calls directly from your terminal. No dashboard. No context switching. Just your keyboard and 94+ voices that don't sound like robots.

Why a CLI?

The best voice experiences get built by developers who can iterate fast. Switching to a browser to test a voice, copy a curl command, or verify output format slows that loop down. The CLI closes it. You can go from install to audio in under 60 seconds, and stay in flow while you build.

It also fits naturally into the way AI-assisted development is evolving. If you're using Claude Code, you can invoke rime tts directly from your agentic workflow, previewing voices, generating test audio, or scaffolding API calls without ever breaking out of your coding session.

Getting Started

Install

curl -fsSL https://rime.ai/install-cli.sh | sh
curl -fsSL https://rime.ai/install-cli.sh | sh
curl -fsSL https://rime.ai/install-cli.sh | sh

Verify it worked:

rime --version
rime --version
rime --version

Log in

This opens your browser once to authenticate. The CLI saves your API key to ~/.rime/rime.toml automatically — you won't need to touch it again.

Hear your first voice

That's it. You're talking to Rime.

Synthesize your own text

rime tts "Hello from Rime." -s celeste -m
rime tts "Hello from Rime." -s celeste -m
rime tts "Hello from Rime." -s celeste -m

Want to save the output instead of playing it back?

rime tts "Hey, how's it going?" -s celeste -m arcana -o
rime tts "Hey, how's it going?" -s celeste -m arcana -o
rime tts "Hey, how's it going?" -s celeste -m arcana -o

Play it back with waveform visualization:

Try different voices

Swap the --speaker flag to explore voices. We have 94+:

rime tts "The quick brown fox." -s orion -m arcana
rime tts "The quick brown fox." -s luna -m

rime tts "The quick brown fox." -s orion -m arcana
rime tts "The quick brown fox." -s luna -m

rime tts "The quick brown fox." -s orion -m arcana
rime tts "The quick brown fox." -s luna -m

Generate a curl command for API integration

When you're ready to wire Rime into your app, generate a ready-to-use curl command:

rime curl "Hello from Rime" -s astra -m
rime curl "Hello from Rime" -s astra -m
rime curl "Hello from Rime" -s astra -m

The CLI outputs a complete, runnable curl call with your auth header. Add --show-key to include your actual API key, or --oneline for easy copy-paste into scripts.

What's next

The CLI is the fastest path to production-ready voice. Check out the full CLI reference for all commands and flags, browse the voice library, and compare Arcana and Mist v2 to choose the right model for your use case.

Get started with the Rime CLI for free today.

Make every interaction matter

Whether you’re modernizing your IVR or building the next generation of AI TTS voice experiences, Rime ensures your brand sounds authentic, accurate, and trustworthy. Across every interaction, at scale.

Make every interaction matter

Whether you’re modernizing your IVR or building the next generation of AI TTS voice experiences, Rime ensures your brand sounds authentic, accurate, and trustworthy. Across every interaction, at scale.

Make every interaction matter

Whether you’re modernizing your IVR or building the next generation of AI TTS voice experiences, Rime ensures your brand sounds authentic, accurate, and trustworthy. Across every interaction, at scale.