| Installation | Download a Mac app. Double-click to install. | Install via npm (Node.js 20+) or Docker. Runs as a web server at localhost:5678. |
| Source code | Source available at github.com/friday-platform/friday-studio | Source available on GitHub under the Sustainable Use License |
| How you build | Describe what you want in plain English — Friday writes the config | Visual drag-and-drop node editor in the browser |
| Scheduling | Cron-based, set up via conversation | Schedule Trigger node — available on all tiers including free |
| Workflow config | YAML — readable, versionable, shareable as a single file | JSON — exportable, importable, Git-syncable on Business plan (€667/mo) and above |
| Integrations | Any MCP server plus bundled agents (GitHub, HubSpot, Slack, Jira, web) | 1,784 built-in nodes covering most major services |
| LLM providers | Anthropic, OpenAI, Google, Groq, OpenRouter | Anthropic, OpenAI, Google, Groq, Ollama, AWS Bedrock, Azure OpenAI, Mistral, and more |
| How AI fits in | Conversation drives the whole platform — AI builds and runs your workflows | AI nodes slot into visual workflows alongside non-AI nodes |
| Memory across runs | Built in — stored locally as plain text, zero setup | Via memory nodes (Redis, Postgres, MongoDB, Zep) — requires you to run the backend |
| Memory format | Plain text files — readable, editable, exportable | Stored in your chosen backend |
| Memory setup | Zero-config — works out of the box | Manual — wire a memory node to your AI agent and provision the backend |
| Where data lives | On your Mac — nothing sent to Friday servers | On your server (self-hosted) or n8n Cloud servers |
| LLM API calls | Your keys go direct to the provider — no markup, no middleman | Your keys go direct to the provider — same model |