Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 830 Bytes

File metadata and controls

26 lines (17 loc) · 830 Bytes

OriginSteward

A personal, local-first, AI-assisted system for stewardship of cognition, context, and creative work.

OriginSteward is a "second brain" that doesn't just store your notes—it understands them. By using ChromaDB for vector embeddings, it enables semantic search, contextual resurfacing, and local AI interactions without sacrificing privacy.

Documentation

Quick Start (Planned)

Current status: Design Phase

# Future usage
pip install originsteward
os capture "Thinking about the nature of memory..."
os search "memory" --semantic

Core Tech Stack

  • Language: Python
  • Vector Database: Chroma
  • Storage: Markdown (Local Filesystem)