{"id":30358070,"url":"https://github.com/flowexec/flow","last_synced_at":"2026-01-14T15:48:56.116Z","repository":{"id":184752373,"uuid":"672419907","full_name":"flowexec/flow","owner":"flowexec","description":"Local developer automation platform that flows with you","archived":false,"fork":false,"pushed_at":"2025-12-26T21:24:51.000Z","size":5679,"stargazers_count":128,"open_issues_count":9,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-28T05:43:54.192Z","etag":null,"topics":["cli-tool","developer-platform","go","task-runner","tui"],"latest_commit_sha":null,"homepage":"http://flowexec.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowexec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"jahvon"}},"created_at":"2023-07-30T02:52:13.000Z","updated_at":"2025-12-26T21:12:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"61bf46a6-1143-4533-9cb5-d624bdd15d1e","html_url":"https://github.com/flowexec/flow","commit_stats":null,"previous_names":["jahvon/pilotcli","jahvon/tbox","flowexec/flow","jahvon/flow"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/flowexec/flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowexec%2Fflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowexec%2Fflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowexec%2Fflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowexec%2Fflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowexec","download_url":"https://codeload.github.com/flowexec/flow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowexec%2Fflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-tool","developer-platform","go","task-runner","tui"],"created_at":"2025-08-19T09:02:13.617Z","updated_at":"2026-01-14T15:48:56.108Z","avatar_url":"https://github.com/flowexec.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://flowexec.io\"\u003e\u003cimg src=\"docs/public/icon.png\" alt=\"flow\" width=\"100\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://img.shields.io/github/v/release/flowexec/flow\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/flowexec/flow\" alt=\"GitHub release\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pkg.go.dev/github.com/flowexec/flow\"\u003e\u003cimg src=\"https://pkg.go.dev/badge/github.com/flowexec/flow.svg\" alt=\"Go Reference\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/CtByNKNMxM\"\u003e\u003cimg src=\"https://img.shields.io/badge/discord-join%20community-7289da?logo=discord\u0026logoColor=white\" alt=\"Join Discord\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/flowexec/flow\"\u003e\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/flowexec/flow\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eflow\u003c/b\u003e is your local-first developer platform - organize automation across all your projects with built-in secrets, templates, and cross-project workflows.\n    Define workflows in YAML, browse auto-generated documentation, and run them anywhere.\n\u003c/p\u003e\n\n---\n\n## Quick Start\n\n```bash\n# Install\ncurl -sSL https://raw.githubusercontent.com/flowexec/flow/main/scripts/install.sh | bash\n\n# Create your first workflow\nflow workspace add my-project . --set\necho 'executables:\n  - verb: run\n    name: hello\n    exec:\n      cmd: echo \"Hello from flow!\"' \u003e hello.flow\n\n# Run it\nflow sync\nflow run hello\n```\n\n## Key Features\n\nflow complements existing CLI tools by adding multi-project organization, built-in security, and visual discovery to your automation toolkit.\n\n- **Workspace organization** - Group and manage workflows across multiple projects\n- **Encrypted secret vaults** - Multiple backends (AES, Age, keyring, external tools)\n- **Interactive discovery** - Browse, search, and filter workflows visually\n- **Flexible execution** - Serial, parallel, conditional, and interactive workflows\n- **Workflow generation** - Create projects and workflows from reusable templates\n- **Composable workflows** - Reference and chain workflows within and across projects\n- **Platform integrations** - GitHub Actions, AI assistants (MCP), and more\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"docs/_media/demo.gif\" alt=\"flow\" width=\"1600\"/\u003e\u003c/p\u003e\n\n## Example Workflows\n\n```yaml\n# api.flow\nexecutables:\n  - verb: deploy\n    name: staging\n    serial:\n      execs:\n        - cmd: npm run build\n        - cmd: docker build -t api:staging .\n        - ref: shared-tools/k8s:deploy-staging\n        - cmd: curl -f https://api-staging.example.com/health\n\n  - verb: backup\n    name: database\n    exec:\n      params:\n        - secretRef: database-url\n          envKey: DATABASE_URL\n      cmd: pg_dump $DATABASE_URL \u003e backup-$(date +%Y%m%d).sql\n```\n\n```bash\n# Run workflows\nflow deploy staging\nflow backup database\n\n# Visual discovery\nflow browse\n```\n\n## Documentation\n\n**Complete documentation at [flowexec.io](https://flowexec.io)**\n\n- [Installation](https://flowexec.io/installation) - Multiple installation methods\n- [Quick Start](https://flowexec.io/quickstart) - Get up and running in 5 minutes\n- [Core Concepts](https://flowexec.io/guide/concepts) - Understand workspaces, executables, and vaults\n- [User Guides](https://flowexec.io/guide/README) - Comprehensive guides for all features\n\n## Community\n\n- [Discord Community](https://discord.gg/CtByNKNMxM) - Get help and share workflows\n- [Issue Tracker](https://github.com/flowexec/flow/issues) - Report bugs and request features\n- [Examples Repository](https://github.com/flowexec/examples) - Real-world workflow patterns\n- [Contributing Guide](https://flowexec.io/development) - Help make flow better\n","funding_links":["https://github.com/sponsors/jahvon"],"categories":["Build Automation","Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowexec%2Fflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowexec%2Fflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowexec%2Fflow/lists"}