Requirements
- Python 3.10 or newer (3.10, 3.11, 3.12, and 3.13 are all tested in CI)
- An API key for at least one supported LLM provider
Install
- uv (recommended)
- pipx
- pip
- Docker
- Standalone binaries
uv installs Upgrade:
notewise as an isolated global tool and makes the command available anywhere on your PATH:Installer scripts
Every release publishesinstall.sh and install.ps1 alongside the binaries and SHA256SUMS.txt.
install.shinstalls to~/.local/binby default, appends that directory to your shell profile, and verifies the release checksum before installing.install.ps1installs to%LOCALAPPDATA%\Programs\NoteWise, updates the user PATH, and verifies the release checksum before installing.- Set
NOTEWISE_INSTALL_DIRto override the install location in either script.
Verify
After installing, confirmnotewise is on your PATH:
Next steps
Quick Start
Run your first video in under 5 minutes.
Configuration
Set up your API key and config file.
Development setup
Clone, install dev dependencies, and run tests.
Docker guide
Full Docker usage with volumes and env vars.