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:

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: Evidence suggests active development, with the GitHub upstream last push on 2026-07-29, and multiple recent versioned updates in 2026 (notably April to May).

Last release:

521 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:

Actively maintained, with very recent upstream activity (last push 2026-07-29) and multiple tagged updates in the last two to three weeks (v7.1.0 on 2026-07-28, v7.0.0 on 2026-07-27).

Last release:

6915 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:

401 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:

401 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:

631 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 repo had a recent push on 2026-07-22, and Typer has ongoing updates through 2026-07-15 (0.27.0), so this is not a dormant or maintenance-mode project.

Last release:

6911 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:

748 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:

558 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: The repo shows recent updates (latest listed update 0.13.0 on 2026-05-15, with an upstream push on 2026-05-24), which is only about 2 months before today (2026-07-23).

Last release:

491 updates · last 90 days1 watchers
Open

SQLModel is a Python library for interacting with SQL databases using Python objects. It is designed to be simple and robust, built on top of Pydantic and SQLAlchemy, with compatibility intended for FastAPI. Useful for defining SQL table-like models with type annotations and performing CRUD operations while keeping code concise and editor-friendly.

Status:

Actively maintained, with very recent upstream activity (last upstream push on 2026-07-22) and the latest published update 0.0.39 on 2026-06-25, which is under a month ago relative to 2026-07-23.

Last release:

691 updates · last 90 days1 watchers
Open

Shellingham is a Python tool that detects what shell the current Python process is running inside. It provides a `detect_shell()` function that returns the shell name (lowercased) and the command used, and raises `ShellDetectionFailure` if it cannot detect a surrounding shell.

Status:

Maintenance status: The project has evidence of activity (an upstream push dated 2026-03-13), but the most recent published updates in the provided history stop at v1.5.4 (2023-10-24), about two years ago, so it looks quiet in terms of outward releases.

Last release:

351 watchers
Open

Rich is a Python library for rich text and formatting in the terminal. It helps developers add color and style to output, render tables, progress bars, markdown, syntax-highlighted code, and formatted tracebacks, and it supports features like rich print, pretty REPL output, console word-wrapping, and terminal logging.

Status:

Maintenance status: Evidence suggests Rich is actively maintained, with an upstream GitHub push on 2026-06-23 and a recent major update (v15.0.0 on 2026-04-12).

Last release:

641 watchers
Open

Requests is a simple, elegant Python HTTP library for sending HTTP/1.1 requests easily. It helps with common client features like query handling, form and JSON support, cookie persistence via sessions, authentication, timeouts, streaming downloads, and connection pooling.

Status:

Actively maintained: The upstream GitHub source shows recent activity (last push on 2026-07-20), and the project has been issuing ongoing updates in 2026 rather than going quiet.

Last release:

833 updates · last 90 days1 watchers
Open

pgvector support for Python, providing integrations for Django, SQLAlchemy, SQLModel, and several PostgreSQL drivers and async clients. It helps you store vector embeddings in Postgres and run operations like nearest-neighbor search, distance calculations, and vector indexes for approximate retrieval.

Status:

Actively maintained: The most recent upstream push was 2026-07-06, and there are updates as recently as that date (about 2 to 3 weeks ago relative to 2026-07-23), indicating ongoing maintenance.

Last release:

691 updates · last 90 days1 watchers
Open

orderedmultidict provides omdict, an ordered multivalue dictionary for Python that can store multiple values per key while retaining insertion and deletion order. It is intended as a drop-in replacement for dict-like behavior (method parity) and is useful for powering furl.

Status:

The source does not show recent tagged code updates in the provided history, with the newest update summary being v1.0.1 from 2021-06-04, which suggests it is likely in quiet or maintenance mode relative to today (2026-07-19).

Last release:

241 watchers
Open

OpenTelemetry Python provides the OpenTelemetry API and SDK for Python, useful for creating, collecting, and exporting telemetry such as traces, metrics, and logs. It includes installable packages like `opentelemetry-api` (API with no-op implementations) and `opentelemetry-sdk` (reference SDK implementation), plus separate exporter and propagator packages.

Status:

Actively maintained, with very recent upstream activity (last push 2026-07-22) and multiple package updates in mid-2026 (for example v1.44.0 on 2026-07-16).

Last release:

745 updates · last 90 days1 watchers
Open

NumPy is the fundamental package for scientific computing with Python. It provides an N-dimensional array object, broadcasting and other scientific functions, and tools for integrating C and Fortran code, including linear algebra, Fourier transforms, and random number capabilities. Useful if you need fast numerical computing and array-based data processing in Python.

Status:

NumPy is actively maintained, with upstream activity as recent as 2026-07-23 and multiple follow-on updates in 2026 (including v2.5.1 on 2026-07-04).

Last release:

815 updates · last 90 days1 watchers
Open

Microsoft Authentication Extensions for Python (MSAL EX) provides cross-platform token cache serialization and persistence helpers for client applications using MSAL Python. It supports saving encrypted cache data to disk on Windows, macOS, and Linux, including coordinated concurrent access via a file lock. It is useful for persisting tokens for public client apps like desktop apps across runs.

Status:

The repo appears to be maintained, with a most recent upstream push on 2025-09-10, and recent versioned updates in March 2025 (1.3.0, 1.3.1). However, as of 2026-07-19 there have been no new versioned updates since 1.3.1, so activity looks modest rather than fast-moving.

Last release:

431 watchers
Open