VNote vs WizNote
A side-by-side comparison of two self-hosted notes & knowledge base options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | VNote | WizNote |
|---|---|---|
| Deploy effort | Read-the-docs project | Under-an-hour setup |
| Health score | 94 · Excellent | 18 · At risk |
| Category | Notes & Knowledge Base | Notes & Knowledge Base |
| License | MIT | GPL-3.0 |
| Language | C++ | C |
| Setup difficulty | Easy | Medium |
| Min. RAM | 256 MB | 512 MB |
| Deployment | bare-metal, binary | docker, binary, source |
| GitHub stars | ★ 12,977 | ★ 2,660 |
| First released | 2017 | 2011 |
| Replaces | Evernote, OneNote | Evernote, OneNote |
What are VNote and WizNote?
VNote
VNote is a Markdown-based note-taking application focused on developers, offering folder-based notebooks, syntax highlighting, and Vim-style editing. Notes are plain files that can be synced through external tools.
- Folder-based notebooks
- Vim editing mode
- Markdown with diagrams
- Code-friendly themes
WizNote
WizNote is a cross-platform note-taking app with desktop and mobile clients. The Qt desktop client is open source; the self-hostable sync server is distributed as a closed-source Docker image with a free tier for small teams.
- Cross-platform note clients
- Self-hostable sync server
- Rich note formatting
- Attachment support
VNote vs WizNote: key differences
VNote is written in C++, while WizNote is built with C. Licensing differs — MIT for VNote versus GPL-3.0 for WizNote. VNote is the lighter option, starting around 256 MB of RAM against 512 MB for WizNote. WizNote is the more established project (first released 2011), while VNote arrived in 2017. VNote has the considerably larger community, at 12,977 GitHub stars versus 2,660. WizNote lists first-class Docker deployment; VNote does not.
Why pick each one
Choose VNote if…
- Fast native app
- Plain file storage
Watch out for
- Desktop only
- No built-in sync
Choose WizNote if…
- Mature multi-platform apps
- Server can be self-hosted
Watch out for
- Documentation strongest in Chinese
- Client and server are separate projects
Frequently asked questions
Is VNote or WizNote better?
VNote is the stronger all-round pick: it has both the larger community and the simpler easy setup. Consider WizNote if its specific feature set fits your needs better.
Are VNote and WizNote free and open-source?
Yes. VNote is licensed under MIT and WizNote under GPL-3.0. Both can be self-hosted at no software cost.
Can I run VNote and WizNote with Docker?
VNote: check the project docs for container support. WizNote: yes.
Which is lighter on resources, VNote or WizNote?
VNote has the smaller minimum footprint at 256 MB of RAM, compared to about 512 MB for WizNote. Real-world usage depends on library size, user count, and enabled features.