Skip to content

Releases: Aayushvaishnav02/Meditations

Meditations app-v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:14

Linux x86_64 builds of Meditations — the backend is bundled, no Python needed.

Fedora / RHELsudo dnf install ./Meditations_*.rpm
Debian / Ubuntusudo apt install ./Meditations_*.deb
Any distrochmod +x Meditations_*.AppImage && ./Meditations_*.AppImage
(needs libfuse2; Fedora: sudo dnf install fuse, or run with --appimage-extract-and-run)

Data lives in ~/.local/share/dev.journal.app/journal.db. To import an
existing dev database, set MEDITATIONS_LEGACY_DB=/path/to/backend/data/journal.db
before first launch (stop the dev backend first — the import is skipped
while -wal/-shm sidecars exist).