Flowly 3.0.1 — Open source
CLI
NewFlowly's agent core is open source (Apache 2.0): the gateway, 40+ tools, 135 built-in skills, and every channel adapter — the same code that ships inside Flowly Desktop, with no separate "lite" build. Install with uv tool install flowly-ai or the one-line script.
NewBring your own key: first-class adapters for OpenRouter, Anthropic, OpenAI, Google Gemini, Groq, xAI/Grok, and Zhipu/GLM, plus any OpenAI-compatible local model (Ollama, LM Studio, vLLM). When nothing is pinned, Flowly cascades through whatever you've configured so there's always a working model. Switch live with /provider and /model.
NewNative Anthropic provider: direct Messages API with prompt caching and automatic key rotation, not just an OpenAI-compatible shim.
NewxAI subscription sign-in: use your SuperGrok / X Premium+ subscription instead of an API key.
NewOne gateway, every channel: terminal TUI, Telegram, Discord, Slack, Microsoft Teams, WhatsApp, iMessage, email, and voice — one conversation memory shared across all of them.
NewMCP both ways: connect any MCP server (flowly mcp install) and run Flowly itself as an MCP server (flowly mcp serve) for Claude Desktop, Cursor, or Claude Code.
NewA closed learning loop: every fact becomes a governed memory with a calibrated trust score; a background pass merges duplicates and retires stale notes; structured facts land in a knowledge graph. Opt in and Flowly writes and refines its own skills — every change snapshotted and reversible.
NewDelegates and parallelizes: spawn isolated sub-agents, run a cross-channel task board sequentially or in parallel, and hand heavy coding to a local Codex session (opt-in).
NewRun it anywhere: self-host on a laptop, a $5 VPS, or a Mac mini as a background service that survives reboots (launchd / systemd / Task Scheduler). The whole process runs inside the OS sandbox (sandbox-exec on macOS, bubblewrap on Linux).
NewInline reply media: generated images and screenshots now render right in the chat across terminal, desktop, and mobile — a small thumbnail you tap for full resolution.
ImprovementsFull documentation at useflowlyapp.com/docs, sourced directly from the public repo: every channel, provider, and tool, plus self-hosting and the open-source-vs-Desktop/Cloud split.
InternalPublished to PyPI as flowly-ai; engineering deep-dives (memory governance, skill self-improvement, internal gateway RPC) live in the repo.