Tether is a Python library for thought capture and audio transcription.
- core/ — Configuration, LLM client, and shared utilities
- engine/ — Full CLI engine with audio recording, speech-to-text, and AI integration
- jobs/ — Background job processing for daily summaries
- app/ — Desktop UI wrapper (PyQt/pystray)
The library can be used in several ways:
python -m enginepython main.pypip install -e .Install in development mode:
pip install -e ".[dev]"Run tests:
pytest