Metadata-Version: 2.4
Name: ericchat
Version: 0.0.1
Summary: A Mac GUI for running LLMs locally and privately.
License: Apache 2.0
Project-URL: Repository, https://github.com/EricFillion/ericchat
Keywords: transformer,generative-ai,llm,gui,ui
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: erictransformer<1.0.0
Requires-Dist: mlx-lm==0.29.1
Requires-Dist: huggingface-hub<1.0,>=0.34.0
Requires-Dist: markdown<4.0,>=3.0
Requires-Dist: bleach<7.0.0,>=6.0.0
Requires-Dist: toga==0.5.3
Requires-Dist: psutil<8.0.0,>=7.0.0
Requires-Dist: fsspec>=2025.2.0
Dynamic: license-file

<h1 align="center">
  Eric Chat
</h1>

<p align="center">
  <a href="https://opensource.org/licenses/Apache-2.0">
    <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache-2.0" height="20">
  </a>

</p>

A Mac GUI for running LLMs locally and privately. Eric Chat uses [Eric Transformer](https://github.com/EricFillion/erictransformer) which is powered by Apple's [MLX-LM](https://github.com/ml-explore/mlx-lm) for fast and memory efficient inference.  


| Available Models                                                                    |
|-------------------------------------------------------------------------------------|
| [EricFillion/smollm3-3b-mlx](https://huggingface.co/EricFillion/smollm3-3b-mlx)     |                                                               
| [EricFillion/gpt-oss-20b-mlx](https://huggingface.co/EricFillion/gpt-oss-20b-mlx)   |                                                             
| [EricFillion/gpt-oss-120b-mlx](https://huggingface.co/EricFillion/gpt-oss-120b-mlx) |                                                            


## Install

Mac only.

```sh
pip install ericchat
```

## Launch
### Terminal 
```sh
python3 -m ericchat
```

### Python
```python
from ericchat import run

run()
```


## Maintainers
- [Eric Fillion](https://github.com/ericfillion) Lead Maintainer
- [Ted Brownlow](https://github.com/ted537) Maintainer

## Contributing 
We are currently not accepting contributions. 
