Skip to content

v0.1.6 — First Public Release

Choose a tag to compare

@drpedapati drpedapati released this 15 Feb 21:44
· 248 commits to main since this release

First Public Release

sciClaw is now open source. This release is the first built from the public repository.

What's in sciClaw

An autonomous paired-scientist CLI forked from PicoClaw, designed for scientific research workflows.

Core features:

  • Default model: GPT-5.2 (works with ChatGPT subscription or OpenAI API key)
  • --model flag for per-invocation model switching
  • --effort flag for reasoning effort control (OpenAI + Anthropic)
  • sciclaw models list|set|status for model management
  • Hardened skills installer with size limits, validation, and SHA-256 provenance
  • Built-in science skills: scientific-writing, pubmed-cli, docx-review, biorxiv-database, quarto-authoring, and more

Companion CLI tools:

brew install henrybloomingdale/tools/docx-review   # Word docs with tracked changes
brew install henrybloomingdale/tools/pubmed-cli     # PubMed search & citation graphs

Install

brew install drpedapati/sciclaw/sciclaw

Or download the binary for your platform below.

Checksums (SHA-256)

ae866b61  sciclaw-darwin-arm64
98764d03  sciclaw-linux-amd64
2bbe3a5a  sciclaw-linux-arm64
882b6699  sciclaw-linux-riscv64
889fc8fa  sciclaw-windows-amd64.exe

picoclaw-* binaries are identical copies for backward compatibility.