Tiddloid vs TiddlyWiki
A side-by-side comparison of two self-hosted wikis & documentation options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Tiddloid | TiddlyWiki |
|---|---|---|
| Deploy effort | Read-the-docs project | Read-the-docs project |
| Health score | 66 · Good | 92 · Excellent |
| Category | Wikis & Documentation | Wikis & Documentation |
| License | BSD-3-Clause | BSD-3-Clause |
| Language | Java | JavaScript |
| Setup difficulty | Easy | Easy |
| Min. RAM | 64 MB | 64 MB |
| Deployment | source | binary, bare-metal, source |
| GitHub stars | ★ 283 | ★ 8,662 |
| First released | 2019 | 2004 |
| Replaces | Evernote, OneNote | Notion, OneNote |
What are Tiddloid and TiddlyWiki?
Tiddloid
Tiddloid is an application for working with TiddlyWiki single-file wikis, allowing self-contained personal wikis to be stored, opened, and edited. Each wiki is a single HTML file containing both data and application code.
- Single-file wikis
- Self-contained storage
- Offline editing
- Portable HTML files
TiddlyWiki
TiddlyWiki is a unique open-source wiki that can run as a single self-contained HTML file. It is a non-linear notebook for capturing and organizing information, also runnable as a Node.js server.
- Runs as a single HTML file
- Non-linear note structure
- Highly customizable
- Optional Node.js server mode
Tiddloid vs TiddlyWiki: key differences
Tiddloid is written in Java, while TiddlyWiki is built with JavaScript. TiddlyWiki is the more established project (first released 2004), while Tiddloid arrived in 2019. TiddlyWiki has the considerably larger community, at 8,662 GitHub stars versus 283.
Why pick each one
Choose Tiddloid if…
- Released under the BSD-3-Clause license
- Easy to set up — beginner-friendly
- Written in Java
- Tiny footprint — runs in 64 MB RAM
Choose TiddlyWiki if…
- Extremely portable
- Works fully offline
Watch out for
- Idiosyncratic concepts
- Multi-user needs the server mode
Frequently asked questions
Is Tiddloid or TiddlyWiki better?
Neither is universally better. TiddlyWiki has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are Tiddloid and TiddlyWiki free and open-source?
Yes. Tiddloid is licensed under BSD-3-Clause and TiddlyWiki under BSD-3-Clause. Both can be self-hosted at no software cost.
Can I run Tiddloid and TiddlyWiki with Docker?
Tiddloid: check the project docs for container support. TiddlyWiki: check the project docs for container support.