@chadsly/knit
v0.1.5
Published
Install and run the local Knit daemon, then connect Knit Browser Composer from the Chrome Web Store or a local unpacked extension.
Maintainers
Readme
@chadsly/knit
@chadsly/knit installs the host-specific Knit daemon from bundled release artifacts and exposes it through the knit command.
Install:
npm install -g @chadsly/knitStart Knit:
knit startInstall the browser extension after the daemon is running:
- Chrome Web Store: Knit Browser Composer
- Local unpacked install: open
chrome://extensions, enableDeveloper mode, clickLoad unpacked, and selectextension/chromiumfrom the Knit repository
Pair it from the Knit UI with Capture, review, and send -> Chrome Extension.
Other commands:
knit pathknit version
What happens on install:
postinstallselects the archive for the current OS and CPU- verifies it against the bundled release manifest
- extracts the native daemon into the package runtime directory
Supported platforms:
- macOS:
x64,arm64 - Linux:
x64,arm64 - Windows:
x64
When you run knit start, the native daemon prints the local UI URL, the Chrome Web Store link, the local unpacked extension path, and the pairing path in the Knit UI. This package still only installs the daemon/runtime; the browser extension is installed separately.
