OpenSource-Hub
R

Rallly

5.1k stars·Office Productivity·SHA-256 checksum verified

Rallly is an open-source scheduling and collaboration tool that helps you find the best time for events and meetings through simple polls. Self-hostable for full data control.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Schedule meetings effortlessly by polling availability, no back-and-forth emails.

Core Features

  • Create polls with multiple date/time options
  • Participants mark their available slots
  • Automatic best-time suggestion
  • Self-hosted with data privacy
  • Mobile-friendly responsive design

What It Can't Do

  • Relies on active participation; no votes means no results. 2. Self-hosting requires technical skills (Docker, database). 3. No advanced permission controls in free version. 4. Polls may be forgotten if not finalized promptly.

Use Cases

  • Coordinating team meetings
  • Planning social gatherings with friends

Detailed Introduction

Rallly 是一款开源日程调度与协作工具,通过创建投票来收集参与者的可用时间,自动找出最佳会议时间,避免反复邮件沟通。基于 Next.js、Prisma、tRPC 和 TailwindCSS 构建,支持自托管,保障数据隐私。

Troubleshooting & FAQ (1)

Troubleshooting
Why does Rallly SSO login fail with 'Argument name is missing' after OIDC redirect?

This error occurs when the OIDC provider returns user claims in a nested structure, but Rallly expects 'name' and 'email' at the root. To fix, set environment variables to specify claim paths. For example, if your provider returns {"user":{"profile":{"name":"...","email":"..."}}}, add OIDC_NAME_CLAIM_PATH=user.profile.name and OIDC_EMAIL_CLAIM_PATH=user.profile.email. Also set OIDC_IMAGE_CLAIM_PATH if needed. Refer to your provider's claim structure (check its documentation or inspect a token with a tool like jwt.io) and configure accordingly. Ensure you're running the latest Rallly version and consult the full OIDC config at https://support.rallly.co/self-hosting/single-sign-on.

GitHub Issue #1052

Tags

日程协调会议投票活动组织自托管协作工具

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Open the Rallly instance in your browser (official site or self-hosted)

4

Click 'Create an event' and enter a title and possible dates

5

Share the generated link with participants

Install Guide
  1. Open the Rallly instance in your browser (official site or self-hosted)
  2. Click 'Create an event' and enter a title and possible dates
  3. Share the generated link with participants
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

For the official online version, simply stop using it. For self-hosted deployments, stop the containers/process and delete the data directory (e.g., docker-compose down -v and remove project folder).

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-06-27 08:00:21
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects