nowfound

Alternatives

Products that do what Beacon CLI for self-hosted monitoring, remote access and deployments does

I've been building a cli for my homelab/self-hosted setup. The original motivation was getting tired of stitching together deployments, monitoring, remote SSH access and random scripts. It’s a open source CLI, all-in-one tool for monitoring, secure remote accces (tunnel and terminal), log forwarding, automated deployments. No exposed ports, or endpoint, everything is configurable how the user wants it. One use case that multiple friends are interested in is replacing HomeAssistant’s Nabu Casa subscription with tunneling through BeaconInfra. The cloud/control-plane part…

  1. 1AC
  2. 2RA

    Beacon is an open source CLI agent that can monitor device stats and running applications, automate deployments, forward application logs, allow remote terminal access, or remote access to locally hosted applications through forwarding on web socket tunnels.

    Apr 2026 · github.com

  3. 3

    Automate self-hosting of commercial open source products

    2023

  4. 4
    Deposure185

    Launch your APIs live effortlessly

    2025

  5. 5KG

    Hi Hacker News! Shahar and Tal from Keep here. A few months ago, we introduced here at HN (https://news.ycombinator.com/item?id=34806482) Keep as an “open source alerting CLI” and got some interesting feedback - mainly around UI, automation, and supporting more tools. We were VERY early back then, and we understood that although the current DX around creating alerts is not great, it's not that critical and developers don’t need another tool just for that. But we did find something else. While talking to developers and devops, we found that a lot of companies use many tools…

    2023 · github.com

  6. 6CT

    I've been exploring the self-hosting world for some time now, and I wanted to simplify things with one command and avoid having to jump through hoops to make my application self-hostable. I thought many of these could be automated, so I'm automating everything related to self-hosting, one after the other. Please check the roadmap for what I have in mind. I'm open to anyone who wants to contribute and give feedback.

    2025 · kagehq.com

  7. 7IV

    ohai! I've released Lightwhale 3, which is possibly the easiest way to self-host Docker containers. It's a free, immutable Linux system purpose-built to live-boot straight into a working Docker Engine, thereby shortcutting the need for installation, configuration, and maintenance. Its simple design makes it easy to learn, and its low memory footprint should make it especially attractive during these times of RAMageddon. If this has piqued your interest, do check it out, along with its easy-to-follow Getting Started guide. In any event, have a nice day! =)

    Apr 2026 · lightwhale.asklandd.dk

  8. 8HA
  9. 9
    Pingy CLI140

    The simple frontend build tool. No config. No plugins

    2017

  10. 10

    Seven years in the making (I admit that I did get a kid at some point which slowed down progress and brought it to a halt quite a few times), I decided to finaly release it, with a rather drastic change to the now (I believe) generous licensing model. Unlike current major players in this field, I decided to go with uncrippled, free version for commercial use for corps with up to 1M USD ARR. I poured my heart and soul into this, not because I was looking for financial success, but because I felt it just had to be done, given the price hikes wherever you look today. While my wife and kid were…

    12d ago · fdeploy.com

  11. 11IB

    Hey HN! I'm excited to share Statusnook - a status page and monitoring tool. I built Statusnook for my own projects, but I soon began incorporating bits of feedback from friends & colleagues. My goal was to create a tool with a solid essential feature set, and to make it easy to self-host. I welcome any feedback or suggestions.

    2024 · github.com

  12. 12

    Add real-time sync to your platform, in minutes.

    2020

  13. 13TO

    Hey HN – We’re Danny and Ethan from Telophase (https://telophase.dev). We’re building automation to isolate cloud environments by tenant or team. You can think of us as an Open-Source AWS Control Tower[1]. Our CLI is a drop-in tool to manage multi-account AWS setups. To start, we support AWS Account Factory and landing zones defined in AWS CDK. We plan to support multi-project GCP and multi-subscription Azure setups soon! Features: 1. Manage accounts in code. 2. Provision accounts and their infrastructure with a single command, `telophase deploy`. 3. Deploy to a subset of accounts…

    2023 · github.com

  14. 14
    Keep108

    Alerting, by developers, for developers

    2023

  15. 15

    Self-hosting for everyone

    2021

  16. 16KO

    Hi Hacker News! Shahar and Tal from Keep here. We're thrilled to announce that we're open-sourcing our alerting CLI tool, Keep (https://github.com/keephq/keep). Designed by developers for developers, Keep streamlines and simplifies alerting, making it a first-class citizen within the development process. Think of Keep as Prometheus Alertmanager but for all observability tools, with a simple and intuitive (GitHub actions-like) syntax. We believe that alerting has historically been neglected in existing monitoring platforms, leading to subpar alerting practices. With Keep,…

    2023 · github.com

  17. 17SO

    Hey HN, I wanted to share something I’ve been working on. My startup previously built B2B SaaS, and large enterprises sometimes wanted to self-host it for data residency reasons - but this was a nightmare to build and support. I chatted to other builders/founders and it seems this pain is pretty common. But people tolerate it because the biggest customers often require self-hosting. So we’ve built and open-sourced Shepherd to make it easier to manage these self-hosted deployments. It’s MIT licensed, and provides: 1 - Simplified deployment with a UI to create and manage Helm charts, for…

    2025 · trustshepherd.com

  18. 18IB

    Hi HN, I wanted to give my family, who are scattered all over the world, a simple and private way to connect. The commercial options didn't quite fit, and the open-source tools I found were a bit too barebones and not friendly enough for non-technical users. My main goal was to build something completely self-service. I wanted my family to be able to manage their own devices without my help, so I could set it up once and then stay out of it. This led me to build LeiaGuard, a self-hostable UI for WireGuard built with Next.js. To make it truly easy for everyone, the interface is available in…

    2025 · github.com

  19. 19HS
  20. 20DC
  21. 21GF

    I've been a big fan of fly.io with it’s devx, but cold starts and pricing have been a consistent problem. Even for side projects it's painful if they take 30s to load, it just kills the whole experience. With coding agents becoming good, there were a lot more things I started building, and I just wanted to run all of those things! GCI was built to solve this. It’s just a CLI, just uses ssh to interact with your target machine, and relies on docker swarm to get your services running (docker swarm is IMO underrated, providing benefits even with a single node). It can deploy on any machine that…

    Mar 2026 · github.com

  22. 22GS

    Hello all! I built Glintlog because I wanted a simple way to aggregate logs without spinning up Elasticsearch, Loki, or a SaaS that costs my kidney… What it is: A self-hosted log aggregation tool that runs as a single binary. No Docker, no dependencies, no config files required. How it works: ``` curl -fsSL https://raw.githubusercontent.com/ibero-data/glintlog/main/s... | bash ``` That's it. Open localhost:8080 and you have a log viewer with search, filtering, and live tail. Tech: - Go backend with embedded DuckDB for storage - Native OTLP support (gRPC on 4317,…

    Feb 2026 · glintlog.com

  23. 23RT

    rx is a lightweight CLI and runtime that lets you deploy any function instantly as you save it in your editor. It’s fast, simple, and takes care of setting up all your cloud infrastructure. The best dev experience with everything you need built-in: - auth - permissions - payments - secrets - storage - logs - email & SMS - and way more Related beta launch tweet: https://x.com/KhalidZoabi/status/1777673531972608249 Wanted to show it to you guys, gauge interest, and get some feedback. There's a large roadmap of upcoming stuff. Feel free to DM me on X for more information!

    2024 · rx.run

  24. 24AS

    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

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