Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
soumatheusgomes/vibe-coding-toolkit (★132) O fluxo real de desenvolvimento assistido por IA — testado em produção, não em teoria. ---
fufankeji/deepseek-harness-studio (★110 · TypeScript)
状态说明:✅ 已支持;🗓️ 规划中。桌面开发工作区、公开插件中心和中文 DeepSeek 控制已经可用;规划能力会在真实功能可运行后更新状态。 | 能力 | 状态 | 可以做什么 | | --- | --- | --- | | 插件发现与热门推荐 | ✅ | 自动读取公开目录,按精选、最近更新、生态热门和使用场景呈现值得关注的插件,并支持按名称、功能或作者搜索。 |
yutat23/lsoff (★65 · Go)
English | 日本語 CLI / TUI that lists listening TCP/UDP ports on Windows, Linux, and macOS. Think of it as a port-focused lsof: quickly see who is holding a port, then kill the process if you need to.
NOFireAI/ravel (★27 · Rust) An OpenTelemetry-native observability database whose only durable backend is object storage. Metrics, logs, and traces land as immutable segments and commit records on S3 or MinIO. Every Ravel process — gateway, ingest shard, query frontend,
peiyuwang54/deepseek-harness-cli (★26 · TypeScript) English | 中文 --- Note: This is DeepSeek Harness CLI. We keep iterating in sync with the official DeepSeek Harness, and we look forward to your forks and stars.
atvkh/ICVE_Toolkit (★25 · Python) --- > ## 🚫 严禁商用声明 > > 本项目采用 CC BY-NC-SA 4.0(署名-非商业性使用-相同方式共享)协议发布,禁止任何形式的商业使用。
UNLINEARITY/dsh-code (★18 · TypeScript)
English | 中文 DSH-Code 是 DeepSeek Harness(dsh)的终端编码界面。 它以树外 bundle 的形式组合在官方 @deepseek-ai/dsh-base 之上,与 Harness Web UI 使用同一套 Agent、Session、工具、命令、技能、权限、sandbox、上下文压缩与插件服务。 DSH-Code 没有另外实现一套 Agent loop,而是在 DSH 运行时上增加面向编码工作的 TUI。会话处理参考 Codex CLI,终端交互参考 Claude Code。 ---
joejojoking-cloud/dsh-file-explorer (★15 · JavaScript)
File Explorer for DeepSeek Harness — right-side resizable file tree with Markdown rendering, syntax highlighting, in-panel editing, and one-click VS Code open. Install:
dsh plugin --profile web add dsh-file-explorer. DeepSeek Harness 的全局文件资源管理器插件:在任何会话的标题栏右侧提供文件夹切换按钮,点击后在页面右侧打开可调宽度的文件树面板。
iosrxwy/MacAssistant (★15 · Swift) Replace scattered scripts and terminal lookups with clear, previewable workflows.
Dicklesworthstone/franken_overlap (★15 · Rust) Explainable textual provenance, edited-passage retrieval, approximate alignment, and hybrid lexical search in safe Rust. FrankenOverlap finds where a specimen passage came from even after formatting changes, substitutions, insertions, deletions, OCR corruption, fragmentation, or reordering.
vinta/awesome-python (★314,228 · Python) The definitive list that answers "I want to do X in Python, which tool should I use?" - An opinionated guide to the best Python frameworks, libraries, tools, and projects. Visit the website to search and filter projects more easily.
ultraworkers/claw-code (★195,058 · Rust) Join the Discords: · > [!IMPORTANT] > Claw Code is not the serious production project here.
vite — v8.2.1
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.2
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.10.10
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.14
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.10
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.123.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.
Why I remain a skeptic (Lobsters) Comments
Everything is about to “go dark” (Lobsters) Comments
Zig Day Seattle, WA #3 (Lobsters) Comments
Aiki reaches recursive self-interpretation (Lobsters) Comments
What's missing to have reproducible builds on PyPI (Lobsters) Comments
Recap: Software Should Work 2026 (Lobsters) Comments
Haskell: origins, evolution, and future (Lobsters) Comments
Wildfire smoke now bigger prenatal threat than human sources of air pollution (Ars Technica) Regulations reduced prenatal exposure to harmful emissions, but wildfire smoke is erasing gains.
VisionQuest trailer kicks off Disney's D23 fan event (Ars Technica) Also: Ahsoka S2 teaser, Doomsday trailer, news about MCU's X-Men and Star Wars: Starfighter
Ukraine strikes major Russian rocket factory with cruise missiles (Ars Technica) "Flamingo missiles were used. A good achievement."
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.