Install via pipx
The recommended way to install Klaus on Windows is through pipx, which creates an isolated environment for the application and its dependencies.Install pipx
If you don’t have pipx installed, install it with pip:
After running this command, restart your terminal to ensure pipx is added to your PATH.
Install Klaus
Once pipx is set up, install Klaus:This will:
- Create an isolated virtual environment
- Install Klaus and all dependencies
- Make the
klauscommand available globally
Prerequisites
Visual C++ Build ToolsIf you plan to build from source or encounter installation issues, you may need Visual C++ Build Tools for compiling the
webrtcvad Python package.The pipx installation typically handles this automatically with pre-built wheels.Updating Klaus
To update Klaus to the latest version:Troubleshooting
pipx not found after installation
If you get “pipx: command not found” after installation:- Close and reopen your terminal
- Verify pipx is in your PATH:
pipx --version - If still not found, manually add it to PATH or reinstall
Import errors on launch
If Klaus fails to import modules:- Uninstall:
pipx uninstall klaus-assistant - Clear cache:
pipx list(note the environment path) - Reinstall:
pipx install klaus-assistant
Next Steps
After installation, proceed to:- Camera Setup - Configure your document camera or phone
- API Keys - Obtain required API keys
- First Run - Complete the setup wizard