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!
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.
bash run-to-install.sh# 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.