﻿Scribwolf - Portable Edition
============================

This is a portable (no-install) version of Scribwolf.
All data is stored in the ./data/ folder next to the executable.

USAGE:
  1. Run Scribwolf.exe from this folder
  2. All recordings, transcripts, and settings are saved in ./data/
  3. You can copy this entire folder to a USB drive or any location

NOTES:
  - No admin privileges required
  - No Windows Registry changes are made
  - No data is written to %APPDATA%
  - Auto-start (Launch at Login) is disabled in portable mode
  - Models are downloaded on first use to ./data/models/
  - Audio files are stored in ./data/audio/

UPDATING:
  - Download a new portable package and replace this folder
  - Your data in ./data/ is preserved (just don't delete it)

DATA FOLDER STRUCTURE:
  data/
  +-- scribwolf.db      (SQLite database - meetings, transcripts, settings)
  +-- audio/            (recorded WAV files)
  +-- models/           (whisper models, downloaded on demand)
  +-- bin/              (whisper-cli and other tools)

SYSTEM REQUIREMENTS:
  - Windows 10 version 1809+ (build 17763)
  - WebView2 Runtime (usually pre-installed on Windows 10/11)
  - ~100 MB disk space (plus models: 75 MB for tiny, 500 MB for small)
  - Microphone access for recording
