# 🖥️ ClawTear — a chat UI for the Ollama models already on your own computer

**URL:** <https://onehack.st/t/clawtear-a-chat-ui-for-the-ollama-models-already-on-your-own-computer/325992>\
**Category:** Tools & Scripts\
**Tags:** tools, ai\
**Created:** [September 27, 2026, 1:05pm UTC](https://onehack.st/t/clawtear-a-chat-ui-for-the-ollama-models-already-on-your-own-computer/325992 "2026-09-27T13:05:10Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![NOBITHEMADNESS](https://onehack.st/user_avatar/onehack.st/nobithemadness/32/173509_2.png) [@NOBITHEMADNESS](https://onehack.st/u/NOBITHEMADNESS)\
**Post date:** [September 27, 2026, 1:05pm UTC](https://onehack.st/t/clawtear-a-chat-ui-for-the-ollama-models-already-on-your-own-computer/325992/1 "2026-09-27T13:05:11Z")

</div>

### ClawTear — a chat window for the AI models already on your own computer

A member-built interface for [Ollama](https://ollama.com) — a full chat app that never leaves your machine.

**What is actually in it**

- **Deep Think** — reasoning models stream their step-by-step thinking, with a timer
- attach a code or document file, and read any answer aloud
- branch a conversation from any message; export chats as Markdown or JSON
- temporary chats, pinning, rename and search across your whole history
- tokyo-night among four themes, with temperature, Top-P and Top-K in reach
- no npm install and no build step — it runs on Node’s own built-ins

**Download** — [claw-tear.zip](https://onehack.st/uploads/short-url/73XysRWUhunTPfNWeTIr2reFN4q.zip) (1.8 MB)

**Three steps to running it**

1. Unzip the folder
2. Double-click `Start Local AI.bat`
3. Your browser opens [localhost:3000](http://localhost:3000)

 ![Screenshot 2026-09-27 154555](https://onehack.st/uploads/default/original/3X/6/a/6a770942ffdd9ed674134261f6f09954078720bc.png)  
 ![Screenshot 2026-09-27 154612](https://onehack.st/uploads/default/original/3X/b/7/b7918b14c73e12a94eed2f224d67642186f5160a.png)  
 ![Screenshot 2026-09-27 154624](https://onehack.st/uploads/default/original/3X/f/b/fb525d3da2672a563dbec64d6b659929bced5725.png)  
 ![Screenshot 2026-09-27 164446](https://onehack.st/uploads/default/original/3X/d/7/d73d0019e59c9d5e48f6dd20119a2befb4a92417.png)

**Every line is readable.** What you download is source — `src/App.tsx`, `server.js`, `package.json` — so you can read it first and run it second.

> **What is in the zip**
>
> - the whole React + TypeScript app as source — `src/App.tsx` and `src/components/MarkdownRenderer.tsx`
> - `server.js`, the local server that proxies Ollama’s own `/api/chat`, `/api/tags` and `/api/version`
> - `Start Local AI.bat`, `run.bat`, `diagnose.bat`, `start.sh` — Windows and Linux launchers
> - `README.md` with the model list and the `--port`, `--host` and `--ollama` flags
> - a prebuilt `public/assets` bundle, so it opens before anything is built

> **What it needs**
>
> - [Node.js](https://nodejs.org) — the one requirement the submission names, and no npm install follows it
> - Ollama with a model pulled; the screenshots show `llama3.2:3b`, and `qwen2.5:1.5b` is lighter still
> - Deep Think mode wants a reasoning model — `deepseek-r1:1.5b`, or the `7b` when the machine is roomy
> - port 3000 free on your machine

Built by a member here — the whole app, free, source included.
