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.
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).
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.
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:
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.
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.
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:
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.
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:
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.
PostHog/posthog-js appears actively maintained, with multiple posthog-js and related package updates as recently as today (2026-07-30) and within the past day.
Last release:
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.
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:
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.
Active maintenance: The VS Code Marketplace entries show frequent recent updates (latest observed on 2026-07-25), suggesting the source is actively maintained rather than dormant.
Last release:
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.
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:
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.
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.
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.
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.
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.
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.
Anthropic’s Interactive Prompt Engineering Tutorial is a step-by-step course for learning how to write effective prompts for Claude. It includes 9 chapters with exercises and an “Example Playground” where you can practice and troubleshoot prompts to see how changes affect Claude’s responses, with an optional Google Sheets version via the Claude for Sheets extension.
dbt Fusion (beta) is a next-generation execution engine for dbt, with components published incrementally. It is written in Rust for speed and correctness, provides native SQL understanding across multiple warehouse SQL dialects, and includes features like SQL comprehension, a language server, and ADBC-based warehouse connection drivers. It is useful if you want to adopt or evaluate the new dbt engine using the CLI, VS Code extension, or a precompiled binary, including options for local, Docker, or cloud installation.
A curated list of Model Context Protocol (MCP) servers, organized into categories, with links and context for production-ready and experimental server options. Useful for developers browsing MCP server implementations and finding servers that extend AI capabilities like file access, database connections, and API integrations.