Metadata-Version: 2.4
Name: localfirst
Version: 0.1.9
Summary: Your hardware runs first. Cloud is the exception, not the rule.
Project-URL: Homepage, https://github.com/SynthexCapital/localfirst
Author: LocalFirst AI
License: MIT
License-File: LICENSE
Keywords: ai,claude,cursor,llm,local,mcp,ollama,routing
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: lao>=0.1.12
Requires-Dist: psutil>=5.9
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6
Requires-Dist: rich>=13
Requires-Dist: tiktoken>=0.7
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: fastmcp>=2.0; extra == 'mcp'
Description-Content-Type: text/markdown

# LocalFirst

> **Your hardware runs first. Cloud is the exception, not the rule.**

Built on [LAO](https://github.com/SynthexCapital/lao).

## Quick Start

```bash
pip install localfirst
localfirst init
localfirst prep "fix failing auth test"
```

## License
MIT
