SeqLog is an Apple-native outliner for people who think in blocks and write in Markdown. Built with SwiftUI and Rust, it reads and writes plain .md files directly — no database, no index, no proprietary format. Search greps your vault with ripgrep, so nothing goes stale. Git is built in: auto-commit on save, push/pull to any remote, conflict resolution, per-file revert. Your vault is a folder you can open in any editor. Free forever on macOS.
No reviews yetBe the first to leave a review for SeqLog — Native Logseq for macOS
Maker
📌
Hey everyone! I built SeqLog because I love Logseq's outliner model but couldn't live with the Electron performance on macOS.
The core bet: plain markdown files + ripgrep are fast enough that you don't need a database or background indexing. So far it holds up well — search across thousands of pages feels instant.
Tech stack: SwiftUI for views, AppKit (NSTextView/NSScrollView) where SwiftUI falls short, and a small Rust FFI layer for search.
I'd love feedback on what features you'd want to see next. Happy to answer any questions!