Flyto2 WebAssembly
Run automation workflows directly in your browser. Zero installation required.
Be the first to know when the WebAssembly module is ready.
You're on the list! We'll email you when it's ready.
Need automation now? Try Flyto2 Core (CLI)
What's Coming
Browser-native automation powered by WebAssembly
Near-Native Speed
WebAssembly runs at near-native speed. Execute complex workflows without lag.
Zero Installation
No downloads, no setup. Just import the module and start automating.
Sandboxed Security
Runs in browser sandbox. No file system access unless explicitly granted.
Cross-Browser
Works in Chrome, Firefox, Safari, and Edge. One module, all browsers.
Instant Startup
No cold start delays. Load and execute workflows instantly in any browser tab.
250+ Modules
Same powerful modules as the CLI. String, array, data, and more.
Simple Integration
A preview of how easy it will be to use
// Import the Flyto2 WASM module import { Flyto } from '@flyto/wasm'; // Initialize const flyto = await Flyto.init(); // Execute a workflow const result = await flyto.execute('string.uppercase', { text: 'hello world' }); console.log(result.data); // "HELLO WORLD"
Use Cases
Perfect for browser-based applications
Web Applications
Add automation features to your web app without backend dependencies.
PWAs
Progressive Web Apps with powerful browser-native automation.
Browser Extensions
Build Chrome/Firefox extensions with powerful automation modules.