55b0bb656286befb64a6c0e0c6ba1ae8361f285da2538bfe5240c6fedb514030048c80e4eb474b31Authored: 4 months ago (Sat, 21 Mar 2026 22:47:48 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>a2538bfe5240c6fedb514030048c80e4eb474b31Authored: 4 months ago (Sat, 21 Mar 2026 22:47:48 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>26f502c32ef083d33c1812601805fc546bbc6236Authored: 4 months ago (Fri, 20 Mar 2026 17:32:30 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>26f502c32ef083d33c1812601805fc546bbc6236Authored: 4 months ago (Fri, 20 Mar 2026 17:32:30 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>3cd819950ffb722986ceaa9a6af0cc2a9ae62ea9Authored: 4 months ago (Mon, 2 Mar 2026 16:15:20 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>3cd819950ffb722986ceaa9a6af0cc2a9ae62ea9Authored: 4 months ago (Mon, 2 Mar 2026 16:15:20 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>3e59df8569e084a4afef9bc767c60524bd9b315fAuthored: 5 months ago (Sat, 28 Feb 2026 17:52:11 +0000)Match: 158243242+devin-ai-integration[bot]@users.noreply.github.com3e59df8569e084a4afef9bc767c60524bd9b315fAuthored: 5 months ago (Sat, 28 Feb 2026 17:52:11 +0000)Match: Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>fc87b5056f942ea6e62145f19acf0eab005b54b5Authored: 5 months ago (Sat, 28 Feb 2026 16:30:14 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>fc87b5056f942ea6e62145f19acf0eab005b54b5Authored: 5 months ago (Sat, 28 Feb 2026 16:30:14 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>cd41e959567465918d425d08704ad8ea72acbcb3Authored: 5 months ago (Sat, 28 Feb 2026 15:37:53 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>cd41e959567465918d425d08704ad8ea72acbcb3Authored: 5 months ago (Sat, 28 Feb 2026 15:37:53 +0000)Match: Co-authored-by: Cursor Agent <cursoragent@cursor.com>4ceb8836ba30ae6498aa78774e3a2923bf9fdd77Authored: 1 year ago (Wed, 21 May 2025 23:33:10 +0000)Match: 158243242+devin-ai-integration[bot]@users.noreply.github.com4ceb8836ba30ae6498aa78774e3a2923bf9fdd77Authored: 1 year ago (Wed, 21 May 2025 23:33:10 +0000)Match: Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>3d07cb603a28c09ac8b5a6383861852dd2a46aaeAuthored: 1 year ago (Mon, 24 Mar 2025 18:54:00 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>6e87c2255e504e9643c7fe0eac93594fa9cba7a5Authored: 1 year ago (Fri, 21 Mar 2025 23:42:04 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>.codexTool: codex.clinerulesTool: cline.cursor/rules.clinerulesTool: clineAGENTS.mdTool: agents-md# AGENTS.md
### Overview
Flow Browser is an Electron-based web browser built with React 19, TypeScript, Vite, and TailwindCSS 4. It uses an embedded SQLite database (via `better-sqlite3` / Drizzle ORM) and has no external backend services.
### Prerequisites
- **Node.js v22+** (see `.nvmrc`)
- **Bun v1.2.0+** (package manager; lockfile is `bun.lock`)
- **build-essential** and **python3** (for native module compilation via node-gyp)
### Key commands
Standard dev commands are in `package.json`. Quick ref.cursorTool: cursornone