Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open source self-service workflow execution platform
| Date | Stars |
|---|---|
| 2026-07-24 | 326 |
| 2026-07-25 | 326 |
| 2026-07-28 | 327 |
| 2026-07-30 | 327 |
| 2026-08-06 | 328 |
Today
+1 stars today
This week
+1 stars this week
This month
— stars this month
Momentum
65.0
growth rate 0.31%/day
<a href="https://zerodha.tech">
<img src="https://zerodha.tech/static/images/github-badge.svg" align="right" />
</a>
<br clear="all" />
<div align="center">
<picture>
<source srcset="./docs/site/static/images/full-logo.svg" media="(prefers-color-scheme: light)">
<img src="./docs/site/static/images/full-logo-light.svg" width="250">
</picture>
</div>
<h4 align="center">An open-source self-service workflow execution platform</h4>
<div align="center">
<a href="https://flowctl.net"><img src="./docs/site/static/images/flows.png" width="650"></a>
</div>
<br/>
Flowctl is a self-service platform that gives users secure access to complex workflows, all in a single binary. These workflows could be anything, granting SSH access to an instance, provisioning infra, or custom business process automation. The executor paradigm in flowctl makes it domain-agnostic.
Check out the [demo](https://demo.flowctl.net) to see it in action.
## Features
- **Workflows** - Define complex workflows using simple YAML/[HUML](https://huml.io) configuration with inputs, actions, and approvals
- **SSO** - Secure authentication using OIDC
- **Approvals** - Add approvals to sensitive operations
- **Teams** - Organize workflows by teams or projects with isolated namespaces and built-in RBAC
- **Remote Execution** - Execute workflows on remote nodes via SSH
- **Secure Secrets** - Store SSH keys, passwords, and secrets securely with encrypted storage
- **Real-time Logs** - Track workflow executions with streaming logs
- **Scheduling** - Automate workflows with cron-based scheduling
## Quick Start
### Prerequisites
- PostgreSQL database
- Docker
### Installation
#### Docker
Use the provided [docker-compose.yml](https://raw.githubusercontent.com/cvhariharan/flowctl/refs/heads/master/docker-compose.yaml) file.
---
#### Binary
1. Download the latest binary from [releases](https://github.com/cvhariharan/flowctl/releases)
2. Generate configuration:
```bash
./flowctl --new-config
```
3. Database migrations:
```bash
./flowctl install
```
4. Start the server and visit `http://localhost:7000`:
```bash
./flowctl start
```
## Example Workflow
```yaml
metadata:
id: hello_world
name: Hello World
description: A simple greeting flow
inputs:
- name: email
type: string
label: Email
validation: email matches "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$"
required: true
actions:
- id: greet
name: Greet User
executor: docker
variables:
- username: "{{ inputs.email }}"
with:
image: docker.io/alpine
script: |
echo "Hello, $username!"
```
## Documentation
Full documentation is available at [flowctl.net](https://flowctl.net)
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
flowctl is licensed under the Apache 2.0 license.
## Third-Party Data
- **Timezone data** from [timezones-list](https://github.com/omsrivastava/timezones-list)
- Copyright (c) 2020 Om Srivastava
- MIT License - [Full text](https://github.com/omsrivastava/timezones-list/blob/master/LICENSE)
Excerpt of 3,172 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a788634da23758fd, topic:workflow, topic:workflow-automation, topic:automation