Tired of proprietary note-taking apps that limit your freedom and drain your wallet?

Look no further than Logseq, your free & open-source note-taking!

Why LogSeq?

LogSeq is a FREE alternative to Obsidian ๐Ÿ“

In my case, it was Logseq’s dedication to openness, accessibility, and community that won me over.

What made me stay? Well, you can use Ollama - F/OSS Local LLMs together with LogSeq.

The LogSeq Project

As mentioned, LogSeq is a completely open project:

LogSeq, a Fully Open Source Note Taking App with AI Support

SelfHosting LogSeq

LogSeq with Docker

We are going to use the LogSeq docker image available at their Github Container Repository:

The recommended way to install LogSeq - with this Docker-Compose configuration file:

#version: '3.8'

services:
  logseq:
    image: ghcr.io/logseq/logseq-webapp:latest
    ports:
      - "3000:3000"  # Expose Logseq on port 3000
    environment:
      - LOGSEQ_SERVER_PORT=3000  # Set the Logseq server port
    restart: unless-stopped
    # volumes:
      # - logseq_data:/path/to/data  # Uncomment and set the path if you need persistent storage

# Uncomment the following lines if you need persistent storage
# volumes:
  # logseq_data:

Now you can enjoy LogSeq at: localhost:3000

And here you have some guides to help you improve your Workflow with LogSeq

Making LogSeq Better

LogSeq is already great. But we can make it even better.

LogSeq Plugins

Logseq โค๏ธ’s Ollama

AI Powered Notes with the Ollama - LogSeq Plugin.

You will be able to perform few interactions with Ollama directly from Logseq UI, for example:

  • Ask Ai -> which is a prompt the AI freely without any context
  • Ask Ai with context -> This is the same as Ask Ai but it gives the model the context of the current page
  • Summarize -> Summarizes the whole page

Thanks to Omagdy7 who released the Plugin under MIT License.


FAQ

F/OSS LogSeq Alternatives

  • Trilium Notes - MS One Note F/OSS Alternative
  • Joplin

Other F/OSS for Productivity