Skip to content

Commit 75a49fe

Browse files
committed
docs: clarify localhost install is first-class path, exe is optional
1 parent 50f7abf commit 75a49fe

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,17 @@ Plug in any backend (Claude Code, Codex, Gemini, Grok, OpenAI, OpenRouter, Ollam
5858
- **better-sqlite3** native module compiles on your platform (it bundles on first install)
5959
- Linux, macOS, or Windows
6060

61-
## Quick start
61+
## Install
62+
63+
War Room runs two ways. **You do not need to install an .exe.** Pick whichever fits.
64+
65+
**Localhost (recommended for forkers, developers, Linux / macOS users).** Clone the repo, `npm install`, `npm run dev`. The app runs as a Next.js server at `http://localhost:3000`. No installer, no admin rights, no DLLs. Hot reload included.
66+
67+
**Desktop installer (Windows only).** Download the latest `war-room-setup-x.x.x.exe` from [GitHub Releases](https://github.com/PythonLuvr/war-room/releases). One-click install for non-developers who want a native window, system tray, and no terminal.
68+
69+
Both paths run the identical app. Same data dir, same features, same DB schema. Pick the one that fits.
70+
71+
## Quick start (localhost)
6272

6373
```bash
6474
git clone https://github.com/pythonluvr/war-room.git

0 commit comments

Comments
 (0)