Explore tracked sources

Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.

Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.

Source:Sort:

Drizzle ORM is a headless TypeScript ORM for Node.js and JavaScript that provides a lightweight, dependency-free typed SQL layer. It’s useful for declaring SQL schemas and building relational and SQL-like queries for PostgreSQL, MySQL, and SQLite, including serverless options like Turso, Neon, Cloudflare D1, and Supabase.

Status:

Actively maintained: The upstream GitHub push is as recent as 2026-08-12, and the project is currently publishing 1.0.0 release-candidate updates rather than being silent or dormant.

Last release:

691 updates · last 90 days1 watchers
Open

A ponyfill that provides an implementation of `Buffer.from` for Node.js-style `Buffer` creation. Useful when native `Buffer.from` is not available, it converts arrays, ArrayBuffers (including typed array memory ranges), existing Buffers, and strings into new Buffers, using an optional string encoding (default `utf8`).

Status:

Actively maintained: No. The latest recorded upstream push and tagged update are from 2021-07-29, which is over 5 years ago relative to 2026-08-11. The source appears quiet/dormant.

Last release:

202 watchers
Open

tween.js is a JavaScript and TypeScript tweening animation engine for smoothly animating properties of an object over time. It includes reusable easing functions (and supports custom easing) and does not manage its own animation loop, making it useful for integrating into an existing render or update loop.

Status:

Maintenance status: Evidence suggests the repo is largely quiet/dormant in terms of published updates, with the most recent tagged updates shown in the provided data from July 26, 2024, and no further versioned updates listed after that. (Side fact, upstream push was 2025-01-11, but no corresponding recent tagged updates are shown.)

Last release:

441 watchers
Open

JavaScript half-precision floating-point (IEEE 754 float16) ponyfill that provides a `Float16Array`-like API plus helpers like `getFloat16`, `setFloat16`, and `f16round`. It is useful when you need float16/`float16array` functionality in environments that do not yet support the ES2025 `float16array` standard, with guidance noting that modern environments may not need the ponyfill.

Status:

Actively maintained: The upstream GitHub repo shows a very recent push on 2026-08-12, and recent tagged updates (v3.9.3 in 2025-10-10) indicate ongoing work rather than dormancy.

Last release:

601 watchers
Open

@esbuild-kit/esm-loader is a Node.js loader that compiles TypeScript modules to ESM on demand, transforming them at load time. It adds classic Node resolution for extensionless and directory imports, uses tsconfig.json (including paths) for alias resolution, and caches transformations for performance. The project is merged into tsx and this specific loader is unmaintained.

Status:

Maintenance status: Upstream is marked as archived, with the last upstream push on 2023-09-25, so the repository appears quiet/dormant as of 2026-08-13.

Last release:

281 watchers
Open

@esbuild-kit/core-utils provides core utility functions used by other esbuild-kit projects such as cjs-loader and esm-loader. It includes helpers for esbuild transforms, caching, and source map handling (using native source map support when available, otherwise falling back to source-map-support).

Status:

Maintenance status: Marked as archived upstream, with no updates since 2023-09-19, so it appears dormant/maintenance halted as of 2026-08-13.

Last release:

121 watchers
Open

Brocli is a TypeScript/JavaScript library for building modern command line interfaces (CLIs) with a typed API. It parses shell arguments, provides built-in validation for typed options, and supports hooks like transforming parsed parameters before running command handler logic.

Status:

Active maintenance looks strong, with the most recent upstream push on 2026-09-04 and an update (0.12.1) released just days before today (2026-09-10), suggesting the project is currently evolving rather than dormant.

Last release:

621 updates · last 90 days1 watchers
Open

Rapier is a set of 2D and 3D physics engines for the Rust programming language, available as crates like `rapier2d` and `rapier3d` (including f64 variants). It is useful for building physics simulations for games, animation, and robotics, with performance-focused features such as SIMD-batched constraint solving and optional multithreading.

Status:

Actively maintained: GitHub upstream pushes and multiple v0.35.x updates landed in late August 2026, with the latest upstream push on 2026-08-28, and additional updates on 2026-08-15 and 2026-08-08 (so the project does not appear dormant as of today, 2026-09-03).

Last release:

528 updates · last 90 days1 watchers
Open

The Anthropic TypeScript SDK provides access to Anthropic’s safety-first language model APIs from server-side TypeScript or JavaScript applications. It helps you call the Claude API (for example, creating messages with models) and is distributed via npm as @anthropic-ai/sdk.

Status:

The anthropics/anthropic-sdk-typescript source appears actively maintained, with an upstream push on 2026-09-04 and multiple code and type related updates arriving within days (not months or years).

Last release:

6944 updates · last 90 days1 watchers
Open

Zod is a TypeScript-first library for schema validation with static type inference. It lets you define a schema, parse input data (throwing detailed errors or returning a safe result), and get a strongly typed validated result, useful for validating untrusted data in Node.js and modern browsers.

Status:

Actively maintained: The repository has a very recent upstream push on 2026-09-03, and multiple Zod v4.5.x updates landed in late August 2026. This indicates active development rather than maintenance mode.

Last release:

605 updates · last 90 days1 watchers
Open

Official OpenAI TypeScript and JavaScript client library that lets you call the OpenAI REST API from Node.js or other JS/TS environments. It provides convenient methods for common APIs such as the Responses API, supports streaming via SSE, and includes helpers for features like file uploads and workload identity authentication.

Status:

The openai/openai-node repo appears actively maintained, with an upstream push as recent as 2026-09-09 and multiple updates published within days leading up to today (2026-09-10).

Last release:

6922 updates · last 90 days1 watchers
Open

long.js provides a Long class for representing 64-bit two's-complement integers in JavaScript, including unsigned support. It is useful when you need reliable 64-bit arithmetic and bitwise-style operations beyond what the JavaScript Number type can safely represent.

Status:

Maintenance status: The repository appears quiet/in maintenance mode. The most recent upstream push was 2025-04-17, which is over a year ago relative to 2026-07-30, and the updates show no recent activity since then.

Last release:

462 watchers
Open

Esprima is a high performance, standard-compliant ECMAScript (JavaScript) parser written in ECMAScript. It can tokenize and parse JavaScript into a syntax tree, which is useful for multipurpose code analysis and tooling such as generating or inspecting an AST. It also supports features like syntax node location tracking and experimental JSX parsing.

Status:

Maintenance status: The repo shows no recent published version updates in the provided data (latest listed version is 4.0.1 from 2018-06-16), and the last upstream push is 2023-04-16, which suggests the project is not actively shipping frequent updates and is likely in maintenance mode or relatively quiet as of 2026-07-30.

Last release:

402 watchers
Open

Werkzeug is a comprehensive Python WSGI web application library, providing utilities for building and testing web apps. It includes tools for requests and responses, routing and URL generation, HTTP helpers, a development WSGI server, and an interactive debugger.

Status:

Active maintenance: Yes, the repository shows frequent upstream updates in 2026 (latest upstream push 2026-05-05, and the most recent reported version update is 3.1.8 on 2026-04-02), indicating the source is actively maintained.

Last release:

641 watchers
Open

Typer is a Python library for building command line interfaces (CLIs) that are easy to write, based on Python type hints. It generates automatic help and shell auto completion, and can also run existing scripts by converting them into CLI applications using the `typer` command.

Status:

Actively maintained: The upstream repository shows very recent activity (last push on 2026-09-02) and frequent tagged updates through 2026-08 and 2026-07.

Last release:

694 updates · last 90 days1 watchers
Open
GitHub

tqdm is a fast, extensible progress bar for Python and command-line use. It helps you display a smart progress meter by wrapping iterables (for example, tqdm(iterable)) or by running as a module in pipelines (for example, python -m tqdm), and it can also be configured for manual updates.

Status:

Actively maintained: Evidence shows upstream activity as recent as 2026-07-28, with multiple updates published through 2026-07-27, indicating ongoing development rather than dormancy.

Last release:

745 updates · last 90 days1 watchers
Open

Tokie is a Rust tokenizer library with Python bindings, designed to load HuggingFace tokenizers and tokenize text quickly. It supports major tokenizer algorithms (BPE, WordPiece, SentencePiece, and Unigram) and provides fast encode, decode, counting, batch encoding, and save/load for tokenizers.

Status:

Active maintenance: The repo shows very recent activity (last upstream push on 2026-07-26) and multiple back-to-back updates in late July 2026 (v0.1.1 to v0.1.4), indicating the project is currently actively worked on.

Last release:

555 updates · last 90 days1 watchers
Open

tiktoken is a fast BPE tokeniser library for use with OpenAI models, with a Python API to encode text into tokens and decode tokens back to text. It is useful for counting or converting between model tokens and raw text, and it also provides an extension mechanism for adding custom tokeniser encodings.

Status:

Actively maintained: Yes, the repo shows recent updates (0.14.0 on 2026-08-17, just a few days before 2026-08-20), indicating ongoing maintenance rather than dormancy.

Last release:

561 updates · last 90 days1 watchers
Open