CLI

1

Install OWhisper CLI

brew tap fastrepl/hyprnote && brew install owhisper
2

Download OWhisper example config

curl -L -o ./config.json https://raw.githubusercontent.com/fastrepl/hyprnote/refs/heads/main/owhisper/owhisper-config/examples/cli.json
3

Run OWhisper

owhisper serve --config ./config.json --port 8080

Docker

See Docker deployment.