Rallly logo

Rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Alternative to: doodle, when2meet


About Versions (95)

v4.10.0

2026-04-29

What’s Changed

🚀 Introducing the Rallly CLI

This is the first version of Rallly that supports the new Rallly CLI, which installs and manages your instance as a fully bundled stack (app + PostgreSQL + Garage object storage + Traefik reverse proxy with automatic Let’s Encrypt).

curl -fsSL https://get.rallly.co | bash

The installer walks you through configuration, generates secrets, and brings everything up. Day to day operations go through:

./rallly.sh start | stop | restart | status | logs | update | backup

📖 Installation guide · Management guide · Migration guide

[!IMPORTANT] If you’re already running a self-hosted instance and would like to migrate to the new Rallly CLI, follow the migration guide.

✨ New Features

  • Version tile in the control panel showing the running version and whether an update is available (#2355, #2351, #2348)

🐛 Bug Fixes

  • Send poll response confirmation email in the respondent’s locale (#2356)

⚡ Performance

  • Optimize invite page queries (#2350)

Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.2…v4.10.0