Skip to main content

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

Installer scripts

Every release publishes install.sh and install.ps1 alongside the binaries and SHA256SUMS.txt.
  • install.sh installs to ~/.local/bin by default, appends that directory to your shell profile, and verifies the release checksum before installing.
  • install.ps1 installs to %LOCALAPPDATA%\Programs\NoteWise, updates the user PATH, and verifies the release checksum before installing.
  • Set NOTEWISE_INSTALL_DIR to override the install location in either script.
Examples:
curl -fsSL https://github.com/whoisjayd/notewise/releases/latest/download/install.sh | sh
irm https://github.com/whoisjayd/notewise/releases/latest/download/install.ps1 | iex

Verify

After installing, confirm notewise is on your PATH:
notewise version
Expected output:
notewise version 1.0.0
To check for a newer release later and see the right upgrade command for your install:
notewise update

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.
Last modified on March 28, 2026