https://github.com/igassmann/localchat
https://github.com/igassmann/localchat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/igassmann/localchat
- Owner: IGassmann
- Created: 2025-03-27T17:18:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T10:30:59.000Z (about 1 year ago)
- Last Synced: 2025-05-09T23:06:35.398Z (about 1 year ago)
- Language: TypeScript
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LocalChat
LocalChat is a privacy-focused AI chat web app that runs entirely on your device (browser or iOS). It allows you to chat with a large language model (LLM) without sending your data to the cloud.
## Features
- **Privacy**: Your data stays on your device. No cloud processing.
- **Multi-Platform**: Works on any device with a web browser or iOS.
- **Offline**: Works without an internet connection.
- **History Sync**: Optionally sync your chat history across devices
- **Free**: No subscription fees or hidden costs.
- **Open Source**: The code is open for anyone to inspect, modify, and improve.
## Tech Stack
- [Expo](https://expo.dev/)
- [WebLLM](https://webllm.mlc.ai/)
- [LiveStore](https://livestore.dev/)
- [Effect](https://effect.website/)
- [NativeWind](https://www.nativewind.dev/)