Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
error311/wayfinder.nvim (★22 · Lua)
wayfinder.nvim is a guided code exploration tool for the current symbol. Wayfinder is not a general search tool. It does not try to replace Telescope or grep. It replaces the manual loop of jump, grep, back, open, back, and "where was that test again?" From the current symbol or file, Wayfinder gathers the most relevant nearby code:
isakfm/rsxui (★10 · Rust) JSX-like declarative UI for Rust — Build beautiful web interfaces with Rust's expressiveness. RsxUI combines the familiar JSX syntax with Rust's type safety. Write HTML-like markup directly in Rust, compile to HTML strings, and use with any web framework (Axum, Actix-Web, etc.). No JavaScript runtime required. ---
planetf1/otelite (★8 · Rust) Lightweight OpenTelemetry receiver and dashboard for local development Otelite is a single-binary observability tool that receives OpenTelemetry data (logs, traces, metrics) and provides a web dashboard and terminal UI for viewing it.
graykode/starquake (★8 · TypeScript) Near-real-time GitHub stargazing dashboard. Each star action becomes a tremor on a globe; each trending repo becomes an epicenter on today's leaderboard. Live: graykode.github.io/starquake
PatrickAsaad1/Main (★6 · Python)
A feature-rich Discord bot built with Python and
discord.py, featuring 19 commands across utilities, games, encryption, and more. Includes CLI versions of all games and a full project portfolio. ---
lxfu1/memo-agent (★5 · TypeScript)
中文文档 memo-agent is a terminal-based AI assistant application (Hermes Agent simplified version), built with TypeScript + React + Ink. It connects directly to OpenAI-compatible APIs and features persistent memory, MCP tool extensions, and intelligent context compression. ---
janaraj/tnl (★5 · TypeScript) AI coding agents make design decisions silently, drift from what was planned, and lose context at session end. TNL (Typed Natural Language) is the fix: a per-feature English contract with a fixed schema — proposed by the agent, approved by you, implemented against, saved on disk, and read by every future session.
khakhasshi/PortFree (★4 · Swift) A native macOS developer tool for inspecting occupied ports, ending stuck processes, batch-cleaning listeners, checking status from the menu bar, and using a tiny CLI when you want keyboard-first control. Features · Screenshots · Install · CLI · 中文简介 ---
ImL1s/flutter-claude-skills (★4 · Python) A curated collection of Claude Code skills for Flutter / Dart development, testing, mobile app release workflows, and AI-assisted design-to-code pipelines. Extracted and sanitized from real-world mobile app development experience. ---
lipski-lite/nativewright (★4 · JavaScript) An agent-drivable browser daemon with a persistent Chrome profile. Give Claude Code, Cursor, Codex, and Gemini CLI a real browser they can steer with one-shot CLI calls — without losing login state between turns.
vite — v8.0.10
A build tool and dev server for modern web projects. Starts instantly (no bundling in dev), uses native ES modules in the browser, and bundles with Rollup for production. The replacement for webpack in most new projects.
esbuild — v0.28.0
A JavaScript and TypeScript bundler written in Go. Extremely fast — 10-100x faster than webpack or Rollup. Used as the engine inside Vite and many other tools. Good for simple bundling; less configurable than webpack.
turbo — v2.9.6
A build system for JavaScript/TypeScript monorepos. Caches task results so you only re-run what changed. Built by Vercel. Speeds up CI and local builds in large codebases with multiple packages.
biome — v0.3.3
A single tool that replaces both ESLint and Prettier. Formats and lints JavaScript, TypeScript, JSON, and CSS. Written in Rust, so it runs much faster than the JS-based tools it replaces.
bun — v1.3.13
A JavaScript runtime, package manager, bundler, and test runner in one. Faster than Node.js at most things. Drop-in compatible with most Node.js code. Written in Zig.
vitest — v4.1.5
A unit testing framework built specifically for Vite projects. Uses the same config as your Vite build, runs tests in the browser environment, and is significantly faster than Jest.
oxc — v1.0.1
A JavaScript/TypeScript toolchain written in Rust — parser, linter, formatter, transpiler, bundler. The project behind the oxlint linter. Faster than most existing tools by a large margin.
rspack — v0.1.1
A webpack-compatible bundler written in Rust. Drop-in replacement for webpack with the same config format, but much faster. Built by ByteDance (TikTok's parent).
wrangler — v4.85.0
The CLI for deploying and managing Cloudflare Workers — serverless functions that run at the edge in Cloudflare's global network. Also manages KV storage, Durable Objects, Pages, and R2.
drizzle-orm — v0.45.2
A TypeScript ORM that lets you write SQL-like queries in TypeScript with full type safety. Lightweight, no code generation step, and closer to raw SQL than ORMs like Prisma.
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain (Lobsters) Comments
What are the best developer tools built around Markdown? (Lobsters) What are some developer tools that have treated Markdown as more than a documentation format ? A good example is I believe is Obsidian where the underlying files are just Markdown, but the product tur
Who even uses jemalloc in 2026 anyway? (many major projects) (Lobsters) Comments
Ubuntu 26.04 LTS Release (Lobsters) Comments
Security issues found within rust-coreutils (Lobsters) Comments
raylib v6.0 (Lobsters) Comments
Meshcore.io - Why The Split? (Lobsters) Comments
How Hard Is It To Open a File? (Lobsters) Comments
Visitors to this private space station won't be wearing shorts and T-shirts (Ars Technica) Can you wear white after Labor Day if your destination is Earth orbit?
US accuses China of “industrial-scale” AI theft. China says it’s “slander.” (Ars Technica) Trump-Xi summit may be rocked by US mulling huge sanctions.
Data from GitHub public API, npm registry, and tech press (The Register, Lobsters, Ars Technica, TechCrunch, Wired, MIT Tech Review). README summaries pulled directly from each project.