Chiyogami vs fiche
A side-by-side comparison of two self-hosted pastebins & snippets options — licensing, setup difficulty, resource needs, and what each one replaces.
Not the right match-up?
Chiyogami
Pastebin with API, client-side encryption, user accounts, syntax
VS
fiche
Terminal pastebin server powered by netcat
| Feature | Chiyogami | fiche |
|---|---|---|
| Category | Pastebins & Snippets | Pastebins & Snippets |
| License | BSD-3-Clause | MIT |
| Language | HTML | C |
| Setup difficulty | Medium | Easy |
| Min. RAM | 512 MB | 64 MB |
| Deployment | docker | binary, source |
| GitHub stars | ★ 79 | ★ 1,547 |
| First released | 2026 | 2015 |
| Replaces | — | Pastebin.com, termbin |
Why pick each one
Choose Chiyogami if…
- Released under the BSD-3-Clause license
- First-class Docker support for quick deployment
- Written in HTML
- Lightweight — runs in 512 MB RAM
Choose fiche if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- Active community (1.5k GitHub stars)
- Written in C
Frequently asked questions
Is Chiyogami or fiche better?
fiche is the stronger all-round pick: it has both the larger community and the simpler easy setup. Consider Chiyogami if its specific feature set fits your needs better.
Are Chiyogami and fiche free and open-source?
Yes. Chiyogami is licensed under BSD-3-Clause and fiche under MIT. Both can be self-hosted at no software cost.
Can I run Chiyogami and fiche with Docker?
Chiyogami: yes. fiche: check the project docs for container support.