---
title: "Say Text"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/apple/saytext
markdown: https://docs.nodetool.ai/nodes/lib/apple/saytext.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/saytext.md
---

# Say Text

**Type:** `lib.apple.SayText`

**Namespace:** `lib.apple`

## Description

Speak text aloud using macOS text-to-speech via AppleScript's `say` command.
    speech, tts, voice, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` | Text to speak | `` |
| voice | `str` | Voice name (e.g. 'Alex', 'Samantha'). Empty = system default. | `` |
| rate | `int` | Speaking rate (words per minute) | `175` |
| wait | `bool` | Wait for speech to finish before returning | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.apple](./) namespace.
