Speech CLI, build any software instantly in natural language, directly on your local device.
Speech CLI is a command-line application that lets you build software instantly using natural language, running directly on your local device. Describe what you want to build in plain English and Speech CLI scaffolds, generates, and automates the code and project tasks locally — no cloud dependency required.
- Sample projects built with Speech CLI: https://github.com/speech-code/projects
- Speech YouTube channel: https://www.youtube.com/@speechdotdev
- Python 3.13 or newer
- uv package manager
Install the CLI tool directly using uv:
uv tool install git+https://github.com/speech-code/speech-cliOnce installed, you can run the tool from anywhere:
speech# On macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# Or with pip
pip install uvFor the best experience, use Windows Terminal instead of the legacy Command Prompt. You can install it via:
winget install --id Microsoft.WindowsTerminal -eOr download it from the Microsoft Store.
Contributions are welcome. Please read the repository's CONTRIBUTING.md at the project root for guidelines on reporting issues, proposing changes, and submitting pull requests.