Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notewise.click/docs/llms.txt

Use this file to discover all available pages before exploring further.

NoteWise requires Python >=3.10 when installed from PyPI. The CLI entry point is notewise. This page only covers installation choices. Pick one method, verify the CLI is available, then continue to Quickstart for provider setup and your first video.
uv tool install notewise
notewise version

Standalone installers

Use the standalone installer when you prefer a release binary instead of a Python tool environment. Browser visits show install options; curl/wget receive the POSIX installer; PowerShell receives the Windows installer. The release installers download the latest GitHub release asset and verify checksums.
curl -fsSL https://notewise.click/install | sh
Set NOTEWISE_INSTALL_DIR before running an installer to choose the install location.

Verify

notewise version
If notewise version prints a version, installation is done. Continue with Quickstart to create config and process one public video.
Last modified on May 1, 2026