ResearchPocket 2.0.1
ResearchPocket 2.0.1
ResearchPocket 2.0.1 makes the stable CLI available through Cargo and turns the
public reference into a shorter, reader-focused guide.
Install
With Rust installed:
cargo install --locked researchOr download the verified archive for Linux, macOS, or Windows from the GitHub
release and check it against SHA256SUMS.
What changed
- The
research,research-domain, andresearch-storecrates now publish
from one exact release tag in dependency order. Exact-version requirements
ensure a Cargo installation uses the reviewed domain and store source from
the same release. - The public docs show only getting started, usage, migration, browser,
data/sync/security, and current-release material. - Internal engineering records, project material, and historical preview notes
remain in the repository but no longer crowd the reader guide or its search
results. - Fenced code blocks have bundled language-aware highlighting and an accessible
copy button with visible and announced feedback.
There is no domain, CRDT, synchronization protocol, SQLite, or machine-output
schema change in this patch.
Upgrade
Replace the 2.0.0 binary or run:
cargo install --locked --force research
research --versionThe expected version is research 2.0.1. Existing 2.0.0 libraries and private
repositories require no migration.
GitHub release archives
| Platform | Release asset |
|---|---|
| Linux GNU/glibc x86-64 (glibc 2.35 or newer) | research-v2.0.1-linux-amd64.tar.gz |
| Windows x86-64 | research-v2.0.1-windows-amd64.zip |
| macOS Intel | research-v2.0.1-macos-amd64.tar.gz |
| macOS Apple Silicon | research-v2.0.1-macos-arm64.tar.gz |
The archives remain unsigned. Verify the selected file with SHA256SUMS, or
build the exact tag with the pinned toolchain:
git clone --branch v2.0.1 --depth 1 \
https://github.com/ResearchPocket/researchpocket.github.io.git
cd researchpocket.github.io
cargo build --locked --release