sdk-typescript
Temporal TypeScript SDK for durable execution and orchestration
GraphCanon updated Aug 11, 2026 · GitHub synced Aug 11, 2026
23views this month
Decision brief
Provides TypeScript bindings to interact with Temporal services for stateful workflow management and microservices orchestrations.
Good fit when
- You require TypeScript-specific features and strong typing for your durable execution and microservices orchestration projects.
- Your development team is proficient in TypeScript, ensuring seamless integration and leveraging the SDK's type safety.
Avoid when
- If you are working on a project that requires languages other than TypeScript or JavaScript as this specific SDK does not support them directly.
- When your project already utilizes another workflow engine or orchestration tool with incompatible architecture, making integration complex and inefficient.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (893) are secondary evidence.
- npm downloads (30d)
- 94·npm downloads API·Aug 11, 2026
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of Aug 11, 2026
- Provenance
- Not a fork · Organization account
- As of Aug 11, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install sdk-typescript npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
The repository provides TypeScript bindings to interact with Temporal services enabling developers to manage stateful workflows and microservices orchestrations.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Aug 11, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 11, 2026
Categories
Tags
README
Installation To add Temporal TypeScript SDK packages to an existing JavaScript project, run: (for client level features, e.g. starting or interracting with Workflows) ```sh Requirements [!NOTE] The following requirements apply to the current git branch, and not necessarily what's...
For agents
This page has a .md twin and JSON over the API.