Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28,704 changes: 14,400 additions & 14,304 deletions content/.metadata.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion content/claude-code-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"_nodeVersion": "24.20.0",
"dependencies": {},
"_hasShrinkwrap": false,
"readmeFilename": "README.md",
"optionalDependencies": {
"@anthropic-ai/claude-code-linux-x64": "2.1.267",
"@anthropic-ai/claude-code-win32-x64": "2.1.267",
Expand Down
5 changes: 5 additions & 0 deletions content/claude/claude-science/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

> Release notes for Claude Science, including new features, improvements, and bug fixes by version.

<Update label="0.1.47" description="September 10, 2026">
* Claude Science is now available for Windows: download it from [claude.com/product/claude-science](https://claude.com/product/claude-science), and see [Run on Windows](/docs/claude-science/run-on-windows) for requirements and setup
* Various bug fixes and improvements
</Update>

<Update label="0.1.43" description="August 31, 2026">
* On Linux, commands, notebook cells, and local connectors work again on systems with bubblewrap's recent security update
* Cloud storage in Settings (Amazon S3, S3-compatible services, and Google Cloud Storage with HMAC keys) now works behind a TLS-inspecting proxy such as Zscaler or Netskope, trusting the same corporate root certificate as sign-in and the Claude API
Expand Down
5 changes: 3 additions & 2 deletions content/claude/claude-science/command-line-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
> Reference for the claude-science command: every subcommand, the serve flags, the single-use login link, and the environment variables Claude Science reads.

Reference for the claude-science command: every subcommand, the serve flags, the single-use login link, and the environment variables Claude Science reads.\
claude-science serve starts Claude Science and opens the web app in your browser at a single-use login link. Everyday use is that one command. The others manage the running program: they mint login links, report status, follow logs, install updates, and merge data directories.
claude-science serve starts Claude Science and opens the web app in your browser at a single-use login link. Everyday use is that one command. The others manage the running program: they mint login links, report status, follow logs, install updates, and merge data directories. On Windows, the installer adds the command to your PATH for new terminals. There the app window you open from the Start menu is the everyday way in, and the commands below manage the same running program.

## Commands

Expand All @@ -21,6 +21,7 @@ claude-science serve starts Claude Science and opens the web app in your browser
| `claude-science stop` | Stop the program cleanly. |
| `claude-science update` | Check for and install an update. `--check` only reports; --to `<version>` installs a specific version, which is also how you roll back. Updates are signature-verified and replace the binary atomically. |
| `claude-science import` `<path>` | Merge another data directory, or its database file, into this one. |
| `claude-science uninstall` | Windows only. Remove the app, its shortcuts, and its PATH entry while keeping your data; `--purge` also deletes the data directory. Quit Claude Science first. |
| `claude-science --version` | Print the version. |
| `claude-science` `<command>` --help | Print help for any command. |

Expand All @@ -30,7 +31,7 @@ claude-science serve starts Claude Science and opens the web app in your browser

## Global flags

These two work on every command.
These two work on every command. On Windows, `~` in the defaults below is your user profile folder, `%USERPROFILE%`.

| Flag | Default | What it does |
| -------------------- | ------------------------------- | ------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion content/claude/claude-science/compute-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ On Team and Enterprise plans, your organization's admin can turn off scientific

### NVIDIA BioNeMo NIM

In Settings > Compute, under Model endpoints, click Connect on NVIDIA BioNeMo NIM. Import the skills from the BioNeMo Agent Toolkit, add your NVIDIA NGC API credential, and connect to NVIDIA-hosted API endpoint, or choose to run the model as a local container (On a machine with an NVIDIA GPU). Once connected, ask Claude to start a local Docker NIM container or set up a remote connection for a specific NIM skill from the BioNeMo Agent Toolkit.
Model endpoints are available in Claude Science on macOS and Linux. In Settings > Compute, under Model endpoints, click Connect on NVIDIA BioNeMo NIM. Import the skills from the BioNeMo Agent Toolkit, add your NVIDIA NGC API credential, and connect to NVIDIA-hosted API endpoint, or choose to run the model as a local container (On a machine with an NVIDIA GPU). Once connected, ask Claude to start a local Docker NIM container or set up a remote connection for a specific NIM skill from the BioNeMo Agent Toolkit.
Loading
Loading