Skip to content

sxzz/tsgo-releases

Repository files navigation

Unofficial TypeScript 7 (native) Releases

This repository contains unofficial binary distribution of TypeScript 7 (native port), built daily using GitHub Actions. You can find the binary files at Releases.

Read more about the TypeScript 7 here!

Warning

This is NOT an official distribution from the TypeScript official team.

WASM

The WASM version is available on npm as tsgo-wasm.

npm install tsgo-wasm

The WASM version incorporates specific modifications (patch) while maintaining the Apache License, Version 2.0.

🧯 Safety

The binaries are built through GitHub Actions using source code directly from the official TypeScript repository. Our automated build process preserves the code integrity without any modifications. The complete build workflow is transparent and open-source, available for inspection here.

We understand security concerns regarding unofficial binaries. For additional peace of mind, you're welcome to fork this repository and execute the build workflow yourself.

Credits

Thanks to Claude 3.7 Sonnet for helping me build the GitHub Actions workflow.

License

The TypeScript project is licensed under the Apache License 2.0.