Rallly
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)
TroubleshootingWhy 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.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Open the Rallly instance in your browser (official site or self-hosted)
Click 'Create an event' and enter a title and possible dates
Share the generated link with participants
- Open the Rallly instance in your browser (official site or self-hosted)
- Click 'Create an event' and enter a title and possible dates
- Share the generated link with participants
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 SourceUninstall 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.
Having issues? Check the FAQ below
1 FAQ
Similar Projects
Monica
Monica is an open-source personal relationship management system that lets you document interactions with family, friends, and business contacts. Self-hosted, privacy-first, and feature-rich.
AppFlowy
Open source alternative to Notion with AI-powered workspace, full data control, and cross-platform native experience.
memos
Open-source, self-hosted note-taking tool for quick capture. Markdown-native, lightweight, and fully yours.