• v0.10.0 16b04230e1

    navicore released this 2025-12-15 02:39:07 +00:00 | 1018 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.9.1...v0.10.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-*
    

    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-*
    

    Linux

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

    Downloads