-
v5.1.0 more combinators Stable
released this
2026-03-29 21:18:34 +00:00 | 261 commits to main since this releaseWhat's Changed
- │ crates/runtime/src/combinators.rs │ New — runtime implementa… by @navicore in https://github.com/navicore/patch-seq/pull/382
- combinators phase 2 by @navicore in https://github.com/navicore/patch-seq/pull/383
Full Changelog: https://github.com/navicore/patch-seq/compare/v5.0.0...v5.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v5.0.0 Stable
released this
2026-03-29 05:00:34 +00:00 | 273 commits to main since this releaseWhat's Changed
- recal by @navicore in https://github.com/navicore/patch-seq/pull/375
- crates/core/src/stack.rs — New primitives: by @navicore in https://github.com/navicore/patch-seq/pull/378
- Changes in crates/runtime/src/map_ops.rs: by @navicore in https://github.com/navicore/patch-seq/pull/379
- variant.append (crates/runtime/src/variant_ops.rs): by @navicore in https://github.com/navicore/patch-seq/pull/380
- Summary of changes: by @navicore in https://github.com/navicore/patch-seq/pull/381
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.2.1...v5.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-03-25 20:09:16 +00:00 | 291 commits to main since this releaseWhat's Changed
- Deleted 10 design docs (implemented, historical, or shelved): by @navicore in https://github.com/navicore/patch-seq/pull/372
- Fix LSP completion dismissed when typing '.' in namespaced words by @navicore-bot in https://github.com/navicore/patch-seq/pull/374
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.2.0...v4.2.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
-
v4.2.0 remove 40-bit support Stable
released this
2026-03-25 02:48:25 +00:00 | 298 commits to main since this releaseWhat's Changed
- docs: clarify naming across GitHub, crates.io, and binaries by @navicore-bot in https://github.com/navicore/patch-seq/pull/370
- Cleanup summary: by @navicore in https://github.com/navicore/patch-seq/pull/371
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.1.0...v4.2.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
-
v4.1.0 tagged-ptr default Stable
released this
2026-03-24 13:01:15 +00:00 | 308 commits to main since this releaseWhat's Changed
- ⏺ CONTRIBUTING.md is clean — no issues. It covers process only (shell… by @navicore in https://github.com/navicore/patch-seq/pull/356
- ⏺ 433 passed, 0 failed. All tests green across the entire suite. by @navicore in https://github.com/navicore/patch-seq/pull/357
- The feature flag approach works cleanly: by @navicore in https://github.com/navicore/patch-seq/pull/358
- 3d stage 2 by @navicore in https://github.com/navicore/patch-seq/pull/359
- Virtual stack by @navicore in https://github.com/navicore/patch-seq/pull/360
- Phase 2 codegen wiring is now complete. Every codegen file that emi… by @navicore in https://github.com/navicore/patch-seq/pull/361
- Phase 3 is done by @navicore in https://github.com/navicore/patch-seq/pull/362
-
- just ci — default 40-byte path, 433/433 integration tests, all Ru… by @navicore in https://github.com/navicore/patch-seq/pull/364
- Bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in https://github.com/navicore/patch-seq/pull/363
- Update 4 dependencies to latest compatible versions by @navicore-bot in https://github.com/navicore/patch-seq/pull/365
- Flip by @navicore in https://github.com/navicore/patch-seq/pull/367
- ⏺ build-100k: 1ms! Down from 18,000ms. Here's the full picture: by @navicore in https://github.com/navicore/patch-seq/pull/369
New Contributors
- @navicore-bot made their first contribution in https://github.com/navicore/patch-seq/pull/365
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.0.3...v4.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v4.0.3 Stable
released this
2026-02-10 22:59:38 +00:00 | 357 commits to main since this releaseWhat's Changed
- Better Observaility by @navicore in https://github.com/navicore/patch-seq/pull/354
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.0.2...v4.0.3
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-02-10 03:15:15 +00:00 | 361 commits to main since this releaseWhat's Changed
- fix repl use of aux by @navicore in https://github.com/navicore/patch-seq/pull/353
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.0.1...v4.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
-
v4.0.1 >aux Stable
released this
2026-02-07 18:00:53 +00:00 | 364 commits to main since this releaseWhat's Changed
- stash stacks by @navicore in https://github.com/navicore/patch-seq/pull/352
Full Changelog: https://github.com/navicore/patch-seq/compare/v4.0.0...v4.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
-
released this
2026-02-02 02:20:33 +00:00 | 371 commits to main since this releaseWhat's Changed
- ⏺ All tests pass. Let me provide a summary of the work completed: by @navicore in https://github.com/navicore/patch-seq/pull/346
- migration by @navicore in https://github.com/navicore/patch-seq/pull/347
Full Changelog: https://github.com/navicore/patch-seq/compare/v3.1.0...v4.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
-
v3.1.0 file and dir CRUD Stable
released this
2026-02-01 01:15:48 +00:00 | 376 commits to main since this releaseWhat's Changed
- docs/language-guide.md: by @navicore in https://github.com/navicore/patch-seq/pull/344
Full Changelog: https://github.com/navicore/patch-seq/compare/v3.0.6...v3.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads