🛠️ All DevTools
Showing 2081–2100 of 2551 tools
Last Updated
December 03, 2025 at 12:00 PM
Sjj1024/PakePlus
GitHub Trending[Other] Turn any webpage/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes. 轻松将任意网站/Vue/React等项目构建为轻量级(小于5M)多端桌面应用和手机应用仅需几分钟.https://ppofficial.netlify.app
zephyrproject-rtos/zephyr
GitHub Trending[Other] Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
moby/moby
GitHub Trending[DevOps] The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
[Other] Show HN: Tool to discover bloggers, trending blog topics, and weekly summaries
One-Click GLB/GLTF Compressor Tool
Product Hunt[Other] Compress 3D files in seconds. No quality loss. Speed up your 3D experiences with our online GLB/GLTF compressor. Reduce file size without losing quality — perfect for AR, Web, eCommerce, and developers. Free, fast, and super easy to use. Try it now in 1 click!
DevTag
Product Hunt[Other] Linktree for devs | dev bio | portfolio devs DevTag is the best Linktree alternative for developers. Create your personalized bio, online portfolio, and link hub made for programmers. Showcase your GitHub, LinkedIn, and projects on a single professional page.
Augments
Product Hunt[Other] Supercharge Claude Code with Framework Context Transform your Claude Code experience with Augments MCP Server. Get intelligent, context-aware code generation for 90+ frameworks including React, Next.js, Tailwind CSS, Laravel, FastAPI, and more with real-time documentation access.
Jira QA Testing App | Test Management
Product Hunt[Testing] Seamless QA. Smarter Testing. Powered by Jira Simplify your QA testing workflow with AIOTest's comprehensive Jira app. Manage test cases, execute tests, and track bugs efficiently.
Giti
Product Hunt[CLI Tool] CLI for Natural language Git commands using a local LLM Giti turns natural language into Git commands using a local LLM (Qwen2.5-Coder, ~1GB). No internet or API keys needed. Works offline, supports dry-run, interactive shell, and custom context files for project-specific Git workflows
FindPartner.App
Product Hunt[Other] I am building a platform to find cofounders The simple way for people with ideas can get in touch with investors, co-founders or business partners.
Qwen3-Coder
Product Hunt[CLI Tool] A powerful open model for agentic coding tasks Qwen3-Coder is a new 480B MoE open model (35B active) by the Qwen team, built for agentic coding. It achieves SOTA results on benchmarks like SWE-bench, supports up to 1M context, and comes with an open-source CLI tool, Qwen Code.
Toney v2
Product Hunt[CLI Tool] Toney is a fast, lightweight, terminal-based note-taking app Toney is a fast, lightweight, terminal-based note-taking app for the modern developer. Built with Bubbletea, Toney brings a sleek TUI interface with markdown rendering, file navigation, and native Neovim editing – all in your terminal.
Chainstack Unlimited Node
Product Hunt[Other] Scalable blockchain APIs with a flat monthly fee Forget unpredictable usage-based costs for your blockchain APIs. Choose a flat-fee plan on Chainstack Unlimited Node and run hassle-free on globally distributed, ultra-reliable, load-balanced RPC infrastructure with 99.99%+ uptime for projects of any size.
OutlineForge
Product Hunt[Other] Turn Your Blog Ideas Into Structured, Outlines in Instant. OutlineForge Pro is a downloadable desktop tool that turns your blog ideas into structured, SEO-ready outlines — with zero subscriptions, zero cloud, and total control.
CAMARA: Open-source API for telecom and 5G networks
Hacker News (score: 11)[API/SDK] CAMARA: Open-source API for telecom and 5G networks
p1ngul1n0/blackbird
GitHub Trending[Other] An OSINT tool to search for accounts by username and email in social networks.
Show HN: Any-LLM – Lightweight router to access any LLM Provider
Hacker News (score: 52)[Other] Show HN: Any-LLM – Lightweight router to access any LLM Provider We built any-llm because we needed a lightweight router for LLM providers with minimal overhead. Switching between models is just a string change : update "openai/gpt-4" to "anthropic/claude-3" and you're done.<p>It uses official provider SDKs when available, which helps since providers handle their own compatibility updates. No proxy or gateway service needed either, so getting started is pretty straightforward - just pip install and import.<p>Currently supports 20+ providers including OpenAI, Anthropic, Google, Mistral, and AWS Bedrock. Would love to hear what you think!
[Other] Show HN: Go Command-streaming lib for distributed systems (3x faster than gRPC) I created cmd-stream-go, a high-performance client-server library based on the Command Pattern, where Commands are first-class citizens.<p>Why build around Commands? As serializable objects, they can be sent over the network and persisted. They also provide a clean way to model distributed transactions through composition, and naturally support features like Undo and Redo. These qualities make them a great fit for implementing consistency patterns like Saga in distributed systems.<p>On the performance side, sending a Command involves minimal overhead — only its type and data need to be transmitted. In benchmarks focused on raw throughput (measured using 1, 2, 4, 8, and 16 clients in a simple request/response scenario), <i>cmd-stream/MUS</i> (<i>cmd-stream/Protobuf</i>) is about 3x (2.8x) faster than <i>gRPC/Protobuf</i>, where <i>MUS</i> is a serialization format optimized for low byte usage. This kind of speedup can make a real difference in high-throughput systems or when you're trying to squeeze more out of limited resources.<p>By putting Commands at the transport layer, cmd-stream-go avoids the extra complexity of layering Command logic on top of generic RPC or REST.<p>The trade-offs: it’s currently Go-only and maintained by a single developer.<p>If you’re curious to explore more, you can check out the cmd-stream-go repository (<a href="https://github.com/cmd-stream/cmd-stream-go">https://github.com/cmd-stream/cmd-stream-go</a>), see performance benchmarks (<a href="https://github.com/ymz-ncnk/go-client-server-benchmarks">https://github.com/ymz-ncnk/go-client-server-benchmarks</a>), or read the series of posts on Command Pattern and how it can be applied over the network (<a href="https://medium.com/p/f9e53442c85d" rel="nofollow">https://medium.com/p/f9e53442c85d</a>).<p>I’d love to hear your thoughts — especially where you think this model could shine, any production concerns, similar patterns or tools you’ve seen in practice.<p>Feel free to reach me as <i>ymz-ncnk</i> on the Gophers Slack or follow <a href="https://x.com/cmdstream_lib" rel="nofollow">https://x.com/cmdstream_lib</a> for project updates.
Show HN: Giti – Natural Language to Git Commands with Local LLM
Show HN (score: 5)[CLI Tool] Show HN: Giti – Natural Language to Git Commands with Local LLM Hi HN,<p>I built Giti, a command-line tool that converts plain English into actual Git commands using a fast, local language model (Qwen2.5-Coder, ~1 GB).<p>Example:<p>Input: giti "undo last commit"<p>Output: git reset --soft HEAD~1<p>No internet required after setup. No API keys. You can also run it in an interactive shell to chain commands naturally.<p>Key features: - Natural language to Git translation - Local LLM powered by Qwen2.5-Coder in GGUF format - Works fully offline after model download - Dry-run mode to preview commands before running - Interactive shell mode for session-based workflows - Context file support to teach Giti your custom Git habits<p>Quick install: - Clone the repo - Install llama-cpp-python - Add giti to your PATH - Download the 1GB model from HuggingFace - Run giti "your query."<p>You can also enhance its accuracy using context files in a simple Q&A format like:<p>USER: How to start new feature? BOT: git checkout main && git pull && git checkout -b feature/<name><p>This lets Giti learn your workflow and generate project-specific Git commands.<p>Thanks for checking it out.
Show HN: Dyad – build AI apps locally, no cloud
Show HN (score: 5)[Other] Show HN: Dyad – build AI apps locally, no cloud