-
released this
2026-01-16 05:50:24 +00:00 | 586 commits to main since this releaseWhat's Changed
- ⏺ Fix complete. Summary of changes: by @navicore in https://github.com/navicore/patch-seq/pull/267
Full Changelog: https://github.com/navicore/patch-seq/compare/v1.0.1...v1.0.2
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.1 fix times combinator Stable
released this
2026-01-16 04:08:56 +00:00 | 589 commits to main since this releaseWhat's Changed
- Analysis by @navicore in https://github.com/navicore/patch-seq/pull/263
- ⏺ Fixed issue #264. The problem was in all three loop combinators: by @navicore in https://github.com/navicore/patch-seq/pull/265
Full Changelog: https://github.com/navicore/patch-seq/compare/v1.0.0...v1.0.1
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.0 Stable
released this
2026-01-14 22:18:01 +00:00 | 601 commits to main since this releaseWhat's Changed
- ⏺ The feature flags implementation is complete. Here's the summary: by @navicore in https://github.com/navicore/patch-seq/pull/262
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.21.0...v1.0.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-01-14 21:46:42 +00:00 | 604 commits to main since this releaseWhat's Changed
- Regex support by @navicore in https://github.com/navicore/patch-seq/pull/258
- ⏺ Issue #249 (Compression builtins) is complete and ready to merge. by @navicore in https://github.com/navicore/patch-seq/pull/259
- ⏺ All 21 crypto unit tests pass. by @navicore in https://github.com/navicore/patch-seq/pull/260
- ⏺ Implementation of issue #251 (Ed25519 digital signatures) is complete. by @navicore in https://github.com/navicore/patch-seq/pull/261
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.20.1...v0.21.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.20.1 fix vi repl bugs Stable
released this
2026-01-13 02:56:00 +00:00 | 615 commits to main since this releaseWhat's Changed
- ⏺ All tests pass. Here's a summary of the vim-line cursor positioning… by @navicore in https://github.com/navicore/patch-seq/pull/257
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.20.0...v0.20.1
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.20.0 seq-core Stable
released this
2026-01-13 02:19:48 +00:00 | 618 commits to main since this releaseWhat's Changed
- ⏺ All CI checks pass. Issue #246 (Base64 and Hex encoding) is now com… by @navicore in https://github.com/navicore/patch-seq/pull/253
- ⏺ All CI checks pass. Phase 1 crypto (#244 + #245) is complete. by @navicore in https://github.com/navicore/patch-seq/pull/254
- ⏺ HTTP client implementation (#247) is complete. Here's a summary: by @navicore in https://github.com/navicore/patch-seq/pull/255
- ⏺ Refactoring Assessment Checklist by @navicore in https://github.com/navicore/patch-seq/pull/256
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.19.12...v0.20.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.19.12 revert nanboxing Stable
released this
2026-01-12 02:25:54 +00:00 | 633 commits to main since this releaseWhat's Changed
- ⏺ NaN-boxing removal is complete. All CI checks passed (199 integrati… by @navicore in https://github.com/navicore/patch-seq/pull/243
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.19.11...v0.19.12
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.19.11 nanbox Stable
released this
2026-01-11 23:47:55 +00:00 | 637 commits to main since this releaseWhat's Changed
- 188 phase 1 by @navicore in https://github.com/navicore/patch-seq/pull/240
- ⏺ Phase 3 codegen updates are complete: by @navicore in https://github.com/navicore/patch-seq/pull/241
- ⏺ Phase 4 FFI Boundaries - Summary by @navicore in https://github.com/navicore/patch-seq/pull/242
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.19.10...v0.19.11
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-01-11 16:15:18 +00:00 | 652 commits to main since this releaseFull Changelog: https://github.com/navicore/patch-seq/compare/v0.19.9...v0.19.10
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-01-11 08:45:18 +00:00 | 657 commits to main since this releaseFull Changelog: https://github.com/navicore/patch-seq/compare/v0.19.6...v0.19.7
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads