Socket
Book a DemoInstallSign in
Socket

@johnlindquist/kit

Package Overview
Dependencies
Maintainers
1
Versions
1284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@johnlindquist/kit

The Script Kit sdk

latest
Source
npmnpm
Version
4.4.0
Version published
Maintainers
1
Created
Source

Script Kit v3

https://scriptkit.com/

Vercel OSS Program

Join the Discussion

https://github.com/johnlindquist/kit/discussions

Docs

https://github.com/johnlindquist/kit-docs

⭐️ Unlock Script Kit Pro by Sponsoring Script Kit ⭐️

❤️ Sponsor me on GitHub ❤️

Sponsor Only Features

ShippedPlanned
Unlimited Active PromptsSync Scripts to GitHub Repo
Built-in DebuggerRun Script Remotely as GitHub Actions
Script Log WindowAdvanced Screenshots
Vite WidgetsScreen Recording
Webcam CaptureMeasure Tool
Desktop Color PickerDebug from IDE
Basic Screenshots

Development

Install pnpm:

https://pnpm.io/installation

Clone Kit SDK

Clone and install:

git clone https://github.com/johnlindquist/kit.git
cd kit
pnpm install

Building Kit SDK

pnpm build

The build command builds the SDK to ~/.kit

Linking kit to app for local development

Option 1: Workspace approach (Recommended)

  • cd to wherever you cloned kitapp
  • Create a pnpm-workspace.yaml file with:
    packages:
      - '~/.kit'
      - '.'
    
  • Run pnpm install - this will automatically link your local kit build
  • The workspace file is gitignored, so it won't affect CI builds

Option 2: Manual linking (Alternative)

  • cd to ~/.kit
  • pnpm link
  • cd to wherever you cloned kitapp
  • pnpm link @johnlindquist/kit

Note: The workspace approach is preferred as it automatically links your local kit development build and doesn't require manual link/unlink commands.

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts