🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ttsc/linux-arm64

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttsc/linux-arm64

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

Source
npmnpm
Version
0.19.3
Version published
Maintainers
1
Created
Source

@ttsc/linux-arm64

Linux arm64 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-arm64 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-arm64@<version>" dist.integrity dist.signatures dist.attestations --json
npm pack "@ttsc/linux-arm64@<version>" --dry-run --json

FAQs

Package last updated on 17 Jul 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