@danielwyq/netchat
v0.0.5
Published
Local-first graph chat interface for Claude Code
Maintainers
Readme
@danielwyq/netchat
Local-first graph chat interface for Claude Code.
The packaged app now assumes a single local controller + daemon flow on localhost; no pairing step or machine-state file is required.
Quick start
Use the latest stable release:
npx @danielwyq/netchat@latestRun daemon-only mode:
npx @danielwyq/netchat@latest daemon --server http://localhost:3001Show local help:
npx @danielwyq/netchat@latest --help
npx @danielwyq/netchat@latest local --help
npx @danielwyq/netchat@latest daemon --helpWhy @latest
If you update frequently, always documenting and using @latest helps avoid stale cached resolutions:
npx @danielwyq/netchat@latestIf users still suspect cache issues, they can run:
npm cache clean --force
npx @danielwyq/netchat@latestEnvironment variables
PORT: local controller port (default3001)DAEMON_PORT: local daemon port (default4318)NETCHAT_NO_BROWSER=true: do not auto-open browserNETCHAT_SKIP_WEB_BUILD=true: skip rebuilding web assets during local runsNETCHAT_APP_DB_PATH: custom SQLite path
Requirements
- Node.js
>=20
