OpenSource-Hub
D

DocuSeal

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

Open source platform for secure digital document filling and signing. Self-hosted, mobile-optimized, and easy to deploy.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted open-source alternative to DocuSign for filling and signing PDF forms securely.

Core Features

  • WYSIWYG PDF form builder with drag-and-drop fields
  • 12 field types including Signature, Date, File, Checkbox
  • Multiple submitters per document with automated email workflows
  • Storage on disk or cloud (AWS S3, Google, Azure)
  • Automatic e-signature and signature verification

What It Can't Do

  • Default SQLite is not production-ready; use PostgreSQL instead.
  • HTTPS is required for proper email links and functionality.
  • Pro features (white-label, SMS) require a paid subscription.
  • AGPL-3.0 with additional terms may restrict commercial use; review the license.

Use Cases

  • Contract signing
  • Internal approval forms
  • Customer document collection and signing
  • HR onboarding paperwork
  • KYC documents in finance
  • Real estate lease agreements

Detailed Introduction

DocuSeal is a fully open-source platform that allows you to create, fill, and sign PDF documents online. It features a WYSIWYG PDF form builder with 12 field types (signature, date, file, checkbox, etc.), supports multiple submitters per document, and automates email delivery via SMTP. Files can be stored on disk or cloud services (AWS S3, Google Storage, Azure). It includes automatic e-signature, signature verification, user management, 7 UI languages, signing in 14 languages, and a rich API with webhooks. Pro features add white-labeling, user roles, SMS verification, conditional fields, bulk sending with CSV/XLSX, SSO/SAML, and embedded signing/builder components for React, Vue, Angular. Deployable via Docker, Heroku, Railway, DigitalOcean, Render.

Troubleshooting & FAQ (2)

feature inquiry
How can I delete individual archived submissions?

The ability to delete individual archived submissions was added in the latest release. Upgrade your software to the latest version to access the delete option for archived entries.

GitHub Issue #618
Troubleshooting
How to connect DocuSeal MCP server to Claude.ai Team/Enterprise custom connectors when OAuth 2.1 is required?

DocuSeal's MCP server currently only supports static Bearer token authentication, but Claude.ai Team/Enterprise custom connectors require OAuth 2.1. A workaround is to deploy an OAuth 2.1 reverse proxy (e.g., using oauth2-proxy or a custom service) in front of the /mcp endpoint that exchanges OAuth tokens for the static DocuSeal MCP token. Native OAuth 2.1 support is planned in a future update. Track issue #630 for progress.

GitHub Issue #630

Tags

open-sourcedocument-signingpdfe-signatureform-builderself-hosteddocusign-alternative

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

Install Docker if not already installed

4

Run: docker run --name docuseal -p 3000:3000 -v./data:/data docuseal/docuseal

5

Open browser at http://localhost:3000

Install Guide
  1. Install Docker if not already installed
  2. Run: docker run --name docuseal -p 3000:3000 -v./data:/data docuseal/docuseal
  3. Open browser at http://localhost:3000
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

Stop and remove container: docker stop docuseal && docker rm docuseal. Remove volume if needed: docker volume rm docuseal_data.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0 with additional terms
Last Updated2026-06-26 19:20:12
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects