Skip to content

Free Hosting Options

Crow can be deployed for free on several platforms. Here's how they compare:

Comparison

OptionComputeRAMStorageAlways On?External DB?Best For
Oracle Cloud1 OCPU (x86)1 GB47 GBYesNo (local SQLite)Permanent free cloud server
Google Cloude2-micro (0.25 vCPU)1 GB30 GBYesNo (local SQLite)Secondary/satellite instance
Home ServerVaries4-32 GBUnlimitedYesNo (local SQLite)Full control, all add-ons
Desktop InstallYour PCYour PCYour PCWhile runningNo (local SQLite)Quick start, single machine
Managed HostingSharedSharedIncludedYesNoZero maintenance ($15/mo)
Render (legacy)Shared512 MBEphemeralNo (sleeps)N/ANot recommended

Oracle's Always Free tier includes a VM.Standard.E2.1.Micro instance — 1 OCPU and 1 GB RAM. It never sleeps, never expires, and uses local SQLite directly on disk (no external database needed).

Full Oracle Cloud Setup Guide →

Home Server

Run Crow on a Raspberry Pi, old laptop, or any always-on Linux machine. One-command install, full control over your hardware and data.

Home Server Guide →

For Raspberry Pi-specific details (flashing, mDNS, hardware table), see the Raspberry Pi Guide.

Desktop Install

Run everything locally on your personal computer. Connects directly to Claude Desktop, Claude Code, Cursor, and more. No cloud needed, but only works on that machine.

Desktop Install Guide →

Managed Hosting

Skip all infrastructure. $15/mo or $120/yr gets you a pre-configured Crow instance with automatic updates, daily backups, and SSL — no setup required.

Managed Hosting Guide →

Which Should I Choose?

  • Want a permanent free server?Oracle Cloud. Never sleeps, local SQLite, 47 GB disk.
  • Have a Raspberry Pi or old laptop?Home Server. Full control, all add-ons supported.
  • Just want to try Crow?Desktop Install. Clone, setup, connect — done in 5 minutes.
  • Don't want to manage anything?Managed Hosting. Zero maintenance, live in minutes.

Our recommendation: Start with Oracle Cloud as your primary instance — it has more RAM and is reliably available. Then add Google Cloud as a satellite and chain them together for redundancy and federation. Two always-free clouds, synced automatically.

Legacy: Render (Archived)

The Render + Turso deployment path is no longer supported. Turso cloud database support has been removed from Crow — multi-device sync is now handled by Hypercore P2P replication with local SQLite.

See the Cloud Deploy (Legacy) guide for historical reference.

Released under the MIT License.