๐Ÿ› ๏ธ All DevTools

Showing 1–20 of 4263 tools

Last Updated
April 22, 2026 at 08:00 AM

[Other] A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

Found: April 22, 2026 ID: 4256

[CLI Tool] Show HN: gcx โ€“ The Official Grafana Cloud CLI Hi HN,<p>Weโ€™re excited to share gcx, a new CLI weโ€™ve been building for Grafana Cloud.<p>With the rise of agentic coding tools like Claude Code and Codex we&#x27;re building faster than ever, but these agents are often blind to whatโ€™s actually happening in production.<p>gcx brings the full power of Grafana Cloud observability to your terminal. Query production. Investigate alerts. Let the Assistant root-cause issues. Ship fixes with observability built in. Without leaving your editor. gcx also comes packaged with a skills bundle that allow agents to see and act on your production telemetry. You can ask an agent to root-cause a latency spike, and it can actually fetch the telemetry, analyze the spans, and suggest a fixโ€”all while having the full context of your codebase.<p>Do check it out and give us feedback!<p>Github link: <a href="https:&#x2F;&#x2F;github.com&#x2F;grafana&#x2F;gcx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;grafana&#x2F;gcx</a>

Found: April 22, 2026 ID: 4263

[Other] Show HN: Almanac MCP, turn Claude Code into a Deep Research agent I am Rohan, and I have grown really frustrated with CC&#x27;s search and read tools. They use Haiku to summarise all the search results, so it is really slow and often ends up being very lossy.<p>I built this MCP that you can install into your coding agents so they can actually access the web properly.<p>Right now it can:<p>- search the general web<p>- search Reddit<p>- read and scrape basically any webpage<p>Install it:<p>npx openalmanac setup<p>The MCP is completely free to use. We have also built a central store where you can contribute things you learned while exploring. If you find something useful, you can contribute it to the encyclopedia we&#x27;re building at Almanac using the same MCP.

Found: April 21, 2026 ID: 4261

[Other] Claude Code to be removed from Anthropic's Pro plan? <a href="https:&#x2F;&#x2F;x.com&#x2F;TheAmolAvasare&#x2F;status&#x2F;2046725498592722972" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;TheAmolAvasare&#x2F;status&#x2F;2046725498592722972</a><p><a href="https:&#x2F;&#x2F;xcancel.com&#x2F;TheAmolAvasare&#x2F;status&#x2F;2046725498592722972" rel="nofollow">https:&#x2F;&#x2F;xcancel.com&#x2F;TheAmolAvasare&#x2F;status&#x2F;204672549859272297...</a>

Found: April 21, 2026 ID: 4257

[Other] Zindex โ€“ Diagram Infrastructure for Agents

Found: April 21, 2026 ID: 4258

[Other] The Vercel breach: OAuth attack exposes risk in platform environment variables <i>Vercel April 2026 security incident</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47824463">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47824463</a> - April 2026 (485 comments)<p><i>A Roblox cheat and one AI tool brought down Vercel&#x27;s platform</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47844431">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47844431</a> - April 2026 (145 comments)

Found: April 21, 2026 ID: 4251

[Other] Show HN: Daemons โ€“ we pivoted from building agents to cleaning up after them For almost two years, we&#x27;ve been developing Charlie, a coding agent that is autonomous, cloud-based, and focused primarily on TypeScript development. During that time, the explosion in growth and development of LLMs and agents has surpassed even our initially very bullish prognosis. When we started Charlie, we were one of the only teams we knew fully relying on agents to build all of our code. We all know how that has gone โ€” the world has caught up, but working with agents hasn&#x27;t been all kittens and rainbows, especially for fast moving teams.<p>The one thing we&#x27;ve noticed over the last 3 months is that the more you use agents, the more work they create. Dozens of pull requests means older code gets out of date quickly. Documentation drifts. Dependencies become stale. Developers are so focused on pushing out new code that this crucial work falls through the cracks. That&#x27;s why we pivoted away from agents and invented what we think is the necessary next step for AI powered software development.<p>Today, we&#x27;re introducing Daemons: a new product category built for teams dealing with operational drag from agent-created output. Named after the familiar background processes from Linux, Daemons are added to your codebase by adding an .md file to your repo, and run in a set-it-and-forget-it way that will make your lives easier and accelerate any project. For teams that use Claude, Codex, Cursor, Cline, or any other agent, we think you&#x27;ll really enjoy what Daemons bring to the table.

Found: April 21, 2026 ID: 4253

[Other] CrabTrap: An LLM-as-a-judge HTTP proxy to secure agents in production <a href="https:&#x2F;&#x2F;www.brex.com&#x2F;journal&#x2F;building-crabtrap-open-source" rel="nofollow">https:&#x2F;&#x2F;www.brex.com&#x2F;journal&#x2F;building-crabtrap-open-source</a>

Found: April 21, 2026 ID: 4254

[API/SDK] Show HN: GoModel โ€“ an open-source AI gateway in Go; 44x lighter than LiteLLM Hi, Iโ€™m Jakub, a solo founder based in Warsaw.<p>Iโ€™ve been building GoModel since December with a couple of contributors. It&#x27;s an open-source AI gateway that sits between your app and model providers like OpenAI, Anthropic or others.<p>I built it for my startup to solve a few problems:<p><pre><code> - track AI usage and cost per client or team - switch models without changing app code - debug request flows more easily - reduce AI spendings with exact and semantic caching </code></pre> How is it different?<p><pre><code> - ~17MB docker image - LiteLLM&#x27;s image is more than 44x bigger (&quot;docker.litellm.ai&#x2F;berriai&#x2F;litellm:latest&quot; ~ 746 MB on amd64) - request workflow is visible and easy to inspect - config is environment-variable-first by default </code></pre> I&#x27;m posting now partly because of the recent LiteLLM supply-chain attack. Their team handled it impressively well, but some people are looking at alternatives anyway, and GoModel is one.<p>Website: <a href="https:&#x2F;&#x2F;gomodel.enterpilot.io" rel="nofollow">https:&#x2F;&#x2F;gomodel.enterpilot.io</a><p>Any feedback is appreciated.

Found: April 21, 2026 ID: 4248

HKUDS/RAG-Anything

GitHub Trending

[Other] "RAG-Anything: All-in-One RAG Framework"

Found: April 21, 2026 ID: 4245

[Other] Code search MCP for Claude Code. Make entire codebase the context for any coding agent.

Found: April 21, 2026 ID: 4244

[Other] Show HN: VidStudio, a browser based video editor that doesn't upload your files Hi HN, I built VidStudio, a privacy focused video editor that runs in the browser. I tried to keep it as frictionless as possible, so there are no accounts and no uploads. Everything is persisted on your machine.<p>Some of the features: multi-track timeline, frame accurate seek, MP4 export, audio, video, image, and text tracks, and a WebGL backed canvas where available. It also works on mobile.<p>Under the hood, WebCodecs handles frame decode for timeline playback and scrubbing, which is what makes seeking responsive since decode runs on the hardware decoder when the browser supports it. FFmpeg compiled to WebAssembly handles final encode, format conversion, and anything WebCodecs does not cover. Rendering goes through Pixi.js on a WebGL canvas, with a software fallback when WebGL is not available. Projects live in IndexedDB and the heavy work runs in Web Workers so the UI stays responsive during exports.<p>Happy to answer technical questions about the tradeoffs involved in keeping the whole pipeline client-side. Any feedback welcome.<p>Link: <a href="https:&#x2F;&#x2F;vidstudio.app&#x2F;video-editor" rel="nofollow">https:&#x2F;&#x2F;vidstudio.app&#x2F;video-editor</a>

Found: April 21, 2026 ID: 4259

[Database] A type-safe, realtime collaborative Graph Database in a CRDT

Found: April 21, 2026 ID: 4246

[Other] Anthropic says OpenClaw-style Claude CLI usage is allowed again

Found: April 21, 2026 ID: 4252

[Other] Show HN: Palmier โ€“ bridge your AI agents and your phone Hi HN โ€” I built Palmier.<p>Palmier bridges your AI agents and your phone.<p>It does two things:<p>1. It lets you use your phone to directly control AI agents running on your computer, from anywhere.<p>2. It gives your AI agents access to your phone, wherever you are โ€” including things like push notifications, SMS, calendar, contacts, sending email, creating calendar events, location, and more.<p>A few details:<p>* Supports 15+ agent CLIs<p>* Supports Linux, Windows, and macOS<p>* What runs on your computer and your phone is fully open source<p>* Works out of the box โ€” no need to set up GCP or API keys just to let agents use phone capabilities<p>* Your phone can act as an agent remote: start tasks, check progress, review results, and respond to requests while away from your desk<p>* Your phone can also act as an agent tool: agents can reach into phone capabilities directly when needed<p>* Optional MCP server: if you want, Palmier exposes an MCP endpoint so your agent can access phone capabilities as native MCP tools. This is optional โ€” you can also use Palmier directly from the phone app&#x2F;PWA, with those capabilities already built in<p>* Still in alpha stage, with bugs. Opinions and bug reports very welcome<p>The basic idea is that AI agents become much more useful if they can both:<p>* interact with the device you actually carry around all day<p>* be controlled when you are away from your computer<p>Palmier is my attempt at that bridge.<p>It already works with agent CLIs like Claude Code, Gemini CLI, Codex CLI, Cursor CLI, OpenClaw, and others. You can run tasks on demand, on a schedule, or in response to events.<p>Would especially love feedback on:<p>* whether this feels genuinely useful<p>* which phone capabilities are most valuable<p>* which agent CLIs I should support next<p>* what feels broken, awkward, or confusing<p>Site: <a href="https:&#x2F;&#x2F;www.palmier.me" rel="nofollow">https:&#x2F;&#x2F;www.palmier.me</a><p>Github:<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;caihongxu&#x2F;palmier" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caihongxu&#x2F;palmier</a><p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;caihongxu&#x2F;palmier-android" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caihongxu&#x2F;palmier-android</a><p>Happy to answer questions.

Found: April 21, 2026 ID: 4249

[Other] How to make a fast dynamic language interpreter

Found: April 21, 2026 ID: 4242

[Other] Show HN: MCPfinder โ€“ An MCP server that finds and installs other MCP servers Iโ€™ve been building and using agents heavily lately. The Model Context Protocol ecosystem is growing insanely fast, but discovering and configuring new tools is still highly manual. Every time I needed to connect an agent to a new service, I had to browse registries, figure out the transport type, identify required env vars, and manually update &quot;mcp.json&quot; files.<p>So I built MCPfinder. It aggregates servers from the official MCP registry, Glama, and Smithery (around 25,000 combined entries) into a deduplicated, ranked catalog.<p>But the real twist is the DX: MCPfinder is itself an MCP server :D<p>You only install it once as your &quot;base capability&quot; via standard stdio: npx -y @mcpfinder&#x2F;server<p>From then on, when you tell your AI, &quot;I need to query my PostgreSQL database,&quot; the magic happens autonomously.<p>It&#x27;s completely free, AGPL-3.0 licensed, and built purely to optimize AI-tool surface discovery.<p>I&#x27;d love to hear your thoughts, feedback, or edge cases where JSON generation for specific platforms is acting up.

Found: April 20, 2026 ID: 4243

[DevOps] Show HN: Holos โ€“ QEMU/KVM with a compose-style YAML, GPUs and health checks I got tired of libvirt XML and Vagrant&#x27;s Ruby&#x2F;reload dance for single-host VM stacks, so I built a compose-style runtime directly on QEMU&#x2F;KVM.<p>What&#x27;s there: GPU passthrough as a first-class primitive (VFIO, OVMF, per-instance EFI vars), healthchecks that gate depends_on over SSH, socket-multicast L2 between VMs with no root and no bridge config, cloud-init wired through the YAML, Dockerfile support for provisioning.<p>What it&#x27;s not: Kubernetes. No clustering, no live migration, no control plane. Single host. Prototype, but I&#x27;m running it on real hardware. Curious what breaks for people.

Found: April 20, 2026 ID: 4239

deepseek-ai/DeepGEMM

GitHub Trending

[Other] DeepGEMM: clean and efficient FP8 GEMM kernels with fine-grained scaling

Found: April 20, 2026 ID: 4235

[DevOps] Show HN: Git Push No-Mistakes no-mistakes is how I kill AI slop. It puts a local git proxy in front of my real remote. I push to no-mistakes instead of origin, and it spins up a disposable worktree, runs my coding agent as a validation pipeline, forwards upstream only after every check passes, opens a clean PR automatically, and babysits CI pipeline for me.

Found: April 20, 2026 ID: 4240
Previous Page 1 of 214 Next