Logseq
logseq.com Windows, MacOS, Linux, Android, iOS, WebPrivacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files. Supports lots of different note modes, including task management, PDF annotation, flashcards, whiteboards strong markdown support and more. Includes themes and extensions, backed by a strong community
- Homepage: logseq.com
- GitHub: github.com/logseq/logseq
- iOS App: apps.apple.com/us/app/logseq/id1601013908
- Subreddit: r/Logseq
- Web info: web-check.xyz/check/logseq.com
Logseq Source Code
Author
Description
A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: https://logseq.io/p/NX4mc_ggEV
Homepage
https://logseq.comLicense
AGPL-3.0
Created
23 May 20
Last Updated
09 Jun 26
Latest version
Primary Language
Clojure
Size
187,465 KB
Stars
43,291
Forks
2,670
Watchers
43,291
Language Usage
Star History
Top Contributors
-
@tiensonqin (11271)
-
@logseq-cldwalker (2921)
-
@xyhp915 (2568)
-
@RCmerci (1929)
-
@andelf (916)
-
@sprocketc (888)
-
@pengx17 (802)
-
@megayu (357)
-
@gif8864gh (324)
-
@llcc (311)
-
@cnrpman (246)
-
@thezjy (79)
-
@gyk (75)
-
@devonzuegel (72)
-
@thesophiaxu (70)
-
@Bad3r (63)
-
@bendyorke (62)
-
@dependabot[bot] (53)
-
@scheinriese (52)
-
@sawhney17 (51)
-
@situ2001 (40)
-
@queeup (29)
-
@kanru (28)
-
@g1eny0ung (27)
-
@SlyBouhafs (26)
-
@runjuu (21)
-
@ingepettersen (20)
-
@hasecilu (19)
-
@phoenixeliot (19)
-
@akhater (18)
-
@sallto (18)
-
@anoffvu (17)
-
@psdp (16)
-
@bensu (15)
-
@Kamalnrf (13)
-
@avelino (13)
-
@sosuisen (12)
-
@mschmidtkorth (12)
-
@samfundev (12)
-
@giuseppedandrea (11)
-
@8N9KT (11)
-
@stdword (11)
-
@hezhizhen (10)
-
@karlicoss (10)
-
@xxchan (9)
-
@hdansou (9)
-
@yoyurec (9)
-
@ksqsf (9)
-
@lachlancresswell (9)
-
@candideu (9)
-
@demaldoror (8)
-
@VictorVow (8)
-
@darwis059 (7)
-
@jonasdiemer (7)
-
@mp-v2 (7)
-
@the-kenny (7)
-
@MrWillCom (7)
-
@ranfdev (7)
-
@adamschmideg (7)
-
@benjypng (7)
-
@optimistic5 (7)
-
@TaylorHo (6)
-
@jramosg (6)
-
@TiagoDevezas (6)
-
@shidenggui (6)
-
@maxweilun1989 (6)
-
@greatbody (5)
-
@ahonn (5)
-
@playerofgames (5)
-
@eliovir (5)
-
@aurnik (5)
-
@ROCKTAKEY (5)
-
@phoebejaffe (5)
-
@AllanChain (5)
-
@hoellen (4)
-
@WsinGithub (4)
-
@GoldinGuy (4)
-
@kidylee (4)
-
@anaclumos (4)
-
@einmeterhecht (4)
-
@shady2k (4)
-
@cldwalker (4)
-
@martin8032 (4)
-
@clark-cui (3)
-
@CaseyLabs (3)
-
@deephbz (3)
-
@hobgoblina (3)
-
@sid597 (3)
-
@scayuela (3)
-
@ntotao (3)
-
@gombiuda (3)
-
@TheSnakePolyglot (3)
-
@lsparlin (3)
-
@kkkiio (3)
-
@alexdremov (3)
-
@Anth0rx (3)
-
@Axce (3)
-
@haydenull (3)
-
@hindol (3)
-
@alan-roe (3)
Recent Commits
-
Charlie (08 Jun 26)
fix(electron): handle local asset protocol in pdf assets Detect and normalize local asset protocol URLs when building PDF asset URLs. Add a local-asset-link? branch that uses fs/asset-path-normalize and assets-handler/normalize-asset-resource-url, and adjust the existing protocol-link? handling. Add a unit test that verifies Windows-style local asset URLs are normalized, and include the necessary test requires.
-
megayu (08 Jun 26)
fix(publishing): build public export from worker DB (#12769) * fix(publishing): copy static assets recursively * fix(publishing): build public export from db worker * perf(publishing): scan built-in entities for export timestamps * chore(publishing): clarify worker html export api * fix: refresh page publish menu state --------- Co-authored-by: Tienson Qin <[email protected]>
-
Tienson Qin (08 Jun 26)
fix: restore sidebar recents
-
Tienson Qin (08 Jun 26)
fix: stabilize react hook order
-
Charlie (08 Jun 26)
fix(electron): handle Windows drive paths for electron assets
-
charlie (07 Jun 26)
fix(electron): improve url handling for asset components
-
charlie (07 Jun 26)
fix(electron): add cors enabled privilege
-
charlie (07 Jun 26)
chore: update pnpm-lock.yaml
-
charlie (07 Jun 26)
fix(electron): incorrect protocol for electron assets
-
Tienson Qin (07 Jun 26)
fix(sync): delete current server subtree
-
Tienson Qin (07 Jun 26)
fix: report sync errors to Sentry
-
Tienson Qin (07 Jun 26)
fix: permanently delete recycled page children
-
Tienson Qin (06 Jun 26)
fix: remove graph tooltip
-
Tienson Qin (06 Jun 26)
fix: duplicated sync icons
-
Tienson Qin (06 Jun 26)
fix: separate add and switch graph
-
Tienson Qin (06 Jun 26)
fix: use-sub shouldn't be used in conditional statement
-
megayu (06 Jun 26)
fix(db): recover db-worker runtime without graph failover (#12744) * fix(db): recover db-worker runtime without switching graph * fix(db): guard db-worker runtime release by active session * fix(db): skip stale recovery before runtime IPC * fix(db): throttle db-worker event stream error logs * fix: recover db-worker on event stream failure --------- Co-authored-by: Tienson Qin <[email protected]>
-
Tienson Qin (06 Jun 26)
fix: update semantic search tests
-
Tienson Qin (06 Jun 26)
chore: remove outdated tests
-
Gabriel Horner (06 Jun 26)
Merge pull request #12774 from logseq/fix/export-edn-options Fixes related to export and import EDN
-
Gabriel Horner (06 Jun 26)
fix: frontend lints
-
Tienson Qin (06 Jun 26)
chore: remove embedding progress log
-
Gabriel Horner (06 Jun 26)
fix(ci): Add back CI import edn check This check was previously run as part of the nbb cli's --roundtrip option. This was removed in #12739. This CI check prevents bugs like 3a63877f284ce37c7ab705e9b572da2ad9af4701 from happening
-
Gabriel Horner (06 Jun 26)
fix: import EDN for new datoms based :graph fails w/ messages like `Cannot add #datascript/Datom [61 :db/ident :logseq.property/color.purple`. This format was introduced in #12742. This happens because the :datoms format includes built-in datoms that the pipeline was reverting. Confirmed success with `graph export -t edn` and graph import -t edn`
-
Gabriel Horner (05 Jun 26)
fix: import edn not idempotent for :url property
-
Gabriel Horner (05 Jun 26)
fix: edn import adds property history that isn't in the original graph This is caused by pipeline tx not checking for import vs user initiated action
-
Gabriel Horner (05 Jun 26)
fix(cli): graph export options for latest export changes has unused options after #12742. Remove `--include-timestamps`, `--exclude-built-in-pages`, and `--exclude-namespaces` as they are no longer available for the default edn :graph export. Add `--edn-options` map instead to directly pass edn export options. Useful keys to pass to edn-options are :export-type (for different workflows/exports e.g. :graph-ontology and :graph-human) and :include-timestamps?. Also add `--pretty-print` to pretty print EDN for readability
-
Tienson Qin (06 Jun 26)
fix: handle embedding server exit
-
Tienson Qin (06 Jun 26)
fix: disable semantic search by default Also, semantic search shouldn't block normal usage
-
Mega Yu (04 Jun 26)
fix: make electron release bundle db-worker after cljs build
Logseq Security
Security Advisories (1)
- critical Patched
GHSA-92h5-2358-7xjv Remote Code Execution in Logseq Desktop <= 0.10.13
Logseq Website
Website
Logseq: A privacy-first, open-source knowledge base
A privacy-first, open-source platform for knowledge management and collaboration.
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 3.171.171.52
- Hostname server-3-171-171-52.atl59.r.cloudfront.net
- Location Atlanta, Georgia, United States of America, NA
- ISP Amazon.com Inc.
- ASN AS16509
Associated Countries
-
US -
CA -
FR
Safety Score
Website marked as safe
100%
Blacklist Check
logseq.com was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
Logseq iOS App
App Info
Logseq
Logseq is a joyful, open-source outliner that works on top of local plain-text Markdown and Org-mode files. Use it to write, organize and share your thoughts, keep your to-do list, and build your own digital garden. Logseq includes the following features: 1. Backlink 2. Knowledge Graph 3. Page and block references 4. Page and block embeds 5. Tasks & Todos 6. SRS Cards 7. Zotero integration 8. Youtube, Twitter, etc. integration 9. Audio recorder 10. Powerful queries 11. Whiteboards
Rating
Version Info
- Current Version 0.10.9
- Last Updated 23 Apr 24
- First Released 13 Apr 22
- Minimum iOS Version 14.0
- Device Models Supported 127
App Details
- IPA Size 62.44 Mb
- Price Free (USD)
- Age Advisory 4+
- Supported Languages 1
- Developer Logseq Inc.
- Bundle ID com.logseq.logseq
Screenshots
Logseq Reviews
More Digital Notes
-
Private & encrypted rich-text documents. Cryptee has encryption and anonymity at its core, it also has a beautiful and minimalistic UI. You can use Cryptee from the browser, or download native apps. Comes with many additional features, such as support for photo albums and file storage. The disadvantage is that only the frontend is open source. Pricing is free for starter plan, $3/ month for 10GB, additional plans go up-to 2TB.
Not Open Source -
Cross-platform desktop and mobile note-taking and todo app. Easy organisation into notebooks and sections, revision history and a simple UI. Allows for easy import and export of notes to or from other services. Supports synchronisation with cloud services, implemented with E2EE.
-
An offline markdown-based note editor for desktop, with a simple, yet feature-rich UI. All notes are saved individually as .md files, making them easy to manage. No mobile app, built-in cloud-sync, encryption or web UI. But due to the structure of the files, it is easy to use your own cloud sync provider, and additional features are provided through extensions.
-
A powerful knowledge base that works on top of local plain-text Markdown files. It has a strong community, and a lot of plugins and themes. Generally privacy-respecting, but no encryption out of the box, and some of the code is obfuscated or not fully open source
Not Open Source -
S.Notes is a free, open-source, and completely encrypted private notes app. It has a simple UI, yet packs in a lot of features, thanks to the Extensions Store, allowing for: To-Do lists, Spreadsheets, Rich Text, Markdown, Math Editor, Code Editor and many more. You can choose between a number of themes (yay, dark mode!), and it features built-in secure file store, tags/ folders, fast search and more. Standard Notes is actively developed, and fully open-source.
-
A secure, collaborative notebook. Self-host it yourself, or use their hosted plan (free edition or $3/ month for premium).
-
A free, open-source note-taking application built with Qt, focused on providing a pleasant Markdown editing experience. It manages notes directly as plain text files on your local system.
About the Data: Logseq
Change History
- Amended (icon) #258
- Amended (iosApp, subreddit)
API
You can access Logseq's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/logseq The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share Logseq
Help your friends compare Digital Notes, and pick
privacy-respecting software and services.
Share Logseq and Awesome Privacy with your network!