New:Socket for Asana Is Now Available.Learn more
Sign In

@ttsc/linux-x64

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttsc/linux-x64

Linux x64 native ttsc/ttscserver/ttscgraph binaries and bundled Go compiler for ttsc.

latest
Source
npmnpm
Version
0.28.2
Version published
Weekly downloads
20K
60.22%
Maintainers
1
Weekly downloads
 
Created
Source

@ttsc/linux-x64

Linux x64 native binaries and bundled Go compiler package for ttsc.

This package is normally installed as an optional dependency of ttsc. Application projects should install ttsc, not this package directly.

It contains the ttsc platform helper, the ttscserver LSP wrapper, the ttscgraph MCP code-graph server, and the Go SDK used when ttsc builds Go source plugins. If your package manager skipped optional dependencies, reinstall ttsc with optional dependencies enabled.

Package contents

This package intentionally ships the prebuilt linux-x64 artifacts for ttsc:

  • bin/ttsc: the native command helper.
  • bin/ttscserver: the native language-server wrapper.
  • bin/ttscgraph: the native MCP code-graph server (used by @ttsc/graph).
  • bin/go/: a pruned Go SDK used to compile source plugins into cached plugin binaries.

Source and build entrypoint: packages/ttsc and scripts/build-platform-package.cjs.

There is no postinstall download step. Supply-chain scanners may report the native executables or bundled Go SDK as opaque or obfuscated because they are not readable JavaScript source. Review the npm package metadata when triaging that finding:

npm view "@ttsc/linux-x64@<version>" dist.integrity dist.signatures dist.attestations --json
npm pack "@ttsc/linux-x64@<version>" --dry-run --json

FAQs

Package last updated on 22 Aug 2026

Related posts