nowfound

Alternatives

Products that do what SNMP Browser v3.5 does

Native Windows tool for SNMP monitoring and management

  1. 1
    Dash0 554

    Your OpenTelemetry native observability tool

    2024

  2. 2CO

    Hey HN! Mike & Warren here from HyperDX (now part of ClickHouse)! We’ve been building ClickStack, an open source observability stack that helps you collect, centralize, search/viz/alert on your telemetry (logs, metrics, traces) in just a few minutes - all powered by ClickHouse (Apache2) for storage, HyperDX (MIT) for visualization and OpenTelemetry (Apache2) for ingestion. You can check out the quick start for spinning things up in the repo here: https://github.com/hyperdxio/hyperdx ClickStack makes it really easy to instrument your application so you can go…

    2025 · github.com

  3. 3

    Modern SNMP v3 with Private AES-256 support for Windows.

    Feb 2026 · apps.microsoft.com

  4. 4CL

    Me with my friend Vitaly Ludvichenko made an experiment to combine ClickHouse server and client to make a self-contained program running a database engine and processing data without a server: https://github.com/ClickHouse/ClickHouse/pull/150 Development continued in the past 6 years, and now clickhouse-local becomes a swiss-army knife for data processing. Say "ffmpeg" for datasets and more. It can resemble textql, octosql, dsq, duckdb, trdsql, q, datafusion-cli, spyql, but has better capabilities and performance. Here is a tutorial:…

    2023 · clickhouse.com

  5. 5YD

    If you've built any web-based app in the last 15 years, you probably used something like Datadog, New Relic, Sentry, etc. to monitor and trace your app, right? Why should it be different when the app you're building happens to be using LLMs? So today we're open-sourcing OpenLLMetry-JS. It's an open protocol and SDK, based on OpenTelemetry, that provides traces and metrics for LLM JS/TS applications and can be connected to any of the 15+ tools that already support OpenTelemetry. Here's the repo: https://github.com/traceloop/openllmetry-js A few months ago we launched…

    2024 · github.com

  6. 6LO

    Hey HN, we’re Robert, Din and Temirlan from Laminar (https://www.lmnr.ai), an open-source observability and analytics platform for complex LLM apps. It’s designed to be fast, reliable, and scalable. The stack is RabbitMQ for message queues, Postgres for storage, Clickhouse for analytics, Qdrant for semantic search - all powered by Rust. How is Laminar different from the swarm of other “LLM observability” platforms? On the observability part, we’re focused on handling full execution traces, not just LLM calls. We built a Rust ingestor for OpenTelemetry (Otel) spans with GenAI…

    2024 · github.com

  7. 7
    Netfox95

    A native local macOS network monitor

    May 2026 · netfox.app

  8. 8

    Free SNMP MIB browser with 12,000+ MIBs and 1.6M OIDs. Search by MIB name, OID, or number, explore the MIB tree, and generate SNMP commands.

    24d ago · mib-viewer.com

  9. 9

    Trace LLM requests + costs with OpenTelemetry monitoring

    Oct 2025

  10. 10

    The native macOS file manager Finder should be

    13d ago · dockduck.app

  11. 11
    Proxee106

    Your localhost on your phone, synced.

    Jun 2026 · proxee.dev

  12. 12

    High performance secure & portable Rust functions in Node.js

    2020

  13. 13BR

    Check out this impressive project that enables running LLMs entirely in the browser using WebGPU. Key features: - Zero token costs, no cloud infrastructure required - Complete data privacy through local processing - Simple 3-line code integration - Built on MLC and Transformer.js The benchmarks show smaller models can effectively handle many common tasks. Currently the project roadmap includes: - No-code AI pipeline builder - Browser-based RAG for document chat - Analytics/logging - Model fine-tuning interface

    2025 · github.com

  14. 14
    Monika78

    Open source and free HTTP monitoring tool

    2022

  15. 15
    Netler107

    Tiny network monitor for menu bar & notification center 🖥📡

    2018

  16. 16

    Free network backup, SNMP monitoring & syslog for Windows

    Jul 2026 · emetsoft.site

  17. 17

    The best tab manager for organising your crowded browser.

    2019

  18. 18PA

    Hi HN - I’m the developer of PingStalker, a macOS utility I built to see what’s really happening on the LAN/WLAN. I live in the CLI, but when it came to discovery and monitoring, I found it limiting. So I built a GUI that brings my favorite tools together in one place. PingStalker started because I wanted to know if something on the network was scanning my machine. I also wanted quick access to core details—external IP, Wi-Fi data, and local topology. Then I wanted more: fast, reliable scans using ARP tables and ICMP. As a Wi-Fi engineer, I couldn’t stop there. I kept adding ways to…

    Nov 2025 · pingstalker.com

  19. 19

    Cloud management, reimagined.

    2019

  20. 20BS

    Hi HN, When working with BGP data, I kept running into the same friction: it’s easy to get raw data, but surprisingly hard to browse networks over time — especially by when they appeared, where they operate, and what they actually look like at a glance. I built a small tool, bgpscout.io, to scratch that itch. It lets you: Browse ASNs by registration date and geography See where a given network appears to have presence View commonly scattered public data about an ASN in one place Save searches to track when new networks matching certain criteria appear All of this data is public already; the…

    Jan 2026 · bgpscout.io

  21. 21FF

    Hi HN, I'm the creator of FFlags. I built this because I wanted a feature flagging system that gave me the performance and reliability of an enterprise-scale solution without the months of dev time or the vendor lock-in. The core ideas are: 1. Feature Flags as Code: You define your flag logic in TypeScript. This lets you write complex rules, which felt more natural as a developer myself than using a complex UI for logic. 2. Open Standard: The platform is built on the OpenFeature standard (specifically the Remote Evaluation Protocol). The goal is to avoid vendor lock-in and the usual…

    2025 · fflags.com

  22. 22MS

    Hey HN, Gal, Nir and Doron here. Over the past 2 years, we've helped teams debug everything from prompt issues to production outages. We kept running into the same problem: Jumping between our IDEs and our observability dashboards. So, we built an open-source MCP server that connects any OpenTelemetry backend (Grafana, Jaeger, Datadog, Dynatrace, Traceloop) to our dev environment using an MCP. While there are many MCP servers built for specific providers (like Datadog’s - https://docs.datadoghq.com/bits_ai/mcp_server), they’re closed source (so we can’t easily extend…

    Nov 2025 · github.com

  23. 23SW

    Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit awkward: - Enforces sessions even for basic usage - Requires user-triggered downloads - Lacks type safety or structured error handling So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges: github: https://github.com/kstonekuan/simple-chromium-ai npm: https://www.npmjs.com/package/simple-chromium-ai…

    2025 · github.com

  24. 24MP

    Hello HN, this is Sai and Kaushik from ClickHouse. Today we are launching a Postgres managed service that is natively integrated with ClickHouse. It is built together with Ubicloud (YC W24). TL;DR: NVMe-backed Postgres + built-in CDC into ClickHouse + pg_clickhouse so you can keep your app Postgres-first while running analytics in ClickHouse. Try it (private preview): https://clickhouse.com/cloud/postgres Blog w/ live demo: https://clickhouse.com/blog/postgres-managed-by-clickhouse Problem Across many fast-growing companies using Postgres,…

    Jan 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →