🛠️ All DevTools

Showing 2441–2460 of 2554 tools

Last Updated
December 04, 2025 at 12:00 AM

[Other] Send BTC from cold storage with total peace of mind. A 100% client-side tool for the online parts of an air-gapped Bitcoin (BTC) transaction workflow. Fetch UTXOs & broadcast signed transactions without exposing your private keys to an online machine. Built with the same "paranoid" mindset for maximum security.

Found: July 05, 2025 ID: 123

Skedbit

Product Hunt

[Other] Cron scheduler for devs | smart retries & extended timeouts Built for developers: schedule webhooks, run background jobs, and automate HTTP requests with smart retries, long timeouts, and real-time logs. No bloat, just reliable cron scheduling.

Found: July 05, 2025 ID: 124

[Other] Track your expenses with a local-first C# finance app. Full-source Blazor finance app for devs who want control. Track expenses offline withNET + SQLite, modular architecture, and full C# code included. No cloud, no lock-in. Build on it, learn from it, or launch your own tool. 💻💸

Found: July 05, 2025 ID: 125

DevTutor

Product Hunt

[Other] Design and code resources to learn Swift, SwiftUI DevTutor helps developers build beautiful SwiftUI apps with ease. It offers copyable code examples and live UI previews to help you quickly understand and apply each component.

Found: July 05, 2025 ID: 126

[Other] Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly) Got tired of every MCP example being overly verbose, or needing Docker or Mac-only scripts, so I threw together MCP-123. Point it at a tools.py, run `server.run_server(...)`, and the client auto-discovers/calls functions with OpenAI. I hope this is useful to you all.

Found: July 05, 2025 ID: 119

[Database] Show HN: Tinykv – Minimal file-backed key-value store for Rust I built tinykv because I kept reaching for simple persistent storage in Rust projects but found existing solutions either too complex (sled) or unmaintained (pickledb).<p>tinykv focuses on simplicity: JSON-based, serde-powered, with optional TTL. Perfect for CLI tools, game saves, config storage.<p>Would appreciate any feedback from the HN community!

Found: July 04, 2025 ID: 106

dockur/macos

GitHub Trending

[DevOps] macOS inside a Docker container.

Found: July 04, 2025 ID: 101

[Other] Show HN: Ncrypt – Query encrypted files privately with FHE Hey HN,<p>We&#x27;re building ncrypt, an open-source encrypted file manager that allows you to store, manage, and privately query your files using fully homomorphic encryption (FHE). This project originally started as a simple SFTP-like CLI for my personal S3 buckets which I used to send and retrieve encrypted files and have more granular control over key rotation.<p>As the number of files that I was storing grew, file discovery started to become a problem, and I found myself frequently having to download and decrypt files to inspect their contents. Rather than leaving them unencrypted in S3 and therefore easier to search, I started looking into the concept of searching over encrypted data using fully homomorphic encryption. This led me to Zama&#x27;s concrete-python library (<a href="https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete">https:&#x2F;&#x2F;github.com&#x2F;zama-ai&#x2F;concrete</a>), which provides a simple Python interface for performing FHE operations.<p>FHE is notoriously slow, so rather than trying to search over entire files I focused on a more tractable problem, indexing and searching over file metadata (summaries, keywords, embeddings, etc) which was small enough to make search practical. While still not fast compared to traditional file management tools, ncrypts search performance is decent if you keep directory sizes relatively small (under 25 files), and most of the heavy lifting happens during metadata extraction, not at search time.<p>The two types of encrypted queries we currently support are keyword search and cosine similarity search over vector embeddings, which are generated using user-specified huggingface models. Ncrypt currently supports metadata extraction for text, image, and audio files. Check out our code and give it a try at <a href="https:&#x2F;&#x2F;github.com&#x2F;ncryptai&#x2F;ncrypt">https:&#x2F;&#x2F;github.com&#x2F;ncryptai&#x2F;ncrypt</a>.<p>We love feedback!

Found: July 04, 2025 ID: 107

argoproj/argo-rollouts

GitHub Trending

[DevOps] Progressive Delivery for Kubernetes

Found: July 04, 2025 ID: 93

drawdb-io/drawdb

GitHub Trending

[Other] Free, simple, and intuitive online database diagram editor and SQL generator.

Found: July 04, 2025 ID: 92

[Monitoring/Observability] Show HN: Kuvasz – an open-source uptime and SSL monitoring service A few months ago I took out my side project - an uptime &amp; SSL monitoring service - from the drawer. I&#x27;ve decided to give it a new life and completely overhauled it, added a lot of new feature, and most importantly, a UI.<p>Highlights<p>- configurable uptime &amp; SSL monitoring<p>- Telegram, Slack, PagerDuty &amp; E-mail notifications (more to come!)<p>- fully-fledged REST API<p>- a responsive, modern &amp; fast UI<p>- monitors are optionally configurable via a single YAML file, or you can choose to use either the UI or the API to maintain them<p>- Cloud-native, distributed as amd64 and arm64 images<p>- Only one dependency: a PostgreSQL database to connect to<p>- Extensive examples in the docs<p>- stable memory usage (max ~360MB) &amp; great performance<p>It&#x27;s written in Kotlin, under the hood it uses Micronaut with Netty, jOOQ, and PostgreSQL, and the server-side-rendered UI is built with kotlinx.html, Alpine.js, and htmx.<p>It&#x27;s called Kuvasz (pronounce as [ˈkuvɒs]), and you can find the repository here: <a href="https:&#x2F;&#x2F;github.com&#x2F;kuvasz-uptime&#x2F;kuvasz">https:&#x2F;&#x2F;github.com&#x2F;kuvasz-uptime&#x2F;kuvasz</a><p>And the website with the extensive documentation here: <a href="https:&#x2F;&#x2F;kuvasz-uptime.dev" rel="nofollow">https:&#x2F;&#x2F;kuvasz-uptime.dev</a>

Found: July 04, 2025 ID: 97

[Other] Show HN: BunkerWeb – the open-source and cloud-native WAF

Found: July 04, 2025 ID: 94

[Other] Show HN: Fast Thermodynamic Calculations in Python I built gaspype, a Python library for fast thermodynamic calculations, like equilibrium reactions. It&#x27;s lightweight, written in typed Python&#x2F;Numpy, and comes with a large species database.<p>Gaspype operates on multidimensional arrays for composition, temperature and pressure. It is designed for a flat learning curve and compact syntax for pocket calculator-like use in Jupyter Notebooks, as well as high performance for integration in large physical models. One central goal is the portability to GPU frameworks like JAX or PyTorch for performance as well as direct integrability in ML pipelines.<p>Checkout the examples, I&#x27;d love to hear you feedback, use cases, or feature ideas.<p>Repo is located here: <a href="https:&#x2F;&#x2F;github.com&#x2F;DLR-Institute-of-Future-Fuels&#x2F;gaspype">https:&#x2F;&#x2F;github.com&#x2F;DLR-Institute-of-Future-Fuels&#x2F;gaspype</a>

Found: July 04, 2025 ID: 96

[Other] Collection of developer cheatsheets A curated collection of cheatsheets covering Web Development, DSA, DBMS, Git, and System Design etc. Perfect for quick reference, learning, and interview prep — all in one open-source place. Download as PDF/image. Clean, simple, powerful.

Found: July 04, 2025 ID: 99

Moose Tabs

Product Hunt

[Other] A tree-style tab manager for Chrome Visualize tab hierarchy in a tree view sidebar. Organize tabs by opener relationships with drag-and-drop, search, and grouping.

Found: July 04, 2025 ID: 100

Scrapeless x n8n

Product Hunt

[Other] Seamless n8n workflows: search, unlock, scrape, and crawl Scrapeless integrates seamlessly with n8n to power your workflows—search Google, unlock JavaScript-rendered sites, scrape data from single pages, or crawl entire websites. Build end-to-end automation for web data in minutes, no code required

Found: July 04, 2025 ID: 102

d4t4.app

Product Hunt

[Database] Natural language → SQL. Instantly. The schema-aware AI MySQL Client that lets you talk to your data. Write queries in plain English, get smart SQL + instant charts. Privacy-first. Built for devs, analysts, and teams.

Found: July 04, 2025 ID: 103

[Other] Addition, subtraction, multiplication & division Free hex calculator for quick hexadecimal conversions. Accurate and user-friendly tool for developers and students. Try now!

Found: July 04, 2025 ID: 104

[Other] 500 AI Machine learning Deep learning Computer vision NLP Projects with code

Found: July 04, 2025 ID: 78

MotiaDev/motia

GitHub Trending

[API/SDK] Unified Backend Framework for APIs, Events, and AI Agents

Found: July 04, 2025 ID: 77
Previous Page 123 of 128 Next