Jun 29, 2026 · by Hakan · View source

Flowly

A personal AI agent that runs on your desktop and iPhone

Flowly

Editorial analysis

The Desktop AI That Actually Remembers Your Business — And Why Cross-Border Operators Should Pay Attention

If you run a cross-border e-commerce operation, your day is a catastrophic game of context switching. One minute you’re deep in Amazon Seller Central reconciling a COGS spike, the next you’re hopping into Shopify to check whether a TikTok Shop flash sale is cannibalizing your core SKUs. Then you’re back to Helium 10 for keyword research, then to Klaviyo to tweak a flow, then to Slack to chase a supplier in Shenzhen about a delayed batch. Each platform has its own login, its own data model, its own half-baked AI chat that forgets everything the second you close the tab. What you really need is an assistant that lives on your machine, understands your business context—your suppliers, your margins, your customers—and never forgets who you are between sessions. That’s the promise of Flowly, a native desktop AI agent that finally treats your data and your workflow as something you own, not something a cloud provider rents to you by the token.

Why the “Memory of Your World” Matters More Than Another Chatbot

Every e-commerce operator I know has tried the usual AI assistants—ChatGPT, Claude, Gemini. They’re great for one-off tasks: “Write a product description for a waterproof Bluetooth speaker,” “Summarize this return policy PDF.” But they have zero context. They don’t know that your best-selling variant is the rose-gold case, or that your Taiwan supplier ships via DDP but your Vietnam one is EXW, or that you had a returns spike in Germany three months ago because of a customs label bug. You have to re-explain everything, every time. That’s not an assistant; it’s a glorified search engine with nicer prose.

Flowly takes a fundamentally different bet. Instead of a flat chat log that rots, it builds what the maker, Hakan of Nocetic, calls a memory of your world—a structured, self-correcting model of your people, projects, and workflows. As you use it, it extracts durable facts, assigns them confidence scores, and reconciles new information against what it already knows. It’s not storing entire conversation transcripts; it’s learning the shape of your business. For a cross-border seller juggling multiple marketplaces, currencies, and compliance regimes, that kind of persistent, localized intelligence is worth more than a hundred generic chatbots.

And because it runs natively on your own machine—with your own API keys for Anthropic, OpenAI, OpenRouter, or a local model—your data never leaves your disk unless you choose to send a prompt to an external model. That’s a huge trust advantage when you’re handling customer PII, supplier contracts, or proprietary margin tables. The entire agent core is open source under Apache 2.0, so you can read every line, audit the memory store (plain SQLite + markdown under ~/.flowly), and even self-host it on a $5 VPS.

What Flowly Actually Solves for an Operator (Beyond the Hype)

Let’s get concrete. The feature set in this launch—v1.4.0—is dense, and much of it is aimed at developers and power users. But peel back the terminal emulator fixes and the liquid-glass zoom controls, and you’ll find several capabilities that directly address the pain points of a multi-platform seller.

1. Persistent, cross-session memory that actually learns. The knowledge graph overhaul includes a floating detail panel, entity relationships, and in-app entity deletion that cascades. The memory pipeline extracts facts from conversations, dates them, tracks them through a lifecycle (candidate → active → stale/superseded), and runs a background consolidation pass to merge duplicates and retire stale facts. You can tune it via three levers: a commit mode (eager / selective / manual-review), thumbs up/down on specific memories, and full inspect/edit/delete. Imagine having an agent that remembers your Amazon ASIN-to-SKU mapping, your top-three suppliers’ lead times, your TikTok Shop return rate for the past 90 days, and the exact VAT rate you use for Germany vs. France. It could flag a price change that would wipe out your margin, or catch that a supplier’s delivery window just slipped based on a Slack message. That’s not science fiction—it’s a metadata layer that grows more accurate the more you push it.

2. Computer-use and browser automation that works on your machine. Flowly can now act directly on your Mac—open apps, click buttons, switch windows, read on-screen text—using VoiceOver’s semantic UI structure instead of pixel coordinates. It’s sandboxed by default, and every action is visible in the Activity tab. The browser agent (companion extension) can drive Google Sheets, fill forms, and navigate flows. For operators, this means you could ask Flowly to “pull the top-10 ASINs from my Amazon orders report this week and paste them into a Google Sheet that’s shared with my logistics partner.” No API integration needed—it just does it using the same interfaces you use. The screen-aware Coach (opt-in, macOS) shares lossless captures of the window under your cursor, so it can give tips about exactly what you’re looking at. That’s a step beyond any generic automation tool I’ve seen.

3. Local-first architecture with real privacy guarantees. The maker is emphatic: “The only thing that leaves is the prompt to whatever model you picked, on your keys. Run a local model and literally nothing leaves the machine.” For cross-border operators who deal with GDPR, CCPA, or marketplace data-handling policies, this is a massive differentiator. You don’t have to trust a third-party cloud with your customer data or your supplier pricing. And because the entire core is open source, you can actually verify that claim instead of taking a vendor’s word for it. The skill library now includes 30+ built-in skills covering finance modeling, GitHub workflow, design, and SaaS integrations (Notion, Linear, Airtable, Google Workspace). While none are e-commerce-specific out of the box, the plugin marketplace and Python plugin support mean you can build your own skills for Amazon MWS, Shopify Admin API, or TikTok Shop analytics—all running locally.

How It Stacks Up Against the Incumbents (And Where It Falls Short)

I’ve tried most of the desktop AI assistants that have launched in the past year. The closest analogues are the native ChatGPT desktop app, the Claude desktop app, and browser-based agents like AutoGPT. Here’s where Flowly breaks from the pack:

  • ChatGPT / Claude: Both are cloud-dependent, stateless per session, and have no persistent memory that crosses conversations. They also send all your prompts to their own servers. Flowly lets you use your own API keys or a local model, and its memory is local and persistent. The trade-off? You need to be comfortable managing your own model keys and potentially running a local LLM (which requires hardware). For most sellers, the path of least resistance will be to use a hosted model via OpenRouter, but that still sends data out—albeit on keys you control.

  • Zapier / Make (formerly Integromat): These are great for deterministic automations—when X happens, do Y. But they lack the reasoning and adaptive memory of an AI agent. Flowly can decide what to automate based on context it remembers. For example, “When my Amazon FBA refund rate for SKU-123 exceeds 5%, check the customer feedback in Seller Central, see if there’s a pattern, and draft an email to the supplier with the batch number.” That’s not a simple trigger-action rule; it’s a judgment call that requires context. Flowly can do that (if you build the skills), whereas Zapier can’t.

  • Helium 10 / Jungle Scout / SellerSprite: These are purpose-built analytics tools for Amazon sellers. They don’t pretend to be general assistants. Flowly isn’t a replacement for them—it’s a complement. But if Flowly can pull data from those tools (via their APIs or even by reading on-screen reports), it could act as a unified dashboard builder that remembers your questions and preferences.

Where the math breaks. Flowly is not a turnkey e-commerce solution. Its memory is still “young,” as the maker honestly admits. The cross-session learning gets sharper the more you push it, but initial setup requires writing skills or waiting for a marketplace to emerge. There’s no native integration with Amazon SP-API, Shopify GraphQL, or TikTok Shop APIs—you’d have to build those yourself using Python plugins or the browser agent. For a non-technical operator, that’s a barrier. Also, the mobile app is currently limited to certain countries (LatAm not supported yet per the comments), and the phone acts only as a client to your agent machine—no synced memory between devices. If your agent is running on a Mac mini in your office and you’re on the road, you can still connect remotely via the relay, but the memory never leaves that machine. That’s by design (no merge conflicts), but if your agent machine goes offline, you lose access until it’s back.

Why Amazon Sellers Should Care More Than Shopify Ones

If you’re mainly a Shopify store owner, you already have decent tooling for order management, customer segmentation, and automation via Shopify Flow and third-party apps. Shopify’s admin API is well-documented, and AI plugins are popping up fast. The marginal value of a local memory agent is lower because Shopify’s ecosystem is more centralized.

Amazon sellers live in a different world. Your data is scattered across Seller Central, FBA reports, advertising console, and third-party tools. You’re constantly fighting for visibility into your true margins because Amazon’s data is fragmented. A local agent that can learn your ASIN taxonomy, your PPC bid patterns, and your inventory rotation schedules—and then act on them *without sending data to a cloud*—is genuinely novel. Plus, Amazon’s Terms of Service are stricter about automated access, so having an agent that works via browser automation (like clicking buttons) rather than API calls might stay within the gray zone more safely than an automated script.

That said, the browser agent is a double-edged sword. It can fill forms and navigate flows, but it’s not as fast or reliable as a proper API integration. If Amazon changes its UI, the agent may break until the element attributes are updated. The Computer Use fix that matches against multiple element attributes suggests the team is aware of this fragility, but it’s an ongoing maintenance burden.

What I’d Watch / Test Next

I’m not going to tell you to drop everything and adopt Flowly tomorrow. It’s too early, and for most operators, the learning curve and lack of out-of-box e-commerce integrations will outweigh the benefits. But I am going to tell you to run a small experiment this week, and to keep an eye on where this product is headed.

This week: Download the desktop app and set it up with a free-tier Anthropic or OpenAI key. Spend 30 minutes feeding it a few pieces of business context: your top-three products, your main marketplaces, your average margin targets, and your current biggest operational headache. Then ask it to “keep track of any mention of [that headache] in your Slack messages or email summaries.” Let it run for a few days. See if the memory actually captures something useful. You can also try writing a simple Python skill to pull data from a CSV export and ask Flowly to summarize it. The open-source core means you can inspect exactly what it remembers.

Next quarter: Watch for a skill marketplace or community plugins specifically for e-commerce. If the team or the community builds integrations for Amazon, Shopify, or TikTok Shop, Flowly could become the closest thing to a unified operating system for a multi-market seller. The open-source licensing makes that more likely, since developers can contribute without vendor lock-in.

The longer bet: If you’re technically inclined, consider self-hosting Flowly on a cheap VPS or on your office Mac. Point it at a local model (like llama.cpp or OLLaMA) so nothing leaves your network. Then you have a truly private, learnable AI that knows your business. That’s more powerful than any cloud chatbot on the market today.

Flowly isn’t a finished product for e-commerce. But the *architecture*—local-first, persistent memory, open core, user-owned data—is exactly what the industry needs. The next generation of operational tools won’t be SaaS dashboards that forget you exist; they’ll be agents that live alongside you, remember your patterns, and act on them with your explicit permission. This is the first credible glimpse of that future, running on your desktop right now.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free