Releases: Aayushvaishnav02/Meditations
Releases · Aayushvaishnav02/Meditations
Release list
Meditations app-v0.1.1
Linux x86_64 builds of Meditations — the backend is bundled, no Python needed.
Fedora / RHEL — sudo dnf install ./Meditations_*.rpm
Debian / Ubuntu — sudo apt install ./Meditations_*.deb
Any distro — chmod +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).