nowfound

Alternatives

Products that do what Extctl, a super simple systemd-sysext wrapper does

Super-simple systemd-sysext wrapper. Contribute to OperatorProject/extctl development by creating an account on GitHub.

  1. 1
    EXT187

    An easy way to build cross-platform desktop software.

    2024

  2. 2

    Boost your Git workflows, wherever you code

    2024

  3. 3

    Recreate your favorite developer tools from scratch

    2023

  4. 4
    GitLab226

    Open source alternative to GitHub

    2015

  5. 5

    A cross-platform 2D game engine with its own programming language and IDE. - ArcadeMakerSources/ArcadeMaker

    26d ago · github.com

  6. 6
    cheet106

    Create developer cheatsheets

    2022

  7. 7

    Spin up a dev environment with a single click

    2023

  8. 8
    Rayli120

    📸 Generate image of a code block right from the terminal

    2022

  9. 9
    Devex105

    Your own open-source, containerized and shareable cloud IDE.

    2025

  10. 10EO
  11. 11AS

    Hi HN, I’ve been working on an experimental programming language called XXML. The project started from a frustration I kept running into across systems languages: Languages with strong ownership tend to avoid runtime reflection. Languages with rich reflection usually rely on GC or give up memory guarantees. Compile-time code generation often requires a separate macro language. I wanted to explore whether those tradeoffs are truly necessary. What XXML is trying to do XXML is a statically-typed, native language that: Uses explicit ownership and borrowing (no garbage collector) Supports runtime…

    Dec 2025 · xxml-language.com

  12. 12LA

    Hello HN, I am building a devtool to understand existing codebases. The idea originates from my time at big tech as well as various attempts to get involved in open source projects. When I was in college I wanted to improve my coding skills by contributing to opensource projects. I would pickup a bug or feature request but I always found myself stuck at the very first step. I did not understood where and how to begin contributing. I once submitted a patch in firefox which was labeled "Good first issue" but that was still very handheld. The assigner told me exactly which files I need to…

    2024 · lucidcode.ai

  13. 13DP

    devnexus is an open-source cli that gives agents persistent shared memory across repos, sessions, and engineers. It maps out dependencies and relations at the function level, builds a code graph, and writes it into a shared Obsidian vault that every agent reads before writing code. Past decisions are also linked directly to the code they touched, so no one goes down the same dead end twice. Still building it out but I would love to hear any thoughts/feedback

    Apr 2026 · github.com

  14. 14SO

    If you've ever worked in a large company, you've probably encountered "shadow infrastructure": scripts nobody understands or custom connectors written once and never touched again. This glue layer isn't documented, isn't owned by anyone, and tends to break when systems are upgraded or someone leaves. It's also the part everybody dreads working on, because it's hard to understand, painful to work with, and full of unknown unknowns. We built superglue so that engineers stop wasting time on deciphering legacy APIs and documentation. superglue ingests existing glue code, SQL, configs, docs,…

    Nov 2025 · superglue.ai

  15. 15CL

    Hi everyone. I've recently released control-components, a C++ library I've been using for most of my embedded projects. It is written in C++17 (with some features from C++20) and uses STL and FreeRTOS under the hood. It contains a lot of building blocks that is commonly used in embedded and IoT projects: finite state machines (FSM), various counters, synchronisation primitives, system loops, sensors, schedulers, HTTP, WiFi, Web GUI, and much more. It also provides GitHub CI workflows for build automation (ccache, various checks). In general, it's a good starting point for an ESP32 project.…

    2025 · github.com

  16. 16ZI
  17. 17AA
  18. 18AO

    Me and a few friends have been working multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We currently support: - Networking (virtual_network, subnet, route_table, security_group, network_interface,…

    2022

  19. 19OA

    Hi HN, I've written the developer tool I've wanted for some time: a process manager and log multiplexer in one. I think of it as a combination of overmind and lnav, both great tools in and of themselves, but focussed on my needs as a developer. I wrote more about it here: https://www.aha.io/engineering/articles/over-it-all Hope someone else finds it useful too.

    Jan 2026 · github.com

  20. 20DT

    Hello HN! Over the last few months I've been working on Differential.dev. It's a tool that I built to solve the problem of connecting n domain services, with the simplest possible abstraction - function calls. (Typescript only for now) Internally it uses a service bus that ferries functions calls, but all of this is abstracted away from a developer. You can use it (as I have) in brown-field projects to split a monolithic service to domain-driven services, without splitting the codebase. It's fully open-source under a GPL 3.0 License:…

    2024 · differential.dev

  21. 21AO

    Hi HF, I'm Terrell, and we built an open-source app that lets developers create their own Operator with a Next.js/React front-end and a flask back-end. The purpose is to simplify spinning up virtual desktops (Xfce, VNC) and automate desktop-based interactions using computer use models like OpenAI’s There are already various cool tools out there that allow you to build your own operator-like experience but they usually only automate web browser actions, or aren’t open sourced/cost a lot to get started. Spongecake allows you to automate desktop-based interactions, and is fully open…

    2025 · github.com

  22. 22CC

    We're two engineers that got fed up with context switching. Why do we need to do a git push, open a browser tab, wait for some task to actually start, bite nails (or read HackerNews) for 10 minutes or more while dependencies are being installed for the 100th time and finally end up with an invalid YAML error. And for some reason this usually happens in the final stage of the pipeline leading up to the inevitable git commits "Fixed", "Fixed again", "Test", "Really fixed this time". We can do better. We set out to build Zippy. A CI/CD system that works from your terminal. No context…

    Mar 2026 · zippy.sh

  23. 23ET

    Hi HN folks! I’m the creator of Exo and wanted to share my progress with the HN community. Exo is an electron app that uses a chat interface and open Ai to write code directly to your file system/repos. Exo is a work in progress - its very new and has many rough edges. I was hoping to get some early feedback from HN folks and hopefully some early users. Once you create an account the universal electron installer link is on the dashboard. Here is a quick explainer video: https://www.loom.com/share/5f34499ccfb54bfdae32ee50f454b365 Exo started as a thin wrapper around…

    2023 · getexo.dev

  24. 24HC

    This is a model I’ve been thinking about lately. It demonstrates a pattern that I’m wondering could exist, where terminal applications, BBS-style shared user boards, and other expressions of creativity and sharing are created with web technologies but rendered into the terminal and accessed over SSH. I like that this brings back some kind of old days of the internet feeling and uses web technologies but sidesteps the public World Wide Web, even though it’s still on the internet. You can try it out too right now, and I’m thinking about making the self-hosting specialized applications part a…

    Jul 2026 · duetbrowser.com

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