← Back to app

Local Server Setup

Quick Start

uv tool install rift-local && rift-local serve --open

That's it! Your browser will open with the Local source pre-selected. Click Enable Voice Input to start.

Don't have uv?
brew install uv

Or see the uv installation docs for other platforms. Requires Python 3.10+.

Alternative: install with pip
python3 -m venv .venv && source .venv/bin/activate
pip install rift-local

Advanced Usage

Available Models

sherpa-onnx

ModelParamsDiskNotes
nemotron-en0.6B600MBBest accuracy (int8)
zipformer-en-kroko~30M68MBLightweight, fast

moonshine

ModelParamsDiskNotes
moonshine-en-medium245M190MBDefault; best moonshine accuracy
moonshine-en-small123M95MBBalanced
moonshine-en-tiny34M26MBFastest

Alternative Server (without Python)

See the sherpa-onnx C++ server setup guide.