FishMem

Platform vs. open source

Choosing between self-hosting the fishmem engine and FishMem Cloud.

FishMem is open-core. The memory engine is open source and the hosted cloud runs that same engine code — there's no proprietary fork that behaves differently. What you're choosing between is who operates the infrastructure, not which engine you get.

The two options

  • Self-host fishmem — clone the Apache-2.0 engine, wire up your own stores and model providers, and run it on your own infrastructure. See Self-hosting.
  • FishMem Cloud — the same engine, managed, behind a memory API with a dashboard, API keys, metering, and billing.

Side by side

Self-host fishmemFishMem Cloud
Engine / code pathOpen-source engineSame engine, same code path
InfrastructureYou operate it (graph store, vector index, model providers)Fully managed
SetupConfigure and run it yourselfCreate a key and call the API
DashboardIncluded in apps/web: overview, sources, memories, requests, operations, and configurationSame dashboard plus hosted billing surfaces
API keys & accessBuilt-in project-scoped fm_... keys; you operate identity and deploymentManaged identity and project keys
Usage and observabilityRequest logs, provider usage, warnings, and health; no hosted credit chargeAtomic credit authorization, ledger, subscriptions, and usage views
BillingNone (your own infra costs)Stripe subscriptions
Scaling & upgradesYour responsibilityHandled for you
LicenseApache-2.0Commercial service over the same engine
SupportCommunityPlan-based support

When to choose which

Self-host when you need data residency or full control, want to run inside your own VPC, are comfortable operating a graph store and a vector index, or are just evaluating the engine locally.

Use the cloud when you'd rather ship product than run infrastructure — the service operates storage, auth, keys, upgrades, atomic credit accounting, and billing for you.

Because both run the same code, the memory behavior is identical. You can start on one and move to the other; the API surface is the same. The Quickstart gets you running on the cloud in minutes.

On this page