nowfound

Alternatives

Products that do what Attune - Build and publish APT repositories in seconds does

Hey HN, we're Eliza and Xin, and we’ve been working on Attune. Attune is a tool for publishing Linux packages. Previously, we worked at other startups building open source developer tools that ran on our customers’ CI and development machines. For many of them, being able to `apt-get install` our tools was a requirement. When we went to actually set up APT repositories, we were really surprised by the state of tooling around package publishing. The open source tools we found were old, slow, and difficult to figure out how to run in CI. The commercial tools we found were not much better. The…

  1. 1IM
  2. 2IB

    https://the-pocket.github.io/Tutorial-Codebase-Knowledge/

    2025 · github.com

  3. 3GA

    What works now: user signups, org creations, private/public repos, and importing GitHub repositories (both as read-only mirrors and full migrations). So basically, you can create, push and pull to a repo, but we don't have many features quite yet (issues, PRs, CI). What is a bit unique is: 1) we built it in Rust and 2) the website is a little odd. Its design is inspired by CLIs (e.g., fzf, broot, vim) instead of web apps, and as such, lacks some affordances that you might typically expect in favor of keyboard-driven instant navigations (we have the very ambitious goal of an FCP of…

    Jun 2026 · gitdot.io

  4. 4
    Repl.it399

    Code and deploy apps in any language right from your browser

    2018

  5. 5
    Notra372

    Turn your daily work into publish-ready content

    Mar 2026

  6. 6GF

    2012 · pixelapse.com

  7. 7

    GitHub for Agents

    Oct 2025

  8. 8DO

    Distr is designed to help software engineers distribute and manage their applications or agents in customer-controlled or shared-responsibility environments. You only need a Docker Compose file or Helm chart—everything else for on-prem is handled by the platform. We’re are an open source dev tool company. Over the past couple of months, we’ve spoken with dozens of software companies to understand their challenges with on-prem deployments. We analyzed the internal tools they’ve built and the best practices from existing solutions, combining them into a prebuilt, Open Source solution that…

    2025 · github.com

  9. 9EO
  10. 10

    Turn Git commits into Linear-style release notes

    Dec 2025

  11. 11AT

    A bunch of developers and myself have created RepliByte - an open-source tool to seed a development database from a production database. Features: - Support data backup and restore for PostgreSQL, MySQL and MongoDB - Replace sensitive data with fake data - Works on large database (> 10GB) (read Design) - Database Subsetting: Scale down a production database to a more reasonable size - Start a local database with the prod data in a single command - On-the-fly data (de)compression (Zlib) - On-the-fly data de/encryption (AES-256) - Fully stateless (no server, no daemon) and lightweight…

    2022

  12. 12AC

    Hi, I’m Mikkel and I’m building Async, an open-sourced developer tool that combines AI coding with task management and code review. What Async does: - Automatically researches coding tasks, asks clarifying questions, then executes code changes in the cloud - Breaks work into reviewable subtasks with stack diffs for easier code review - Handles the full workflow from issue to merged PR without leaving the app Demo here: https://youtu.be/98k42b8GF4s?si=Azf3FIWAbpsXxk3_ I’ve been working as a developer for over a decade now. I’ve tried all sorts of AI tools out there including…

    2025 · github.com

  13. 13

    Discover beginner friendly issues on GitHub

    2019

  14. 14LG

    Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via…

    2023 · livecycle.io

  15. 15

    Pulls in changes from your tools and generates release notes

    Mar 2026 · releaslyy.com

  16. 16PF

    The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm…

    2022 · github.com

  17. 17EL

    Hi HN! There's been lots of note-taking / personal knowledge tools developed in the past few years. But there's a big difference between working with people you already know and collaborating with anyone on the internet. Right now, if you're interested in, say DIY air purifiers[1], you could throw up a document or webpage. But there's no good way for people you don't already know to work on it, to make it their own. If you're writing software, the answer is obvious: publish a Git repository on GitHub/GitLab. With Encycla, we're building a sort of "GitHub for knowledge": a place…

    2022 · encycla.com

  18. 18RA

    Hi HN, Package repositories don't need to be complicated. They're just static files: metadata indexes and the packages themselves. Yet somehow hosting your own feels like you need dedicated infrastructure and deep knowledge of obscure tooling. repogen is an SSG for package repos. Point it at your .deb/.rpm/.apk files, it generates the static structure, you upload to S3 or any web host. Done. $0.02/month to host packages for your whole team. It supports Debian, RPM, Alpine, Pacman, and Homebrew. Has incremental mode for updating repos without redownloading everything. Handles…

    Jan 2026 · github.com

  19. 19CG

    Howdy all. I'm Zack :wave:. I've been thinking about the problem of misguided AI pull requests and figured I'd throw a possible solution out there for feedback. Basically, CleverCrow lets supporters give tokens to a GitHub repo (or set of issues in that repo) for the maintainers to use to build/fix stuff. The fun implementation challenges have been around implementing the pooling dynamics and keeping the maintainers in charge while the backers are motivated to support their work.

    Jun 2026 · clevercrow.io

  20. 20OS

    I got tired of collecting open source projects in my chrome bookmarks so I decided to compile a curated list of: - Recently active projects on GitHub - Mostly dev tools (but also productivity, analytics) - Projects which are "Alternative to X software" My bookmarks are finally empty:D If you have a great open source tool you use, I'd be glad to hear your suggestions. Also, any feedback is greatly appreciated.

    2025 · alternativeoss.com

  21. 21DR

    You can add any public repo, just wait a couple minutes for it to process. LMK what you think!

    2025 · gitwiki.com

  22. 22GA

    Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data. How it works: - Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub - Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate. - Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer - Generative Charts: assistant-ui dynamically generates a chart based on the SQL query - Refinements: If the semantic layer can’t handle your question,…

    2024 · github.com

  23. 23IC

    You can also register to the tool here: https://gitup.dev

    2023 · github.com

  24. 24AG

    2023 · news.ycombinator.com

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