Skip to content

Flyto2 logo

Flyto2

Open-source AI workflow automation with deterministic execution, MCP tools, evidence, and replay.

Website | Docs | Blog | PyPI | YouTube | Discussions

Start with one command

pip install "flyto-core[browser]"
playwright install chromium
flyto recipe competitor-intel --url https://github.com/pricing

Flyto2 is for builders who need agents to finish real browser and data work, not just suggest code. Workflows are explicit, every step emits trace and evidence, and failed runs can resume from the step that needs attention.

The generated Flyto2 Core catalog currently contains 452 registry-backed modules across 84 categories. The count comes from the runtime registry and is checked in CI, rather than maintained as marketing copy.

workflow -> deterministic steps -> trace -> evidence -> replay

Choose your entry point

You want to... Start here
Run YAML recipes, browser automation, MCP tools, queues, triggers, trace, evidence, and replay flyto-core
Give a coding agent dependency, context, impact, security, and documentation gates flyto-indexer
Self-host a source-available security warroom and inspect its public contracts flyto-warroom
Read installation, API, configuration, recipe, and operations guides docs.flyto2.com
Compare Flyto2 with n8n, Zapier, Make, Playwright, or LangGraph flyto2.com and the Flyto2 blog
Ask a question, propose an integration, or share a workflow Flyto2 Discussions

Why Flyto2 Core

Deterministic under the AI layer

Agents can select tools and compose workflows, but the execution layer keeps inputs, outputs, retries, timing, evidence, and replay explicit. That makes a failed step debuggable and a successful run repeatable.

Browser work with proof

Recipes can navigate, click, type, extract structured data, capture desktop and mobile screenshots, measure Web Vitals, create PDFs, and write reports. The artifacts belong to the run instead of disappearing into an opaque chat.

MCP-native code intelligence

Flyto2 Indexer gives coding agents local repository context, dependency graphs, impact analysis, secret and taint checks, documentation coverage, and strict completion gates. It does not upload repository source for static analysis.

Open source where the license says open source

flyto-core and flyto-indexer are Apache-2.0 projects. Other repositories may use MIT, source-available, or commercial terms. Check each repository's LICENSE before use; the organization profile does not override it.

Core workflow example

id: competitor_intel_v1
steps:
  - id: launch
    module: browser.launch
    params: { headless: true }
  - id: visit
    module: browser.goto
    params: { url: "{{target_url}}", wait_until: networkidle }
  - id: capture
    module: browser.screenshot
    params: { path: competitor.png, full_page: true }
  - id: close
    module: browser.close

Start with the built-in recipes for competitor intelligence, full website audits, screenshots, SEO checks, and structured extraction. Use the module catalog when you need lower-level control.

Repository map

Open-source foundations

Repository Responsibility
flyto-core Python execution engine, CLI, YAML recipes, browser runtime, modules, MCP, evidence, and replay
flyto-indexer Local code-intelligence CLI and MCP server for context, impact, dependency, security, and quality gates
flyto-i18n Shared locale contracts and translation validation
flyto-design-tokens Shared visual tokens and generated CSS/JavaScript references
flyto-plugins-js JavaScript plugin SDK and integration contracts

Product and public surfaces

Repository Responsibility
flyto-warroom Generated source-available Warroom CE distribution, public contracts, installer, and release evidence
flyto-cloud Hosted automation and application surfaces
flyto-code Security cockpit frontend and product interaction contracts
flyto-app Flutter mobile command-center client
flyto-cortex Knowledge workspace frontend
flyto-data Data-product API and management surface
flyto-docs Public technical documentation
flyto-landing-page Product and comparison pages at flyto2.com
flyto-blog Technical articles, release stories, and implementation notes
flyto2 Deprecated legacy release and security-routing shell; not the active desktop source

The remaining repositories hold engine services, blueprints, AI helpers, commercial extensions, admin tools, release memory, and editor integrations. Each repository README states its own authority and license.

Community

  • Ask usage and design questions in Discussions.
  • Pick a scoped task from good first issues.
  • Share a recipe, MCP setup, integration, or Warroom CE lab through the organization showcase template.
  • Read CONTRIBUTING.md before changing shared contracts.
  • Report vulnerabilities privately through the repository Security tab or security@flyto2.com, never through a public issue.

Contact

Built in Taiwan. License terms are declared per repository.

Popular repositories Loading

  1. flyto-core flyto-core Public

    Flyto2 Core is the open-source execution kernel for automation and AI-agent workflows: 452 registry-backed modules, MCP-native transport, YAML recipes, evidence capture, replay, triggers, queue, ve…

    Python 477 83

  2. flyto-indexer flyto-indexer Public

    Flyto2 code intelligence MCP server for impact analysis, semantic search, dependency graphs, and AI coding workflows.

    Python 4

  3. flyto-ai flyto-ai Public

    Flyto2 AI agent layer that turns natural language into executable automation workflows with MCP and model-provider integrations.

    Python 2

  4. flyto2 flyto2 Public

    Deprecated Flyto2 legacy distribution shell for historical releases, downloads, and security-policy routing.

    1

  5. flyto-blueprint flyto-blueprint Public

    Flyto2 self-evolving workflow pattern engine that learns, scores, and reuses automation blueprints.

    Python 1

  6. flyto-landing-page flyto-landing-page Public

    Flyto2 multilingual public website and SEO/GEO surface for agentic automation and Warroom security.

    TypeScript

Repositories

Showing 10 of 16 repositories

Top languages

Loading…

Most used topics

Loading…