• v0.4.2 9ef5498d35

    navicore released this 2026-01-02 03:58:47 +00:00 | 82 commits to main since this release

    Installation

    Download the binary for your platform and make it executable:

    chmod +x seqlisp-*
    

    macOS

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

    xattr -d com.apple.quarantine ./seqlisp-macos-arm64
    

    Linux

    The Linux binary is statically linked and should run on any x86_64 Linux system.


    Downloads