Grovely

A self-hosted period tracker, shared pantry, and household hub for couples Self-hosted period tracker & pantry, for couples

My wife and I got tired of apps that sell what they track. So we made a self-hosted, privacy-first one.

When my wife and I moved in together, we couldn't find one app that tracked cycles, managed groceries, and kept our data private. So we built one, completely free core.

We designed it as one connected household, not a collection of separate apps, where your partner sees everything in real time and we keep building it out. Try it out!

Period tracker
Pantry
Sleep trackerSleep Soon
Recipes Soon
Exercise Soon
Events Soon
Grovely period tracker
No telemetry SQLite Docker amd64 + arm64
iOS & Android PWA AGPL-3.0

Get Grovely running in minutes

No account needed. No cloud.
Just Docker and you're running in minutes.

Download the installer for your OS, run it, pick two usernames and passwords, and Grovely will start up in Docker and optionally open in your browser.
Requires Docker Desktop.
Download the installer, pick two usernames and passwords, and Grovely starts up in Docker.
Requires Docker Desktop.

Linux / Mac
Open Terminal and run: bash run-to-install.sh
↓ Download for Linux / Mac
Windows
Right-click the file and choose Run with PowerShell
↓ Download for Windows
# Download files
mkdir grovely && cd grovely
curl -LO https://github.com/grovely-org/grovely-app/releases/latest/download/docker-compose.yml
curl -L -o .env https://github.com/grovely-org/grovely-app/releases/latest/download/example.env

# Set your usernames and passwords in .env, then:
docker compose up -d

Requires Docker with Compose v2.
Full setup guide (reverse proxy, backups, license)
in INSTALL.md.