• v1.1.0 4404f755d2

    navicore released this 2026-01-19 18:08:13 +00:00 | 560 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/navicore/patch-seq/compare/v1.0.6...v1.1.0

    Binary Downloads

    Pre-built binaries are available for:

    • Linux x86_64 (statically linked, works on any Linux)
    • macOS ARM64 (Apple Silicon)
    • macOS x86_64 (Intel, if available)

    Installation

    chmod +x seqc-* seq-lsp-* seqr-*
    

    macOS Quarantine

    macOS quarantines unsigned binaries. After downloading, remove the quarantine:

    xattr -d com.apple.quarantine ./seqc-macos-*
    xattr -d com.apple.quarantine ./seq-lsp-macos-*
    xattr -d com.apple.quarantine ./seqr-macos-*
    

    Linux

    The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.

    Downloads