LeafWiki is a lightweight, self-hosted Markdown wiki — tree-based, database-free, and easy to run as a single Go binary.
With version v0.3.4
, we're excited to announce native ARM64 support!
🌿 What is LeafWiki?
LeafWiki is designed for developers and teams who want:
- Clean Markdown files organized in folders
- A real tree structure (not a flat list of pages)
- No database – just files on disk
- A modern UI with live preview
- Easy to self-host
👉 GitHub Repo
👉 Latest Release
✅ What’s new in v0.3.4?
LeafWiki now builds and runs natively on:
- ✅ Raspberry Pi 4/5 with 64-bit OS
- ✅ Linux amd64
- ✅ Windows x86_64 (via
.exe
)
No emulation or QEMU needed — just download the binary and run!
wget https://github.com/perber/leafwiki/releases/download/v0.3.4/leafwiki-v0.3.4-linux-arm64
chmod +x leafwiki
./leafwiki --jwt-secret=your-secret --admin-password=your-password --port=8080
🧪 Real-World Use Cases
- 🏡 Personal knowledge base on Raspberry Pi
- 🌍 Offline docs on embedded/field devices
🔄 Still in Development — Feedback Wanted!
LeafWiki is still under active development. We're currently working on v0.4.0
, which will include:
- Full-text search
- Table of Contents
- Public Pages
- Better mobile layout
Your feedback, use cases, and questions are very welcome.
Open an issue on GitHub, or comment here 🙌
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.