# Help

Source: https://heyparlour.app/help

## What does Parlour cost?

Nothing. Parlour is free and open source under the MIT licence: the npm package, the menu bar app and the source. There is no account and no subscription. If you choose to add a cloud model, that provider bills you directly for what you use.

More: [Pricing](https://heyparlour.app/pricing)

## What do I need to run it?

A Mac with Apple silicon that is on most of the time, Node 22 or later and Homebrew. Every other room just needs a microphone. Home Assistant is optional, but it is how Parlour reaches the lights, the heating and the rest of the house.

More: [Getting started](https://heyparlour.app/docs/getting-started)

## How do I install it?

Run npm install -g parlour, then parlour init, which fetches what it needs and asks a few questions. Or download the menu bar app, which does the same setup in a window.

More: [Getting started](https://heyparlour.app/docs/getting-started)

## Does my voice leave the house?

No. The wake word, the transcription, the model and the voice all run on your Mac. If you add a cloud model, the local model can pass it a single question as text when it needs help, never the recording and never the keys to your home. Leave the key empty and nothing leaves at all.

More: [Privacy policy](https://heyparlour.app/privacy)

## Do I need an account?

No. Parlour has no account, no sign-up and no server of ours in the middle.

## What can it control?

Whatever you have exposed to voice assistants in Home Assistant, through its MCP Server integration, plus timers, search and the accounts and MCP servers you connect. Expose more and Parlour can do more.

More: [Home Assistant](https://heyparlour.app/docs/home-assistant)

## Can other rooms, phones or scripts talk to it?

Yes. The Mac is the server and everything else is a client: another Mac as a satellite, a phone in the browser, a Home Assistant Voice PE, custom hardware on a raw audio socket, or an automation posting text to its HTTP API.

More: [Clients](https://heyparlour.app/docs/clients)

## Does it run on Linux, Windows or an Intel Mac?

Not yet. The server needs macOS on Apple silicon, because the models are built for it. A Linux service manager is one of the most useful things to contribute.

More: [Architecture](https://heyparlour.app/docs/architecture)

## Can I change the wake word, the voice or the models?

Yes, all by name in one config file. It answers to hey_jarvis out of the box, and you can train a name of your own. Anything not built in can be plugged in as an npm package.

More: [Providers](https://heyparlour.app/docs/providers)

## Where do I report a bug or ask for help?

Open an issue on GitHub. Report a security problem privately through GitHub's vulnerability reporting instead, so it is not public before it is fixed.

More: [Contact](https://heyparlour.app/contact)
