开源项目
🔥 nitrojs / nitro - Next Generation Server Toolkit. Create web servers with ever
GitHub热门项目 | Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. | Stars: 11,082 | 7 stars today | 语言: TypeScript
开源项目
🔥 vladmandic / sdnext - SD.Next: All-in-one WebUI for AI generative image and video
GitHub热门项目 | SD.Next: All-in-one WebUI for AI generative image and video creation, captioning and processing | Stars: 7,261 | 28 stars today | 语言: Python
开源项目
🔥 funstory-ai / BabelDOC - Yet Another Document Translator
GitHub热门项目 | Yet Another Document Translator | Stars: 9,225 | 69 stars today | 语言: Python
开源项目
🔥 harveyai / harvey-labs - A benchmark built to evaluate and improve agent capabilities
GitHub热门项目 | A benchmark built to evaluate and improve agent capabilities for supporting legal work. | Stars: 697 | 47 stars today | 语言: Python
开源项目
🔥 pranshuparmar / witr - Why is this running? Trace any process, port, container, or
GitHub热门项目 | Why is this running? Trace any process, port, container, or file back to what started it - CLI + TUI. | Stars: 20,264 | 556 stars today | 语言: Go
开发者
The Complicated Case of Passing On Your Digital Estate
There’s no perfect way to transfer possession of your digital assets to your loved ones after you’re gone. But there are things you can do now to make the process easier for them.
开源项目
🔥 QwenLM / qwen-code - An open-source AI coding agent that lives in your terminal.
GitHub热门项目 | An open-source AI coding agent that lives in your terminal. | Stars: 26,842 | 387 stars this week | 语言: TypeScript
开源项目
🔥 react / create-react-app - Set up a modern web app by running one command.
GitHub热门项目 | Set up a modern web app by running one command. | Stars: 103,304 | 32 stars this week | 语言: JavaScript
开源项目
🔥 unclebob / swarm-forge - A simple tool for coordinating several AI agents.
GitHub热门项目 | A simple tool for coordinating several AI agents. | Stars: 1,943 | 273 stars this week | 语言: Clojure
开源项目
🔥 rivet-dev / rivet - Rivet Actors are the primitive for stateful workloads. Built
GitHub热门项目 | Rivet Actors are the primitive for stateful workloads. Built for AI agents, collaborative apps, and durable execution. | Stars: 5,946 | 116 stars today | 语言: Rust
开源项目
🔥 HakanSeven12 / OpenCADStudio - A CAD application built with Rust — 2D/3D drawing, DWG/DXF s
GitHub热门项目 | A CAD application built with Rust — 2D/3D drawing, DWG/DXF support, and GPU-accelerated rendering | Stars: 536 | 242 stars today | 语言: Rust
开源项目
🔥 remnawave / panel - A powerful proxy management tool, built on top of Xray-core,
GitHub热门项目 | A powerful proxy management tool, built on top of Xray-core, with a focus on simplicity and ease of use. | Stars: 4,796 | 33 stars today | 语言: TypeScript
开源项目
🔥 lackeyjb / playwright-skill - Claude Code Skill for browser automation with Playwright. Mo
GitHub热门项目 | Claude Code Skill for browser automation with Playwright. Model-invoked - Claude autonomously writes and executes custom automation for testing and validation. | Stars: 2,994 | 3 stars today | 语言: JavaScript
开源项目
🔥 superlinked / sie - Open-source inference server and production cluster for all
GitHub热门项目 | Open-source inference server and production cluster for all the models your agent needs. | Stars: 2,680 | 36 stars today | 语言: Python
开源项目
🔥 google-deepmind / weathernext
GitHub热门项目 | | Stars: 6,836 | 48 stars today | 语言: Python
开源项目
🔥 LadybirdBrowser / ladybird - Truly independent web browser
GitHub热门项目 | Truly independent web browser | Stars: 64,869 | 42 stars today | 语言: C++
AI 资讯
How Git Worktrees Improve AI Coding Workflows
AI coding tools become much more useful when they are given clear boundaries. One practical way to create those boundaries is with Git worktrees. A Git branch gives you separate history. A worktree gives you a separate working directory connected to that branch. Instead of making several AI agents share one workspace, you can give each agent its own isolated environment. What is a Git worktree? A worktree lets you check out multiple branches from the same repository at the same time. For example: git worktree add ../feature-a -b experiment/feature-a git worktree add ../feature-b -b experiment/feature-b You now have two separate directories. Claude Code, OpenAI Codex, or another coding agent can work inside each one without constantly switching branches in your main project. 1. Create different versions of a feature Sometimes there is no obvious best implementation. Instead of asking one agent to repeatedly rewrite the same code, create separate worktrees: Worktree A: simplest implementation Worktree B: performance-focused implementation Worktree C: implementation that follows a different UI or architecture You can then compare the actual code, tests, and tradeoffs before choosing a solution. The unsuccessful versions can be removed without affecting the selected implementation. 2. Give every subagent its own workspace Multiple agents editing the same directory can easily overwrite files or mix unrelated changes. A safer setup is: project/ project-agent-api/ project-agent-ui/ project-agent-tests/ Each agent receives: Its own worktree Its own branch A clearly defined task A list of files it is allowed to change Its own verification requirements This makes every agent’s output easier to understand and review. 3. Work on independent tickets in parallel Worktrees are useful when several tasks do not depend on each other. For example: One agent fixes an API bug Another updates a frontend component Another adds tests or documentation These tasks can progress at the same ti
AI 资讯
GitHub Hardens npm and Actions Defaults, Drawing Debate over Delays versus Signing
GitHub consolidated the npm and Actions changes it shipped from March to July 2026 against supply chain attacks, several of which alter defaults rather than add options. Hacker News discussion focused less on the individual controls than on whether waiting periods are the right instrument, or a substitute for author-side package signing. By Steef-Jan Wiggers
创业投融资
Wacom’s Movinkpad 11 is a fun and mid-priced entry point for digital artists
The Movinkpad 11 a versatile little graphics tablet that can help make your wildest digital art dreams come true.
开源项目
🔥 cloudflare / pingora - A library for building fast, reliable and evolvable network
GitHub热门项目 | A library for building fast, reliable and evolvable network services. | Stars: 27,151 | 15 stars today | 语言: Rust