An agentic coding tool that lives in your terminal
⭐ 28.4k
+4.2k this week
TypeScript
Anthropic's official CLI for Claude, providing an AI coding assistant that operates directly in the terminal. It can read, write, and refactor code across entire repositories, run tests, and interact with git. Trending due to rapid feature additions including multi-agent orchestration and MCP server support.
Uncomplicated observability for Python
⭐ 5.8k
+1.9k this week
Python
An observability platform from the Pydantic team that provides structured logging, tracing, and metrics with minimal setup. Integrates natively with FastAPI, Django, and asyncio. Trending because of its recent 1.0 release and seamless Pydantic model validation tracking.
TypeScript
The dominant React meta-framework saw renewed interest after shipping Turbopack as the default bundler in v15.3, delivering 5x faster dev server startup. Partial prerendering is now stable, and the new Middleware v2 API simplifies edge computing patterns.
A drop-in replacement for Redis with SQL-based reactivity
⭐ 8.9k
+2.1k this week
Go
A Redis-compatible in-memory database written in Go that adds SQL-like query support and real-time reactivity (push-based subscriptions when data changes). Trending after benchmarks showed comparable performance to Redis 7 with the added query expressiveness.
An extremely fast Python package installer and resolver, written in Rust
⭐ 52.0k
+3.1k this week
Rust
Astral's Rust-based Python package manager that replaces pip, virtualenv, and pip-tools with a single blazing-fast binary. Trending after v0.6 added lockfile support, workspace management, and Python version management, making it a complete replacement for the entire Python toolchain.
TypeChat makes it easy to build natural language interfaces using types
⭐ 9.2k
+2.8k this month
TypeScript
Microsoft's library for building type-safe natural language interfaces by leveraging TypeScript's type system as a schema language for LLM outputs. Converts user intent into validated, structured data. Gained traction after adding support for streaming responses and multi-turn conversations.
Incredibly fast JavaScript runtime, bundler, test runner, and package manager
⭐ 78.0k
+4.5k this month
Zig
Bun continues trending after the 1.2 release which brought full Node.js compatibility for 99% of npm packages, Windows ARM64 support, and a built-in S3 client. Performance improvements to the bundler make it competitive with esbuild and Turbopack.
An open source payments switch written in Rust
⭐ 16.5k
+3.2k this month
Rust
A payment orchestration layer that provides a unified API over 50+ payment processors (Stripe, Adyen, etc.). Written in Rust for performance and reliability. Trending after adding support for subscription management and a no-code payment flow builder.
Manage your services, teams, and infrastructure in one place
⭐ 4.3k
+1.8k this month
Go
An open-source service catalog that syncs with PagerDuty, Datadog, GitHub, and Terraform to provide a single source of truth for infrastructure ownership. Recently added Backstage import support and RBAC, attracting platform engineering teams looking for lighter alternatives.
A toolchain for web projects, aimed to provide functionalities to maintain them
⭐ 18.2k
+2.6k this month
Rust
Rust-based web toolchain providing formatting and linting for JavaScript, TypeScript, JSON, CSS, and GraphQL. Positioned as a faster alternative to ESLint + Prettier. Trending after the 2.0 release added CSS linting, plugin support, and a migration CLI that converts ESLint configs automatically.