Using LLMs from anywhere via an overlay.
mostly POC, currently only supporting ollama

- Transluscent, toggleable overlay with Command/Control+D
- Use any local LLM with ollama
- Switch between chats
- 5 different themes
- Fully featured LLM chat with syntax highlighting, copying, formatting
- Electron and Vite (electron-vite)
- TypeScript
- React + Jotai
- Toggle Overlay: Command/Control+D
git clone https://github.com/tokaa1/anywhere.git
cd anywhere
npm install
npm run dev