Alternatives
Products that do what stop-nagging A CLI tool to silence upgrade nags and telemetry in tools does
Stop-nagging is a Rust CLI tool I built to automatically silence those annoying upgrade prompts, telemetry, and advertising nags that plague our development tools. It works by setting environment variables and running configuration commands without modifying source code. * Fast, zero-config Rust binary * Linux, Windows and macOS compatible * Uses YAML for easy contribution of new tools * Never fails (exits 0) to avoid breaking CI pipelines * Respects existing environment variables * Works across multiple ecosystems (Node.js, Python, Rust, etc.) The tool is designed to be simple - run it once…
- 1RS
2021 · github.com
- 2

- 3

- 4DO
I kept seeing every npm/pnpm/yarn/bun/uv supply chain post end with the same advice (set a minimum release age, turn off install scripts), and while I know cooldowns are "controversial", they do work. But even if you convince people that they should set cooldowns, it seems many don't end up following through, not sure why, maybe because it means hand-editing five config files in five formats with five different time units, or perhaps the "it won't happen to me" syndrome (or "I'll do it later, it seems complicated" where it's actually very simple). So I created a tool that…
Jun 2026 · github.com
- 5AF
2016 · github.com
- 6NA
2020 · github.com
- 7RL
May 2026 · github.com
- 8HL
2019 · github.com
- 9
LocalForge▲11The last line of defence before your code hits git history
Jun 2026 · local-forge-web.vercel.app
- 10RA
I built `rustormy`, a minimal terminal tool to check the weather with ASCII art and ANSI colors. Features: - Current conditions (temp, wind, humidity, pressure, precipitation) - ASCII icons + color output - Input by city or lat/long - Metric/imperial units, JSON output, multi-lang (EN, RU, ES) - Live mode with auto-refresh - Works out-of-the-box with Open-Meteo (no API key), also supports OpenWeatherMap Install via `cargo install rustormy` or grab a prebuilt binary from releases page Repo: https://github.com/Tairesh/rustormy Would love feedback, feature ideas,…
2025 · github.com
- 11NA
Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building…
Jun 2026 · github.com
- 12TA
2018 · github.com
- 13IM
2021 · github.com
- 14RR
I built rapid-rs to eliminate the hours of boilerplate when starting a new Rust web service. One command gets you: - Auto-configured DB, logging, CORS - OpenAPI/Swagger UI at /docs - Request validation - Production-ready observability Built on Axum. Early benchmarks show ~50K req/s with 10-20MB RAM. This is v0.1 - feedback welcome! Crates: https://crates.io/crates/rapid-rs
Nov 2025 · crates.io
- 15AC
Hey everyone! I've been working on something called Afterburner: a fast, embeddable JS/TS runtime written in Rust, with a capability sandbox baked right in. Scripts run locked down by default: no network, no filesystem, no environment variables. You explicitly grant whatever access a script actually needs, and every call gets hard caps on CPU, memory, and time. The goal isn't to replace your existing stack. It's to fit cleanly into it: Embed a JS/TS engine in your Rust app with a single crate. Run user scripts, plugins, business rules, or edge logic, each call fully sandboxed. Wrap…
Jun 2026 · github.com
- 16JU
Author here. Got tired of checking Upwork, NoFluffJobs, eFinancialCareers, LinkedIn and HN threads separately, so I built a CLI that scrapes them into a local SQLite DB and lets me browse everything in one web UI with filters and semantic search. Details: - Scraping via real browser over CDP (your own logged-in session, no API keys) - Embeddings run locally (nomic-embed-text via fastembed), stored in Lance - Rust backend, SolidJS frontend embedded in binary, single static executable Works for my use case (Europe-based contractor). It's my first rust project, decided to do local CLI, it's…
Jul 2026 · github.com
- 17RD
Jan 2026 · github.com
- 18

- 19BG
We originally set out to solve complex debugging headaches and useless alerts caused by traditional security scanners in our own projects. Static Analysis (SAST) flagged too much noise because it couldn't verify runtime context, while Dynamic Analysis (DAST) missed internal logic bugs because it treated the app like a black box. We built a CLI tool to bridge this gap using grey box testing from a red team approach. We use internal knowledge of the codebase to guide parallel execution, allowing us to find complex or hidden logic errors and attack paths standard linters/scanners miss. The…
Dec 2025 · bloodhoundsecurity.ca
- 20SU
2019 · github.com
- 21AS
Hi, this is my first npm package that is getting a couple of hundreds downloads. It's a super simple CLI time tracker, mostly suitable for 9 to 5 jobs I hope you check it out and tell me what you think. Demo and etc. https://github.com/omidfi/moro
2017
- 22LR
2024 · docs.rs
- 23SS
Hi HN! I've been building a project that handles high-value credentials in-process, and I wanted something more robust than just zeroing memory on drop. A comment on a recent Show HN[0] made me realize that awareness of lower-level memory protection techniques might not be as widespread as I thought. The idea here is to pull out all the tools in one crate, with a relatively simple API. * mlock/VirtualLock to prevent sensitive memory from being swapped (eg the KeePass dump) * Core dump exclusion using MADV_DONTDUMP on Linux & Android * mprotect to minimize exposure over time * Guard…
Mar 2026 · github.com
- 24TF
2020 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →