Open-source DocuSign alternatives: an honest, developer-first comparison

A balanced 2026 comparison of self-hostable, open-source e-signature tools — Documenso, DocuSeal, OpenSign, and Lifted Sign — with correct licenses, GitHub stars, and a legal-validity primer. We name where each competitor is the better pick.

Last updated July 23, 2026 · facts verified against primary sources

Searching for “open-source DocuSign alternative” turns up a lot of listicles that quietly mislabel proprietary free tiers as “open source.” This page is the opposite: a developer-first table that states each tool’s real license, whether you can actually self-host it, and where a competitor is the better choice. Every figure was read from a primary source on July 23, 2026.

TL;DR

The open-source e-signature landscape at a glance

GitHub stars, licenses, and languages verified 2026-07-23 via the GitHub REST API; stars rounded. “Open source” = source published under an OSI/FSF-recognized license you can self-host and read. Proprietary SaaS tools are listed as anchors, not as open source. OpenSign’s core is AGPL-3.0 with one directory under a separate license — read each project’s LICENSE before you rely on it.
ToolLicenseLanguageSelf-hostGitHub starsBest for
DocuSeal OSSAGPL-3.0RubyYes~18,100Largest community + a polished form builder and hosted option
Documenso OSSAGPL-3.0TypeScriptYes~14,100TypeScript/React teams; the “open-source DocuSign” brand
OpenSign OSSAGPL-3.0 (core)JavaScriptYes~6,700Generous free self-host on a Node/JS stack
Lifted Sign OSSAGPL-3.0PythonYes~2 (new)A lean, payments-native server that runs on just SQLite, with a PAdES-sealed certificate
DocuSign ProprietaryProprietaryNoEnterprise scale, deep integrations, eIDAS/QES options
Dropbox Sign ProprietaryProprietaryNoSimple hosted signing (formerly HelloSign)
PandaDoc ProprietaryProprietaryNoSales documents, CPQ, and e-sign in one

“Open source” is not the same as a “free tier”

Open source means the source code is published under an OSI/FSF-recognized license — AGPL-3.0, MIT, LGPL, Apache — that lets you read it, modify it, and run it on your own servers. A free tier is a no-cost plan on a proprietary product whose code you can neither inspect nor host. Both can be legitimate; they are not the same thing, and several tools marketed as “free e-signature” are the latter.

The single most reliable check: open the LICENSE file in the repository. If there is no public repository, it is not open source — no matter what the marketing says. The four tools above (DocuSeal, Documenso, OpenSign, Lifted Sign) publish their source; DocuSign, Dropbox Sign, and PandaDoc are proprietary SaaS included here only as familiar reference points.

Why AGPL keeps showing up. Three of the four (DocuSeal, Documenso, Lifted Sign) use AGPL-3.0, and OpenSign’s core does too. AGPL closes the “SaaS loophole”: if you run a modified version as a network service, you must offer users its source. For internal self-hosting that changes nothing; for building a closed commercial product on top, read the license carefully.

The tools

Four you can actually self-host

Each entry names its honest weakness and the case where a rival wins.

DocuSeal

AGPL-3.0 · Ruby · ~18,100★ · self-hostable

The most-starred open-source e-signature project on GitHub. A clean document/form builder, a good self-host story, and a hosted cloud if you don’t want to run it. Its AGPL-3.0 license means network use triggers source-sharing obligations for a modified fork.

Pick it for: the biggest community and the most batteries-included UI.

Trade-off: Ruby stack; some advanced features sit behind its paid/pro edition — check the current terms.

Documenso

AGPL-3.0 · TypeScript · ~14,100★ · self-hostable

Positions itself directly as “the open-source DocuSign alternative,” with a modern Next.js/React codebase. A natural fit if your team already lives in TypeScript and wants to extend the signing flow in a familiar stack.

Pick it for: a TypeScript-native codebase and an active, well-funded community.

Trade-off: needs a PostgreSQL database to run — more infrastructure than a single-file setup.

OpenSign

AGPL-3.0 core · JavaScript · ~6,700★ · self-hostable

A free, self-hostable signing platform built on a Node/Parse stack, with a completion certificate and an access log. Note the license nuance: the bulk of the code is GNU AGPL-3.0, but one directory carries a separate license — read the LICENSE file if you plan to fork commercially.

Pick it for: unlimited free self-hosted signing on a JavaScript stack.

Trade-off: the license carve-out means “fully AGPL” isn’t quite accurate — verify before relying on it.

Lifted Sign Our tool

AGPL-3.0 · Python · ~2★ (new) · self-hostable

The newest and smallest project on this list — we’ll say so plainly. Lifted Sign is a deliberately lean, payments-native e-signature server extracted from production. It boots on SQLite with no external database, emits a PAdES/PKCS#7-sealed Certificate of Completion (with a tamper-evident AES fallback), and ships Python and Node SDKs plus an OpenAPI spec. One command runs it.

Pick it for: a minimal-footprint Python server you can stand up in one command, or a payments-native stack. For the largest community, pick Documenso or DocuSeal instead.

Decision tree

Which one should you use?

Biggest community & polished UI?
DocuSeal — most GitHub stars, form builder, hosted option.
TypeScript / Next.js shop?
Documenso — modern React codebase, easy to extend in your stack.
Node stack, want free & unlimited?
OpenSign — generous self-host (mind the one-directory license carve-out).
Minimal footprint / no database / payments-native?
Lifted Sign — runs on a single SQLite file, PAdES seal, Python/Node SDKs.
Need qualified (QES) or eIDAS signatures, or enterprise SLAs?
A proprietary provider or a QTSP — DocuSign and peers, or a qualified trust service provider. Self-hosting US-law e-sign doesn’t give you EU qualified signatures.
Methodology & sources

How we compiled this

Every license, star count, and language below was read from the GitHub REST API on July 23, 2026; pricing and carrier figures come from each vendor’s own pages on the same date. Open-source status means source published under an OSI/FSF-recognized license you can self-host and inspect. Figures change — check the primary source before you rely on a number, and tell us if anything here is out of date.

  1. DocuSeal — github.com/docusealco/docuseal (AGPL-3.0, Ruby, ~18,100★; read 2026-07-23).
  2. Documenso — github.com/documenso/documenso (AGPL-3.0, TypeScript, ~14,100★; read 2026-07-23).
  3. OpenSign — github.com/OpenSignLabs/OpenSign (GNU AGPL-3.0 core with a one-directory carve-out per its LICENSE, JavaScript, ~6,700★; read 2026-07-23).
  4. Lifted Sign — github.com/LiftedHoldings/lifted-sign (AGPL-3.0, Python; read 2026-07-23).
  5. ESIGN Act — 15 U.S.C. §7001, law.cornell.edu/uscode/text/15/7001.
FAQ

Common questions

Is an open-source e-signature legally binding?
Yes. In the US, the ESIGN Act (2000) and UETA give an electronic signature the same legal effect as a handwritten one when the process shows intent to sign, affirmative consent to sign electronically, association of the signature with the record, and retention of a reproducible record. Whether the software is open source or proprietary does not affect validity — the process does. See our ESIGN/UETA for developers guide.
What is the difference between open source and a free tier?
Open source means the source code is published under an OSI/FSF-recognized license (e.g. AGPL-3.0, MIT) that lets you read, modify, and self-host it. A free tier is a no-cost plan on a proprietary SaaS product whose code you cannot inspect or run yourself. Several tools marketed as “free e-signature” are proprietary free tiers, not open source — open the LICENSE file to be sure.
Which is the most popular open-source DocuSign alternative?
By GitHub stars on 2026-07-23, DocuSeal (~18,100) and Documenso (~14,100) are the most-starred, followed by OpenSign (~6,700). Stars measure community interest, not fit — the right tool depends on your stack, compliance needs, and how much infrastructure you want to run.
Can I self-host an e-signature server for free?
Yes. DocuSeal, Documenso, OpenSign, and Lifted Sign can all be self-hosted at no license cost under their open-source licenses (AGPL-3.0 for these). You pay only for your own infrastructure. See our self-hosted e-signature guide.
What does Lifted Sign add that the others do not?
Lifted Sign is a deliberately lean, payments-native option: an AGPL-3.0 Python server that boots on SQLite with no external database, emits a PAdES/PKCS#7-sealed Certificate of Completion, and ships Python and Node SDKs. It is the newest and smallest project here (about 2 GitHub stars as of 2026-07-23); for the largest community, choose Documenso or DocuSeal.
Open source, honestly

Try the lean one — or pick a rival, no hard feelings.

Self-host Lifted Sign free under AGPL-3.0, or run the managed cloud during beta. If a bigger community fits you better, we said which ones above.