Skip to content

Dekode1859/Tether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tether

Tether is a Python library for thought capture and audio transcription.

Structure

  • 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)

Usage

The library can be used in several ways:

As a module (engine)

python -m engine

With the desktop UI

python main.py

Installation

pip install -e .

Development

Install in development mode:

pip install -e ".[dev]"

Run tests:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages