# next-plaid

> NextPlaid, ColGREP: Multi-vector search, from database to coding agents.

- **URL**: https://www.freshcrate.ai/projects/next-plaid
- **Author**: lightonai
- **Category**: Databases
- **Latest version**: `v1.5.2` (2026-06-03)
- **License**: Apache-2.0
- **Source**: https://github.com/lightonai/next-plaid
- **Homepage**: https://lightonai.github.io/next-plaid/
- **Language**: Rust
- **GitHub**: 383 stars, 44 forks
- **Registry**: github
- **Tags**: `agentic-rag`, `cli`, `grep`, `multi-vector`, `rust`, `vector-database`

## Description

NextPlaid, ColGREP: Multi-vector search, from database to coding agents.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v1.5.2` | 2026-06-03 | High | ## Install colgrep 1.5.2  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.5.2/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.5.2/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.5.2  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.5.0` | 2026-05-28 | High | ## Install colgrep 1.5.0  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.5.0/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.5.0/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.5.0  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.4.0` | 2026-05-22 | High | ## Highlights  This release brings colgrep's `-e` mode to functional parity with `grep` / `grep -P`. Stress-tested across ~75 regex features against `grep` on a 291-file repo: 72 exact-parity, 3 minor numeric diffs, 0 functional failures.  ### New regex capabilities  - **Lookahead** `foo(?=bar)` / negative `foo(?!bar)` - **Lookbehind** `(?<=foo)bar` / negative `(?<!foo)bar` - **Backreferences** `(\w+)\s*=\s*\1`  Backed by `fancy-regex`, which delegates to the `regex` crate for non-fancy patterns |
| `v1.3.0` | 2026-05-20 | High | ## Install colgrep 1.3.0  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.3.0/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.3.0/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.3.0  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.2.0` | 2026-04-10 | High | ## Install colgrep 1.2.0  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.2.0/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.2.0/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.2.0  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.1.3` | 2026-03-18 | Medium | ## Install colgrep 1.1.3  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.1.3/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.1.3/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.1.3  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.1.2` | 2026-03-17 | Low | ## Install colgrep 1.1.2  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.1.2/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.1.2/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.1.2  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.1.1` | 2026-03-17 | Low | ## Install colgrep 1.1.1  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.1.1/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.1.1/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.1.1  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.1.0` | 2026-03-10 | Low | ## Install colgrep 1.1.0  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.1.0/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.1.0/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.1.0  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |
| `v1.0.8` | 2026-02-26 | Low | ## Install colgrep 1.0.8  ### Install prebuilt binaries via shell script  ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lightonai/next-plaid/releases/download/v1.0.8/colgrep-installer.sh \| sh ```  ### Install prebuilt binaries via powershell script  ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/lightonai/next-plaid/releases/download/v1.0.8/colgrep-installer.ps1 \| iex" ```  ## Download colgrep 1.0.8  \|  File  \| Platform \| Checksum \| \|--------\|----------\|---- |

## Citation

- HTML: https://www.freshcrate.ai/projects/next-plaid
- Markdown: https://www.freshcrate.ai/projects/next-plaid.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/next-plaid/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
