Logseq in BSD (OpenBSD, FreeBSD)

Hi
Is it possible to install and run the Logseq in BSD (OpenBSD, FreeBSD)?
How to do it? Is there any way?

3 Likes

Compiling the source code?

I thought so too, but I can’t because I don’t know java programming.
Has anyone successfully installed this program into BSD from sources?
How to do it? Could give you instructions on how to do it?

As I understand it, it is not necessary to know a programming language to be able to compile a code with said language. It is enough to fulfill the dependencies and follow the steps that are usually indicated in the same sources. It has more to do with system administration.

  1. Check Dockerfile, it might help you to compile/install it locally.
  2. You can try run it with docker and use Logseq in browser
  3. Try to run AppImage in BSD

Check new version, freebsd support added chore(deps): update rsapi by andelf · Pull Request #8682 · logseq/logseq · GitHub