Skip to content

Commit 7b47616

Browse files
author
Antonio Maiolo
committed
docs: add prerequisites, platform notes, and screenshot to README
1 parent 71d0998 commit 7b47616

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
Personal AI assistant for saving and chatting with web content.
66

7+
![Think App Screenshot](screenshot.png)
8+
9+
## Prerequisites
10+
11+
- [Node.js](https://nodejs.org/) 20+
12+
- [pnpm](https://pnpm.io/) (not npm/yarn)
13+
- [Python](https://www.python.org/) 3.12
14+
- [Poetry](https://python-poetry.org/)
15+
- [Ollama](https://ollama.ai/) (optional - app can auto-install)
16+
17+
## Platform Notes
18+
19+
**macOS**: Install sqlcipher for database encryption:
20+
```bash
21+
brew install sqlcipher
22+
```
23+
24+
**Windows**: Works out of the box. Ensure Python 3.12 is in PATH.
25+
726
## Setup
827

928
```bash

docs/extension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Extension → Native Host (thin C binary) → Python stub → Backend (Unix sock
2121

2222
The native host manifest is automatically installed when the Electron app starts. It registers:
2323
- macOS: `~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.think.native.json`
24+
- Windows: `%LOCALAPPDATA%\Google\Chrome\User Data\NativeMessagingHosts\com.think.native.json`
2425
- Linux: `~/.config/google-chrome/NativeMessagingHosts/com.think.native.json`
2526

2627
## Extension ID

screenshot.png

565 KB
Loading

0 commit comments

Comments
 (0)