nowfound

Alternatives

Products that do what SparrowHub – Repository of useful scripts does

Hi! SparrowHub - https://sparrowhub.org is repository of scripts to solve various tasks. Find specific script here and use it or share your script with others uploading script to SparrowHub. Sparrow - https://github.com/melezhik/sparrow - command line client provides API to distributes/search/install/configure/run scripts in centralized manner, as usual packages of software ( like deb or rpm rpm ), it works on most any Linux platforms. SparrowHub/Sparrow - easy way to develop your scripts and distribute them across your teams! Will be…

  1. 1
    BashBuddy159

    Write bash commands with natural language, fully local.

    2025

  2. 2

    Simple BASH script manager for your Mac menubar

    2018

  3. 3
    Anyfiddle145

    Build, run and share code in any language from your browser

    2021

  4. 4

    Unlimited Webflow support for a flat monthly rate

    2021

  5. 5

    Manage your backups from Claude, Cursor, and VS Code

    Jun 2026

  6. 6
    Keystone125

    Teach your repo how to run itself

    Mar 2026

  7. 7AA

    Atlas is an open-source deployment pipeline platform built for cloud-native applications. Atlas allows users to: - Create continuous pipelines across all their environments and clusters - Add custom tasks/tests plugins (Python scripts, K8S manifests, Argo Workflows, environment setup, etc.) - Automatically rollback applications in case of failure or degradation (Atlas watches the application past the scope of a pipeline run to ensure and enforce stability) - Use all existing Argo features Would love to hear all of your feedback and thoughts on this!

    2022 · greenops.io

  8. 8

    Build, run, share commands & apps in Slack using serverless

    2020

  9. 9SO

    Hello all, I found myself rewriting the same shell scripts to distribute my binaries over and again, so I decided to put them in a repository and serve them with a prettier URL - to have nicer READMEs for my projects. I'll add some other tasks like installing/uninstalling on Windows, but in general ideas are welcome. Maybe somebody else finds them useful!

    2023 · github.com

  10. 10IW

    Shelon: https://github.com/housni/sheldon It's not a framework, it's a library. It attempts to mimic function names in Python. Most functions work in Bash 4.3+ but there are those that work on older versions. The 'help' target in Makefile is on crack! Check the issues in that repo for upcoming features. Useful for DevOps Engineers or anyone who has to write Bash scripts.

    2018

  11. 11PO

    I’m working on Portabase, a self-hosted, open-source tool for managing database backups and restores. It currently supports PostgreSQL, MySQL, and MariaDB, with MongoDB coming soon. It uses an agent-based architecture with a central server and lightweight agents, enabling deployment at the edge and operation across multiple networks. Website: https://portabase.io GitHub: https://github.com/Portabase/portabase Discord (newly created): https://discord.gg/Wgv7xZ8fWJ Main features: - Scheduled logical backups with multiple retention strategies…

    Jan 2026

  12. 12

    Open-source platform to back up and restore your data.

    8d ago · portabase.io

  13. 13WC

    A friend and I built this as a side project to help us collaborate on files with our agents. Claude / Codex kept outputting .md and .html files which are great until we needed to share them, so we built this small website to help with that. Agent can either use an HTTP + Skill or an MCP which also uses MCP Apps to add widgets to Claude Desktop / Mobile chat. Would love any feedback and hopefully this helps someone else as it did us!

    Jun 2026 · workplane.co

  14. 14OC

    Hi everyone, I'm Vasek (https://x.com/mlejva), the CEO of the company behind this - https://e2b.dev. The company is called E2B. We're an open-source (https://github.com/e2b-dev) devtool that makes it easy to run untrusted AI-generated code in our secure sandboxes. You can think of us as coding runtime for LLMs. You can self host us on GCP (https://github.com/e2b-dev/infra/blob/main/self-host.md) and we're working on AWS, then Azure, and any Linux machine. This repo is one of our open-source projects that we're…

    2025 · github.com

  15. 15IB

    As a software engineer, my reflex has always been to script everything I can. Scripting is easy, but everything around it is tricky: scripts have to run somewhere, they need access to credentials, they need to be monitored. None of it is simple. No-code automation platforms such as Zapier or IFTTT are too restrictive for technical tasks; CI/CD platforms make it easy to script tasks related to a repository, but are limited when trying to do anything else. I wanted the low level control you have when writing scripts while retaining the comfort of a platform managing execution for me. So I…

    2022 · exograd.com

  16. 16IB

    I wrote a tutorial on how to create Bash scripts, where the command line interface runs entirely in the browser using v86 (https://github.com/copy/v86), and the code editor uses Monaco.

    2025 · sandbox.bio

  17. 17DO

    Coding agents spend a lot of time in the shell. When exploring a codebase, they usually reach for the same handful of tools: grep, find, ls, cat. We built a public SSH server that hosts Supabase docs as markdown files so that agents can explore them the same way they explore code: ssh supabase.sh grep -rl 'RLS' docs ssh supabase.sh cat docs/guides/database/postgres/row-level-security.md | head -10 Under the hood commands run inside Vercel's just-bash [1] library - an emulated bash shell sandboxed within the JS runtime. It uses a VFS where the docs are mounted as markdown…

    Apr 2026 · github.com

  18. 18

    The $0 Edge Backend & AI Rules Platform for Vibe Coders

    11d ago · sparrowbase.pages.dev

  19. 19LD

    Hi HN! This is Qian here with Peter (KraftyOne) and Jeremy (jedberg). We’re building DBOS, an open-source, lightweight durable workflows library that you can add to Python apps in just a few lines of code. It’s comparable to popular open-source workflow and queue libraries like Airflow and Celery, but more lightweight with a greater focus on reliability and automatically recovering from failures. Our goal in building DBOS is to make workflows lightweight and flexible so you can add them to your existing apps with minimal work. Everything you need to run durable workflows and queues is…

    2025 · github.com

  20. 20OP

    Hello HN, Pietro here! I've been really excited to see the recent buzz around MCP and all the cool things people are building with it. Though, the fact that you can use it only through desktop apps really seemed wrong and prevented me for trying most examples, so I wrote a simple client, then I wrapped into some class, and I ended up creating a python package that abstracts some of the async uglyness. You need: * one of those MCPconfig JSONs * 6 lines of code and you can have an agent use the MCP tools from python. The structure is simple: an MCP client creates and manages the connection and…

    2025 · github.com

  21. 21IL

    My name is Elliott. For the last three years, I’ve been building a DevOps platform on the best-in-class open source platforms (Kubernetes, Elixir, PostgreSQL, Grafana, etc.). The goal is to give engineering teams access to a modern DevOps infrastructure without needing to have a full SRE/DevOps team dedicated. It’s also open source /fair source - all the source code is here → https://github.com/batteries-included/batteries-included I shipped a public beta today and would love to hear initial reactions, thoughts, and feedback. Here are details of the platform: *…

    2024 · batteriesincl.com

  22. 22GC
  23. 23

    SelfHosted OpenSource SQL IDE that deploys next to your data

    5d ago · libredb.org

  24. 24

    Native Mac workbench for SSH, databases & AI

    26d ago · orbitshell.cn

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