Skip to content

Developer Documentation

Technical documentation for contributors and developers.


Architecture

Architecture Decision Records

Development Setup

git clone https://github.com/meizhong986/whisperjav.git
cd whisperjav
pip install -e ".[dev]"

Running Tests

python -m pytest tests/ -v

Code Quality

python -m ruff check whisperjav/
python -m ruff format whisperjav/

Building the Installer

See the CLAUDE.md file for full build instructions.