Showing 2757 open source projects for "tiny-workflow"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Workflow

    Workflow

    A Swift and Kotlin library for making composable state machines

    ...A library that supports writing business logic and complex UI navigation logic as state machines, thereby enabling confident reasoning about the state and validation of correctness. A unidirectional data flow library that uses immutable data within each Workflow. Data flows in a single direction from the source to the UI, and events in a single direction from the UI to the business logic. Each logical component area is separated into a Workflow with a finite set of states and the logic to transition between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Workflow

    Laravel Workflow

    Durable workflow engine that allows users to track job status

    Laravel Workflow is a package for the Laravel web framework that provides tools for defining and managing workflows and activities. A workflow is a series of interconnected activities that are executed in a specific order to achieve a desired result. Activities are individual tasks or pieces of logic that are executed as part of a workflow. Laravel Workflow can be used to automate and manage complex processes, such as financial transactions, data analysis, data pipelines, micro-services, job tracking, user signup flows, sagas and other business processes. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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. Many of the workflows integrate with third-party applications and services, while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JAI Workflow

    JAI Workflow

    Build programmatically custom agentic workflows, AI Agents, RAG system

    JAI-Workflow is a framework for building and managing machine learning workflows, streamlining the process from data ingestion to model deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Covalent workflow

    Covalent workflow

    Pythonic tool for running machine-learning/high performance workflows

    Covalent is a Pythonic workflow tool for computational scientists, AI/ML software engineers, and anyone who needs to run experiments on limited or expensive computing resources including quantum computers, HPC clusters, GPU arrays, and cloud services. Covalent enables a researcher to run computation tasks on an advanced hardware platform – such as a quantum computer or serverless HPC cluster – using a single line of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tiny Crate

    Tiny Crate

    Godot 3.6 / Tiny Crate / Crate Chucking Puzzle Platformer Game / Open

    Tiny Crate is a precision puzzle platformer game developed using Godot 3.6. It features crate-chucking mechanics and is designed as an open-source project, allowing developers to explore and modify the game's mechanics and design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sogou C++ Workflow

    Sogou C++ Workflow

    C++ parallel computing and asynchronous networking engine

    As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end C++ online services of Sogou, including all search services, cloud input method, online advertisements, etc., handling more than 10 billion requests every day. This is an enterprise-level programming engine in light and elegant design which can satisfy most C++ back-end development requirements.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Alfred GitHub Workflow

    Alfred GitHub Workflow

    GitHub Workflow for Alfred

    Alfred GitHub Workflow is a productivity tool for macOS that integrates GitHub features into the Alfred launcher. It allows users to quickly search repositories, issues, pull requests, and user profiles without leaving the Alfred interface. This workflow enhances developer productivity by providing instant access to GitHub information directly from the keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Branchless workflow for Git

    Branchless workflow for Git

    High-velocity, monorepo-scale workflow for Git

    git-branchless is a suite of tools that enhances Git in several ways. It makes Git easier to use, both for novices and for power users. Patch-stack workflows: strong support for "patch-stack" workflows as used by the Linux and Git projects, as well as at many large tech companies. (This is how Git was "meant" to be used.) Prototyping and experimenting workflows: strong support for prototyping and experimental work via "divergent" development. git sync: to rebase all local commit stacks and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    Super Tiny Icons

    Super Tiny Icons

    Super Tiny Icons are miniscule SVG versions of your favourite website

    ...Each icon is crafted to preserve recognizable shapes with the fewest possible paths and nodes, trading photorealism for clarity at common UI sizes. The project emphasizes performance: tiny inline SVGs reduce network transfer, speed up rendering, and scale crisply on high-DPI displays. Designers and developers can embed the icons directly, recolor them via CSS, or combine them in sprites without raster assets. The repository maintains consistent viewboxes and alignment so icons sit neatly alongside text and other UI elements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    n8n

    n8n

    Free and source-available fair-code licensed workflow automation tool

    n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. n8n has 200+ different nodes to automate workflows.
    Downloads: 996 This Week
    Last Update:
    See Project
  • 12
    Tiny CUDA Neural Networks

    Tiny CUDA Neural Networks

    Lightning fast C++/CUDA neural network framework

    ...It will likely only work on an RTX 3090, an RTX 2080 Ti, or high-end enterprise GPUs. Lower-end cards must reduce the n_neurons parameter or use the CutlassMLP (better compatibility but slower) instead. tiny-cuda-nn comes with a PyTorch extension that allows using the fast MLPs and input encodings from within a Python context. These bindings can be significantly faster than full Python implementations; in particular for the multiresolution hash encoding.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    VectorVein

    VectorVein

    No-code AI workflow

    Use the power of AI to build your personal knowledge base + automated workflow. No programming, just dragging to create a strong workflow and automate all tasks. Vector vein is affected LangChain as well as langflow The uncode AI workflow software developed by the inspiration aims to combine the powerful capabilities of large language models and allow users to realize the intelligibility and automation of various daily workflows through simple drag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WorkflowEngine.NET

    WorkflowEngine.NET

    WorkflowEngine.NET - component that adds workflow in your application

    WorkflowEngine.NET is a flexible workflow engine for .NET applications that supports visual process design and dynamic execution of business logic. It enables developers to model complex workflows with conditions, branching, and state transitions. The engine is highly customizable and can be embedded into any .NET project to automate tasks and decision-making.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Vagrant

    Vagrant

    Vagrant is a tool for building and distributing environments

    ...Download the open-source Vagrant binary and run it locally or within your environments. Vagrant is designed for everyone as the simplest and fastest way to create a virtualized environment. Single workflow to build and manage virtual machine environments. Declarative configuration file describes all the requirements and builds them through a consistent workflow. Mirror production environments by providing the same operating system, packages, users, and configurations, all while giving users the flexibility to use their favorite editor, IDE, and browser. ...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 16
    GitHub Pages Deploy Action

    GitHub Pages Deploy Action

    Automatically deploy your project to GitHub Pages using GitHub Actions

    Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like. You can include the action in your workflow to trigger any event that GitHub actions supports. If the remote branch that you wish to deploy to doesn't already exist the action will create it for you. Your workflow will also need to include the actions/checkout step before this workflow runs in order for the deployment to work. If you intend to make multiple deployments in quick succession you may need to leverage the concurrency parameter in your workflow to prevent overlaps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Prefect

    Prefect

    Prefect is a workflow orchestration framework

    Prefect is an open-source modern workflow orchestration tool for scheduling, monitoring, and managing data workflows and tasks. It enables Python-native pipeline definitions with robust retries, caching, observability, and a powerful UI—ideal for data engineering and ETL processes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    RSSHub Radar

    RSSHub Radar

    Browser extension that simplifies finding and subscribing RSS and RSSH

    RSSHub Radar is a derivative project of RSSHub , which is a browser extension that can help you quickly discover and subscribe to the current websites RSS and RSSHub. Supports one-click RSS subscription to Tiny Tiny RSS, Miniflux, FreshRSS, Nextcloud News, Feedly, Inoreader, Feedbin, The Old Reader, Feeds.Pub, BazQux Reader, Local Reader.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    CommandPost

    CommandPost

    Workflow Enhancements for Creatives

    ...It originally started off as a little proof of concept project to make finding the Final Cut Pro browser played easier for Scott Simmons (you can read the origin story here) – but has since grown into a HUGE collection of handy professional workflow tools and unique automation features to make editing within Final Cut Pro faster, easier and much more powerful.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Downloads: 155 This Week
    Last Update:
    See Project
  • 21
    Dorion

    Dorion

    Tiny alternative Discord client with a smaller footprint and support

    Dorion is an alternative Discord client aimed and lower-spec or storage-sensitive PCs that supports themes, plugins, and more! Built with Rust on top of the Tauri library, Dorion uses your systems integrated Webview implementation. This means Dorion has a tiny installation size (~10mb) and works portably on Windows 11 and newer versions of Windows 10. Don't worry, you can still use it on Windows 7 too!
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    Automa

    Automa

    A chrome extension for automating your browser by connecting blocks

    ...From auto-fill forms, doing a repetitive task, taking a screenshot, to scraping data of the website, it's up to you what you want to do with this extension. Automa has provided various kinds of blocks that will help you do automation, and all you need to do is connect them. Want your workflow to run every day or every time you visit a specific website? You can set the workflow trigger on the trigger block. Try a workflow from the marketplace. There're dozens of workflows been shared by Automa users which you can add and customize. Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data, the choice is yours. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    Alfy

    Alfy

    Create Alfred workflows with ease

    ...This is when the workflow debugger comes in handy. You can find it in your workflow view in Alfred. Press the insect icon to open it. Alfred lets users set environment variables for a workflow which can then be used by that workflow. This can be useful if you, for example, need the user to specify an API token for a service. You can access the workflow environment variables from process.env.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    upload-artifact

    upload-artifact

    Upload Actions Artifacts from your Workflow Runs

    Upload actions artifacts from your workflow runs. Internally powered by the actions/artifact package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    loonflow

    loonflow

    A workflow engine base on django python

    a workflow engine base on django The django-based workflow engine system (called through the http interface, can be used as a unified workflow engine within the enterprise, providing all workflows such as permission application, resource application, release application, leave, reimbursement, it service, etc. Scenario services), if there is a certain development capability, it is recommended to use only the back-end engine function, and the front-end customized development according to the scenario can be dispersed in various internal background management systems (such as personnel, operation and maintenance, monitoring, cmdb, etc.). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next