This is the snap for Logseq, “A privacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files.”. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.
sudo snap install logseqIn case you're using GIT sync with SSH authentication you may want to connect the ssh-keys interface with:
sudo snap connect logseq:ssh-keysLogseq OG is the original, file-based version of Logseq
that works on top of local plain-text Markdown and Org-mode files. It's preserved for users
who prefer it over the newer database-based release. It's published to the og track of this
same snap, so you can run it without affecting your default Logseq install. To install it:
sudo snap install logseq --channel=ogIf you already have Logseq installed, switch to it with:
sudo snap refresh logseq --channel=ogTo go back to the default release, refresh to the latest track:
sudo snap refresh logseq --channel=latest
