Epicenter — local-first заметки и расшифровки
★ 4.8K
Epicenter is an open-source set of applications built on a local-first principle: data lives on your device as ordinary Markdown files and a SQLite database, not in someone else's cloud. Reach for it when owning your data and not depending on a third-party service's uptime matters: notes, transcripts and personal records stay readable files you can open, copy and process with any tool, even without the app itself. The repository holds several projects, including voice and note tools. The core idea is transparent storage: no closed format that is hard to leave. It suits people building a personal knowledge system for the long term who want to be sure the data outlives any single app. It is an ecosystem and an approach more than one finished product.
- #Documents