Automation

Open-source projects categorized as Automation

Top 23 Automation Open-Source Projects

Automation
  1. n8n

    n8n is a workflow automation platform for building AI-powered workflows and agents, connecting any AI model to any business system with full control over data, security, and deployment. Build visually or in code while n8n handles infrastructure from prototype to production with fully auditable executions.

    Project mention: Auto-Add Captions to Every Video Your Team Uploads (n8n + FFmpeg) | dev.to | 2026-06-12

    You'll need an n8n instance (cloud or self-hosted), an FFmpeg Micro API key from ffmpeg-micro.com, and a cloud storage folder your team already uses for video files.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. dify

    Production-ready platform for agentic workflow development.

    Project mention: Build a Private AI App Platform with Dify and Ollama | dev.to | 2026-06-14

    git clone https://github.com/langgenius/dify.git cd dify/docker cp .env.example .env docker compose up -d

  4. puppeteer

    JavaScript API for Chrome and Firefox

    Project mention: Migrating from Astro 5 to Astro 6: A Real-World Breakdown ๐Ÿ“– | dev.to | 2026-05-03

    After the upgrades, TypeScript started rejecting Buffer as a Response body. This wasn't a runtime issue โ€” Puppeteer still returns a Buffer โ€” but astro check (and therefore npm run build) flags it.

  5. Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Project mention: What only the pixels knew: giving a canvas agent eyes | dev.to | 2026-06-13

    The agent's screenshot_board tool drives a Playwright browser running as a sibling container, navigates to the tokenized render route, screenshots the stage as a JPEG, and passes the image block straight through to the model. The budget is five shots per session, which turns out to be plenty: the working rhythm that emerged is look, move, look again. Think with the document, judge with the pixels.

  6. Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

    Project mention: Ask HN: What are you working on? (June 2026) | news.ycombinator.com | 2026-06-14

    https://www.home-assistant.io/

    the interface can be set up on her phone, a tablet on a wall, and limiting things to giant buttons and displays is very easy for you.

    And, you can monitor and be alerted near real time to issues of course.

  7. MoneyPrinterTurbo

    ๅˆฉ็”จAIๅคงๆจกๅž‹๏ผŒไธ€้”ฎ็”Ÿๆˆ้ซ˜ๆธ…็Ÿญ่ง†้ข‘ Generate short videos with one click using AI LLM.

    Project mention: MoneyPrinterTurbo: AI ์›ํด๋ฆญ ์ˆํผ ์˜์ƒ ์ž๋™ ์ƒ์„ฑ ์˜คํ”ˆ์†Œ์Šค (53K+ Stars) | dev.to | 2026-03-26

    git clone https://github.com/harry0703/MoneyPrinterTurbo.git cd MoneyPrinterTurbo docker-compose up # WebUI: localhost:8501, API: localhost:8080

  8. Scrapling

    ๐Ÿ•ท๏ธ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

    Project mention: Launch HN: Intuned (YC S22) โ€“ Build and run reliable browser automations as code | news.ycombinator.com | 2026-06-08

    What is the advantage of your product over having Codex generate a script using something like https://github.com/D4Vinci/Scrapling?

  9. Huginn

    Create agents that monitor and act on your behalf. Your agents are standing by!

    Project mention: The Missing Protocol: Let Me Know | news.ycombinator.com | 2025-08-12

    Iโ€™ve always used huginn[0] for these types of tasks, though the learning curve/implementation is a bit cumbersome for more trivial tasks like the proposed scenario.

    [0] https://github.com/huginn/huginn

  10. Airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Project mention: From Zero to Job Data Visualization vs Power BI: Which Wins? | dev.to | 2026-05-07

    For senior engineers building custom job data visualization pipelines, the single biggest latency gain comes from pre-aggregating frequently accessed metrics instead of running joins at query time. In our benchmarks, querying raw job_postings tables with 1M rows took 210ms average, while pre-aggregated tables (updated hourly via PostgreSQL materialized views) reduced query time to 12ms. Use tools like Apache Airflow 2.7.3 to schedule materialized view refreshes during off-peak hours. For example, a materialized view for average salary by company can be defined as:

  11. bruno

    Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)

    Project mention: Deep Dive: How Bruno 1.0 Stores API Tests Locally vs. Postman 11.0 Cloud Sync | dev.to | 2026-04-28

    After 6 months of benchmarking, case study analysis, and real-world testing, our recommendation is clear: choose Bruno 1.0 if you are an engineering team that values performance, Git integration, and zero vendor lock-in. Our data shows Bruno outperforms Postman 11.0 in every local storage metric: 400ms faster startup for 1000+ test suites, 6x lower storage overhead per test, and zero sync latency. The case study above shows teams can save $2k+ per year in licensing costs and $18k+ per year in engineering time by switching to Bruno. For teams with heavy non-technical collaboration needs, or very small test suites (<100 tests), Postman 11.0โ€™s free tier remains a viable option, but we recommend exporting collections to Bruno for all engineering use cases. The API testing landscape is shifting toward local-first tools to avoid cloud vendor lock-in, and Bruno 1.0 is leading that charge. Try Bruno today: download it from https://github.com/usebruno/bruno, and migrate your Postman collections in minutes using the native import tool.

  12. fastlane

    ๐Ÿš€ The easiest way to automate building and releasing your iOS and Android apps

    Project mention: Self-Updating Screenshots | news.ycombinator.com | 2026-04-26

    Itโ€™s a popular automation target for mobile projects.

    App Stores require screenshots, but generating N images for NUMBER_OF_SCREEN_SIZES times NUMBER_OF_LOCALIZATIONS can be a chore.

    In the past I wrote my own scripts for that, today tools like Fastlane[1] help.

    I use Fastlane for my logic puzzle game Nonoverse[2], I like it a lot; you can see sample screenshots in the App Store page.

    I also automated App Preview video recording, complete with multiple scenes. If anyone wants to read more let me know, perhaps this is a good topic for an article.

    [1]: https://fastlane.tools/

    [2]: https://apps.apple.com/us/app/nonoverse-nonogram-puzzles/id6...

  13. appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

    Project mention: Which No-Code Database in 2026: Tested & Compared | dev.to | 2026-05-07

    AppSmith

  14. agents

    Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI

    Project mention: Repository Transformation: From Chaos to Professional Prompt Engineering Toolkit | dev.to | 2026-03-25

    Prominently featured 74 professional AI agent configurations adapted from wshobson/agents:

  15. MoneyPrinterV2

    Automate the process of making money online.

  16. sim

    Build, deploy, and orchestrate AI agents. Sim is the central intelligence layer for your AI workforce.

    Project mention: heym alternatives - n8n and sim | libhunt.com/r/heym | 2026-05-15

    Sim ai is an alternative to Heym

  17. gpt-researcher

    An autonomous agent that conducts deep research on any data using any LLM providers

    Project mention: 1500 Lines of Markdown vs 15000 Lines of Python. | dev.to | 2025-12-31

    I spent a weekend studying GPT-Researcher, an open-source project with 24,000+ GitHub stars. It builds an autonomous research agent that generates comprehensive reports with citations. The architecture is elegant: multiple specialized agents coordinate through LangGraph, parallel execution speeds up research, and quality gates ensure reliable output.

  18. Vagrant

    Vagrant is a tool for building and distributing development environments.

    Project mention: I Ditched Docker for Podman (and You Should Too) | news.ycombinator.com | 2025-09-05

    Yeah, I was actually participating in a soft-fork for a while but I think the project ran out of steam. My guess is that it's very hard to pay attention to something that you don't use every day, so they let it drift. But if you ever hear of someone starting up again, let me know

    I'm aware that I, too, could be the someone but like I said it's hard to dedicate all the time and energy when the last time I used vagrant was years ago

    I also just remembered that I haven't revisited the forks list to see if there's some meaningful activity https://github.com/hashicorp/vagrant/forks?include=active&pa...

  19. kestra

    Event Driven Orchestration & Scheduling Platform for Mission Critical Applications

    Project mention: Top Open-Source Data Engineering Tools- Unravelling the Best in 2026 | dev.to | 2025-12-10

    Kestra

  20. cli

    Google Workspace CLI โ€” one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills. (by googleworkspace)

    Project mention: Google Docs + AI Coding Assistants: A Frustrating Gap (and How it has been fixed) | dev.to | 2026-05-11

    Google recently released a Workspace CLI with MCP support โ€” so technically, your AI assistant can read a Google Doc now. But what it gets back is raw API JSON: a 500-line nested tree of StructuralElement objects, ParagraphElement arrays, and TextRun objects with style metadata buried three levels deep.

  21. Tasmota

    Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

    Project mention: Google Killing Nest Thermostats Next Month | news.ycombinator.com | 2025-09-05

    One way is to look for devices that have unofficial firmware available, so you can just overwrite the included software for something more under your control. For example, check out Tasmota, "an open source firmware for Espressif ESP8266, ESP32, ESP32-S or ESP32-C3 chipset based devices": https://tasmota.github.io/docs/

  22. career-ops

    AI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.

    Project mention: Why I forked career-ops and shut down the tool I built | dev.to | 2026-04-23

    Last month I found career-ops by Santiago Ferreira โ€” a Claude Code-native job search system with a Go-based TUI dashboard, portal scanners, batch evaluation, and an interview story bank. It does everything Rendure did, plus most of the job search workflow Rendure never touched. I forked it, plugged my own pipeline pieces into the parts that didn't fit me, and moved on.

  23. Agent-Reach

    Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu โ€” one CLI, zero API fees.

    Project mention: Local LLM Benchmarking & Agent Tools for Self-Hosted AI | dev.to | 2026-06-08

    Source: https://github.com/Panniantong/Agent-Reach

  24. crawlee

    Crawleeโ€”A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright, Cheerio, JSDOM, and raw HTTP. Both headful and headless mode. With proxy rotation.

    Project mention: hasdata-cli VS crawlee - a user suggested alternative | libhunt.com/r/hasdata-cli | 2026-06-04
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Automation discussion

Log in or Post with

Automation related posts

  • AI agent on GitHub gives recipe for blueberry pie

    2 projects | news.ycombinator.com | 13 Jun 2026
  • How to Build a LinkedIn Outreach Pipeline (Without Getting Your Account Banned)

    4 projects | dev.to | 12 Jun 2026
  • Auto-Add Captions to Every Video Your Team Uploads (n8n + FFmpeg)

    1 project | dev.to | 12 Jun 2026
  • Show HN: My open source agent built and launched its own business in 48 hours

    1 project | news.ycombinator.com | 12 Jun 2026
  • Show HN: Vatnode โ€“ EU VAT validation REST API with national registry fallback

    1 project | news.ycombinator.com | 10 Jun 2026
  • Playwright๋กœ ํ•˜๋Š” QA ์ž๋™ํ™”: ์ผ์ • ์ง€์—ฐ ๋ฐฉ์ง€ํ•˜๊ธฐ

    1 project | dev.to | 10 Jun 2026
  • Are you expected to run five Python type-checkers now?

    6 projects | news.ycombinator.com | 8 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Automation projects? This list will help you:

# Project Stars
1 n8n 192,273
2 dify 144,696
3 puppeteer 94,531
4 Playwright 90,746
5 Home Assistant 87,648
6 MoneyPrinterTurbo 87,208
7 Scrapling 62,873
8 Huginn 49,459
9 Airflow 45,795
10 bruno 44,862
11 fastlane 41,648
12 appsmith 40,040
13 agents 36,670
14 MoneyPrinterV2 30,874
15 sim 28,760
16 gpt-researcher 27,645
17 Vagrant 27,153
18 kestra 27,048
19 cli 27,010
20 Tasmota 24,476
21 career-ops 24,191
22 Agent-Reach 24,017
23 crawlee 23,755

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?