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:

binary-extensions is a Python utility that checks whether a file extension or full file path is likely binary. It includes an immutable list of 250+ known binary file types (such as images, videos, archives, and executables) and provides fast, case-insensitive, dot-aware membership checks with zero dependencies.

Status:

The repository shows recent updates on 2026-01-10 (v1.0.0 initial publication, then v1.0.1 the next minutes), but there are no further updates after that date through today (2026-06-09), suggesting it is quiet rather than actively evolving.

Last release:

301 watchers
Open

Python library and command line tool (CLI) to access a school electronic register for Axios, using credentials provided via environment variables. It can list a student’s latest grades and output results as human-readable text, JSON, or NDJSON, with options to select year and period.

Status:

The upstream repo appears to be archived, with the last upstream push on 2023-05-14, and there have been no further updates since then, suggesting the project is quiet or in maintenance mode (not actively maintained) as of 2026-06-09.

Last release:

121 watchers
Open

python-autoprefixer provides Python bindings for the JavaScript autoprefixer tool (to add vendor prefixes to CSS). It includes a Python interface you can use to generate prefixed CSS from a string or a CSS file, and the project notes it is unmaintained.

181 watchers
Open

AsyncKit is a small Python micro-toolkit for running off-thread, thread-pooled work and collecting results asynchronously. It provides a Pool to schedule callable tasks that return results via AsyncValue objects, and utilities like AsyncList (to run multiple tasks in parallel) and .get() methods (to wait for completion and retrieve return values or raised exceptions).

121 watchers
Open

This source provides an archived, unsupported PyPI-era version of Python’s argparse module for older Python versions where argparse was not in the standard library (such as Python < 2.7 or < 3.2). It is useful if you need backward compatibility for command line argument parsing, including automatic help and usage messages, on legacy Python releases.

Status:

Maintenance status: The GitHub source (ThomasWaldmann/argparse) is marked as archived upstream, with the last upstream push on 2021-05-13. Given today is 2026-06-09, there is no evidence of active maintenance.

Last release:

191 watchers
Open

Provides ANSI escape codes for styling strings in the terminal, including support for colors and conversions between 256-color, 16-color, and truecolor (16m). This is a Python port of the Node.js ansi-styles package, useful when you need colored or styled terminal output from Python.

141 watchers
Open

Acorn is an LLM agent framework for building long running agents with structured I/O. It supports type-safe inputs and outputs, automatic tool calling, multi turn agentic loops, and integrations like LiteLLM, with options for streaming responses and provider caching or failover. It is useful for implementing agent workflows that call tools, recover from parse errors, and can branch into sub agents.

Status:

The repository appears actively maintained, with ongoing commits and multiple recent version updates between 2026-02 and 2026-04, including an upstream push on 2026-04-04.

Last release:

301 watchers
Open

NautilusTrader is a production-grade, Rust-native trading engine with a deterministic, event-driven architecture, aimed at building trading systems across research, deterministic simulation, and live execution. It uses Python as a control plane for strategy logic, configuration, and orchestration, and provides modular adapters to integrate many REST and WebSocket-based venues. It is useful for algorithmic trading workflows including backtesting and live multi-venue trading.

Status:

Actively maintained, with very recent activity on 2026-07-02 and multiple beta updates in late June 2026 (v1.229.0 on 6/26, v1.230.0 on 6/29), indicating an ongoing development cadence rather than a pause.

Last release:

815 updates · last 90 days1 watchers
Open

PostHog JS is a set of JavaScript and TypeScript packages for integrating PostHog into web and other applications. It is useful for sending usage data from your web app or site to PostHog, including autocapture, with supporting packages for frameworks like React and Next.js.

Status:

Actively maintained. PostHog’s posthog-js source shows continuous updates within the last day (for example, 1.398.3 through 1.399.0 on 2026-07-08, plus an upstream push on 2026-07-09), indicating active development rather than maintenance mode.

Last release:

71400 updates · last 90 days1 watchers
Open
VS Code Marketplace

A Visual Studio Code extension that formats code using Prettier. Useful for applying consistent formatting across many file types and languages like JavaScript and several web and template formats.

Status:

Actively maintained, with recent updates shown as late as 2026-03-16 (12.4.0) and multiple follow-ups in early 2026 (12.1.x to 12.3.0), indicating ongoing work rather than maintenance mode.

Last release:

861 watchers
Open
VS Code Marketplace

Claude Code for VS Code is an AI assistant extension that lets you use Claude Code inside your IDE. It supports chat and agent-style workflows, with features related to JSON, keybindings, and MCP, aimed at developers who want Claude capabilities without leaving their editor.

Status:

The source appears actively maintained, with a steady stream of marketplace updates in early July 2026 (for example, 2.1.195 on 2026-06-26, then 2.1.196 through 2.1.204 across 2026-06-29 to 2026-07-08).

Last release:

8057 updates · last 90 days2 watchers
Open
VS Code Marketplace

This is a VS Code marketplace extension called Rainbow CSV. It highlights CSV and TSV files and lets you run SQL-like queries on them, which can help when exploring and working with structured text data.

Status:

Actively maintained: The source shows ongoing development, with the most recent updates published on 2026-01-17 (3.24.1), after 2026-01-10 (3.24.0) and further changes in late 2025. As of 2026-06-09, this suggests maintenance is active but has slowed since January.

Last release:

861 watchers
Open

This software source is a curated list of blogs, videos, and other content focused on building experimentation and A/B testing platforms. It is useful for developers who want practical guidance, often from teams at companies like Netflix, Airbnb, Microsoft, and Google, covering platform design, experimentation culture, testing methods, and analysis.

281 watchers
Open

SOMA (Standard Operating Metrics & Analytics) is an open-source, community-driven framework for defining and standardizing B2B SaaS operating metrics. It provides metric specifications, data model and telemetry definitions (including activity and entity abstractions), and scripts plus semantic layer and analytics examples to help teams generate and present consistent metrics.

281 watchers
Open

A GitHub-hosted collection of data-related content that the author shares and saves for later use, covering topics from data science to data engineering. It is organized into folders for informational resources, opinionated reviews, and recommended sources to read.

401 watchers
Open

BigQuery Utils is a collection of scripts, UDFs, views, stored procedures, notebooks, and other utilities to help with migrating to and using Google BigQuery. It provides tools for common BigQuery operational tasks, including dashboards and performance testing examples, plus UDFs intended to mimic behaviors of functions from other databases.

431 watchers
Open

Open R1 is a work-in-progress, fully open reproduction effort for DeepSeek-R1, providing scripts and Makefile commands to build missing pieces of the R1 training pipeline. It includes Python scripts for supervised fine-tuning (SFT) and group relative policy optimization (GRPO), plus a data generation script that can produce synthetic reasoning traces for model training and evaluation.

681 watchers
Open

Satscribe is a web application that turns Bitcoin blocks and transactions into human-readable explanations. Enter a transaction ID, block hash, or block height, and it fetches blockchain data via the Blockstream API and generates AI-powered summaries using OpenAI. Chats are saved and can be shared or kept private using the Nostr protocol.

301 watchers
Open