Rust TypeScript

Open-source Rust projects categorized as TypeScript

Top 23 Rust TypeScript Projects

  1. deno

    A modern runtime for JavaScript and TypeScript.

    Project mention: An Update on Fresh | news.ycombinator.com | 2025-05-15

    Jsdom should work in deno, can you open a [github issue](https://github.com/denoland/deno/issues) with some details and a reproduction?

    All of the simple cases I've tried seem to work fine, e.g:

    ```typescript

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. union

    The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance. (by unionlabs)

    Project mention: 🔥 13 Most Exciting GitHub Projects This Week - 2025-02-20 | dev.to | 2025-02-20

    Stars: 29318 (1,258 stars today today) Author: unionlabs View Project

  4. swc

    Rust-based platform for the Web

    Project mention: Rust Dependencies Scare Me | news.ycombinator.com | 2025-05-09

    I once wanted to contribute to the popular swc project (https://github.com/swc-project/swc). I cloned the repo, ran build, and a whooping 20GB was gone from my disk. The parser itself (https://github.com/swc-project/swc/blob/main/crates/swc_ecma...) has over a dozen dependencies, including serde.

    Meanwhile, the heaviest JavaScript parser implemented in JavaScript is more lightweight.

    I decided that I should leave this project alone and spend my time elsewhere.

  5. biome

    A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

    Project mention: 🚀PushForge: Modern Web Push Notifications Made Simple🚀 | dev.to | 2025-04-22

    Biome provides fast, modern formatting and linting:

  6. oxc

    ⚓ A collection of JavaScript tools written in Rust.

    Project mention: React Compiler RC: What it means for React devs | dev.to | 2025-05-05

    The React team is also collaborating with the oxc team to eventually add native support for the compiler. Once Rolldown, a Rust-based bundler for JavaScript and TypeScript, is released and supported in Vite, developers should be able to integrate the compiler without relying on Babel.

  7. rspack

    The fast Rust-based web bundler with webpack-compatible API 🦀️

    Project mention: Templates Needed More in the AI Era - FAV0 Weekly #025 | dev.to | 2024-12-22
  8. rolldown

    Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.

    Project mention: Farm: Fast vite compatible build tool written in Rust | news.ycombinator.com | 2024-06-21

    Is this rolldown or something else?

    https://github.com/rolldown/rolldown

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ast-grep

    ⚡A CLI tool for code structural search, lint and rewriting. Written in Rust

    Project mention: Using ast-grep with a vue project | dev.to | 2024-12-31

    The amazing ast-grep tool does not support vue and scss by default but can be configured to do so.

  11. farm

    Extremely fast Vite-compatible web build tool written in Rust

    Project mention: Farm: Fast vite compatible build tool written in Rust | news.ycombinator.com | 2024-06-21

    > They are aiming to provide an "all-in-one" solution with the parser, transpiler, bundler etc all in one place. Which means they have perhaps too much work to do.

    They seem to re-use quite a lot. I don’t think any of them, besides ESBuild, roll their own transpiler. For example, Farm uses SWC:

    https://github.com/farm-fe/farm/blob/main/crates/toolkit/Car...

  12. convex-backend

    The open-source reactive database for app developers

    Project mention: Self-host open-source reactive database with dashboard | news.ycombinator.com | 2025-02-17
  13. rustpad

    Efficient and minimal collaborative code editor, self-hosted, no database required

    Project mention: Rustpad is an efficient and minimal open-source collaborative text editor | news.ycombinator.com | 2024-09-17
  14. moon

    A build system and monorepo management tool for the web ecosystem, written in Rust.

    Project mention: Ask HN: Best Tools for Monorepo? | news.ycombinator.com | 2024-07-31

    In our projects we use Moon https://moonrepo.dev/moon extensively, it supports multiple languages and quite a few features.

    For me personally I like that it updates Typescript references automatically and makes docker image setup far easier.

  15. jsr

    The open-source package registry for modern JavaScript and TypeScript

    Project mention: Malware found on NPM infecting local package with reverse shell | news.ycombinator.com | 2025-03-26

    Deno is perhaps a better example with browser API's as part f winterTC + a growing set of std packages[1] and more importantly a security model that defends against this kind of exploit.

    I will agree with the sentiment though, I get not wanting to jump on new shiny things but for some reason I keep getting the vibe that the community is closer to crab mentality than conservatism and is downright hostile towards any project making a genuine effort to improve things.

    [1]https://jsr.io/@std

  16. rslint

    A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate

    Project mention: ESLint adoption guide: Overview, examples, and alternatives | dev.to | 2024-08-08

    A relatively new entrant, RSLint focuses on providing a zero-config linting tool. It is in early development and not ready for production. The last release is from 2022, so it’s unclear if development is still active.

  17. ezno

    A fast and correct TypeScript type checker and compiler with additional experiments

    Project mention: A 10x Faster TypeScript | news.ycombinator.com | 2025-03-11

    2. ezno [https://github.com/kaleidawave/ezno] - In active development. Does not have the goal of 1:1 parity to tsc.

  18. blueboat

    All-in-one, multi-tenant serverless JavaScript runtime.

  19. deno_lint

    Blazing fast linter for JavaScript and TypeScript written in Rust

    Project mention: How to migrate your Node.js app to Deno 2.0 | dev.to | 2024-12-24

    You can check them here, but they are still limited compared to ESLint rules and pre-existing configurations. If you are not satisfied, you can keep using your existing linter as well.

  20. orogene

    Makes `node_modules/` happen. Fast. No fuss.

  21. joystream

    Joystream Monorepo

  22. ts-rs

    Generate TypeScript bindings from Rust types

  23. rspc

    A framework for building typesafe web backends in Rust

  24. chiselstrike

    ChiselStrike abstracts common backends components like databases and message queues, and let you drive them from a convenient TypeScript business logic layer

  25. kftray

    🦀 ⚡ kubectl port forward manager, with support for UDP and proxy connections through k8s clusters

    Project mention: Debugging Kubernetes Services with KFtray's HTTP Logs and VS Code REST Client Extension | dev.to | 2025-03-05

    Setting up HTTP logging in KFtray is an simple process that begins with downloading and installing KFtray v0.16.1 or later from the GitHub releases page. Once you have KFtray installed, you'll need to configure your port-forward settings.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust TypeScript discussion

Log in or Post with

Rust TypeScript related posts

  • An Update on Fresh

    2 projects | news.ycombinator.com | 15 May 2025
  • dprint: A pluggable and configurable code formatting platform written in Rust

    1 project | news.ycombinator.com | 7 May 2025
  • ☁️ Keep Using AWS as Usual

    4 projects | dev.to | 4 May 2025
  • Charybdis ORM: Building High-Performance Distributed Rust Backends with ScyllaDB

    3 projects | dev.to | 25 Apr 2025
  • A 10x Faster TypeScript

    38 projects | news.ycombinator.com | 11 Mar 2025
  • Pipelight: Lightweight CI/CD Tool

    1 project | news.ycombinator.com | 7 Mar 2025
  • Self-host open-source reactive database with dashboard

    1 project | news.ycombinator.com | 17 Feb 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source TypeScript projects in Rust? This list will help you:

# Project Stars
1 deno 102,958
2 union 61,995
3 swc 32,168
4 biome 18,802
5 oxc 14,449
6 rspack 11,457
7 rolldown 10,993
8 ast-grep 8,636
9 farm 5,332
10 convex-backend 4,164
11 rustpad 3,711
12 moon 3,181
13 jsr 2,768
14 rslint 2,684
15 ezno 2,672
16 blueboat 1,925
17 deno_lint 1,570
18 orogene 1,496
19 joystream 1,416
20 ts-rs 1,373
21 rspc 1,299
22 chiselstrike 1,088
23 kftray 1,003

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?