🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@linear/sdk

Package Overview
Dependencies
Maintainers
6
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linear/sdk

The Linear Client SDK for interacting with the Linear GraphQL API

latest
Source
npmnpm
Version
83.0.0
Version published
Weekly downloads
986K
-13.9%
Maintainers
6
Weekly downloads
 
Created
Source

Linear logo

Linear API

The purpose-built tool for planning and building products

Streamline issues, projects, and product roadmaps
with the system for modern software development.

Linear is released under the MIT license. Build github action status. Release github action status. Schema github action status. Dependencies github action status.

Visit developers.linear.app for the most up to date documentation

🔥 Contribute


The Linear Client uses custom GraphQL Code Generator plugins to produce a typed SDK for all operations and models exposed by the Linear production API.

Structure

This monorepo uses pnpm workspaces to manage and publish packages.

Generated code uses file prefix _generated and should never be manually updated.

Open source packages:

  • sdk - The Linear Client SDK for interacting with the Linear GraphQL API
  • import - Import tooling for uploading from other systems
  • codegen-doc - GraphQL codegen plugin to generate GraphQL fragments and documents
  • codegen-sdk - GraphQL codegen plugin to generate Typescript SDK from fragments and documents
  • codegen-test - GraphQL codegen plugin to generate a jest test for the Typescript SDK

Get Started

Make sure you have Node 18+ and Corepack enabled (corepack enable).

# install dependencies
pnpm install

# build all packages
pnpm build

# test all packages
pnpm test

# update the schema from the production API
pnpm schema

# create changeset for generating CHANGELOG.md
pnpm changeset

Plugin Flow


License


Licensed under the MIT License.

FAQs

Package last updated on 30 Apr 2026

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