Showing 17 open source projects for "work automation"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 1
    Rowboat

    Rowboat

    Open-source AI coworker, with memory

    Rowboat is an open-source, local-first AI automation and multi-agent development platform designed to help developers and knowledge workers create, orchestrate, and manage intelligent workflows with minimal boilerplate and maximum flexibility. It functions as both an AI-powered IDE and a CLI that lets you build multi-agent systems using natural language prompts, connect to MCP and agent tool servers, and integrate automations into everyday work tasks like summarizing emails or generating knowledge artifacts. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    My Workflow

    My Workflow

    Place to share & store what you use

    myworkflow is a personal collection of workflows, scripts, and automation tools created to improve productivity on macOS. It includes customized Alfred workflows, shell scripts, and automation snippets that streamline repetitive tasks and simplify daily work. The repository reflects the author’s approach to building a highly personalized environment for searching, launching, and managing tasks efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Auto Claude

    Auto Claude

    Autonomous multi-session AI coding

    ...It includes guardrails intended to keep automation safer, such as restricting file operations to the project workspace and controlling which commands can be run based on the detected tech stack.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    1Code

    1Code

    Best UI for Claude Code

    ...It also provides utilities for code generation, linting, formatting, and local dev automation so developers can focus on writing domain logic rather than maintaining boilerplate. For organizations with multiple teams, the platform helps enforce architectural consistency and shared standards without heavy overhead.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 5
    Craft Agents

    Craft Agents

    Work effectively with agents

    Craft Agents project from lukilabs is an open-source desktop application and workflow environment built around agent interaction and document-centric tasks, designed to help users work with AI assistants more effectively across multiple information sources. This repository extends the idea of “agents” by providing a user-friendly interface that integrates APIs, multitasking workflows, and session sharing so that you can easily orchestrate multiple AI interactions and retrieve context from your sources. With support for document connectivity and API integrations, it lets users supply their own data and tools into the agent workflows, enabling personalized automation and insight discovery. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    skills

    skills

    The open agent skills tool - npx skills

    ...The CLI supports pulling skills from common git sources, including GitHub shorthand, full URLs, direct paths inside repos, GitLab URLs, generic git remotes, and even local folders. It is designed to work across a wide range of agents and editors, so one skill package can be installed into multiple agent-specific directories without rewriting anything for each environment. It also supports both interactive and automation-friendly flows, including non-interactive installs for CI and bulk installs for all skills, which makes it usable for teams that want consistent agent capability across machines.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    MCP Apps

    MCP Apps

    Official repo for spec & SDK of MCP Apps protocol

    MCP Apps is an extension ecosystem for a context-driven AI application protocol that lets developers build modular, interoperable apps that work together in shared model environments. The project defines standards, interfaces, and reusable components so different application modules can communicate context, state, and user intent reliably while preserving privacy and user control. Designed to work with large language models and agent systems, Ext-Apps lets developers create plugins that extend core behaviors — such as search integration, data retrieval, workflow automation, or domain-specific tools — without rewriting the host system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Tillywork

    Tillywork

    Opensource work management solution

    Tillywork is a workflow automation and job scheduling system built on top of PostgreSQL. It’s designed for executing complex job chains with dependency management and error handling. Tillywork leverages SQL to define workflows, making it well-suited for data engineers and backend teams who want fine-grained control without adding a new runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Home Assistant Frontend

    Home Assistant Frontend

    Frontend for Home Assistant

    Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Frontend for Home Assistant. This is the repository for the official Home Assistant frontend. Once you have integrated all your devices at home, you can unleash Home Assistant’s advanced automation engine to make your home work for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Glob

    Glob

    glob functionality for node.js

    Glob is a widely used JavaScript library that implements file path pattern matching using glob syntax, enabling developers to efficiently locate files and directories that match wildcard expressions. It provides functionality similar to Unix shell globbing but is designed to work consistently across platforms within Node.js environments. The library supports complex patterns such as recursive directory matching, brace expansion, and character ranges, making it suitable for build tools, CLIs, and automation scripts. node-glob is optimized for performance and reliability when traversing large file trees, and it exposes both asynchronous and synchronous APIs. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Lecca.io

    Lecca.io

    Lecca.io | AI Agents & Automations

    Lecca.io is an AI platform that allows you to configure and deploy Large Language Models (LLMs) equipped with powerful tools and workflows. Build, customize, and automate your AI agents with ease.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    OpenWorkflow

    OpenWorkflow

    Open-source TypeScript framework for building durable workflows

    OpenWorkflow is a TypeScript framework for building durable, resumable application workflows that can pause for extended periods and reliably continue execution after crashes or deployments. It allows developers to define workflows as code while ensuring that each step is persisted and replay-safe, preventing duplicate work through built-in memoization and idempotency controls. The framework supports long-running processes that can sleep for seconds or months, making it suitable for background jobs, automation pipelines, and event-driven systems. OpenWorkflow includes automatic retries with exponential backoff, parallel step execution, and scheduling capabilities, all while using the developer’s existing database instead of requiring dedicated orchestration infrastructure. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Documenso

    Documenso

    The Open Source DocuSign Alternative

    ...This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood. Create connections and automation with Zapier and more to integrate with your favorite tools. Receive your personal link to share with everyone you care about. Easily embed Documenso into your product. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Delightful JavaScript Testing

    Delightful JavaScript Testing

    Delightful JavaScript Testing

    Jest is a delightful JavaScript Testing Framework with a focus on simplicity. Jest aims to work out of the box, config-free, on most JavaScript projects. Make tests that keep track of large objects with ease. Snapshots live either alongside your tests or embedded inline. Tests are parallelized by running them in their own processes to maximize performance. By ensuring your tests have unique global state, Jest can reliably run tests in parallel. To make things quick, Jest runs previously...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    APITable

    APITable

    APITable, an API-oriented low-code platform for building apps

    APITable is an API-oriented and easy-to-use visual database that empowers everyone to create endless software solutions on one platform. The best open-source alternative to Airtable with a more beautiful UI and more functionality that will optimize your work and life to a magical level. Unlike other Low Code Software, Apitable is not a "Base/App" structure. You can link unlimited and infinite tables in one space. Thousands of users and 100k+ Data Rows with real-time collaboration available....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cross Platform Node Guide

    Cross Platform Node Guide

    Improve front-end engineer workflow & standard, powered by TypeScript

    A command-line tool aims to improve front-end engineer workflow and standards, powered by Node.js. Feflow (pronounced /ˈfefləʊ/) is a front-end flow and rule tool to improve engineering efficiency., and is hosted on Github: feflow. At present, it has been used in many applications, such as Now, Huayang Live, Huayang Friends, Mobile QQ Near Hand, Group Video, Group Gift, Huiyin, Tencent Myapp, Penguins and etc. With 80+ WEB/IOS/Andriod stable users, the cumulative production project reached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Aide

    Aide

    The open source AI-native IDE

    Aide is an AI software engineering assistant that provides conversational code generation, analysis, and refactoring directly within your IDE or through a local web interface. Built to act as a full-stack collaborator, it understands multi-file projects, detects dependency relationships, and can generate consistent updates across files and frameworks. It supports multiple backends—including OpenAI, Anthropic, and open-source models—and can route requests based on task type or latency...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB