- get
linux-x64binary from: https://www.anthropic.com/news/claude-science-ai-workbench
./claude-science
├── linux-x64
├── pixi.lock
└── pixi.toml
pixi install
pixi run servelinux-x64 binary from: https://www.anthropic.com/news/claude-science-ai-workbench./claude-science
├── linux-x64
├── pixi.lock
└── pixi.toml
pixi install
pixi run serve| [workspace] | |
| authors = ["denkiwakame"] | |
| channels = ["conda-forge"] | |
| name = "claude-science" | |
| platforms = ["linux-64"] | |
| version = "0.1.0" | |
| [tasks] | |
| serve = "./linux-x64 serve" | |
| open = "./linux-x64 open" | |
| status = "./linux-x64 status" | |
| logs = "./linux-x64 logs" | |
| stop = "./linux-x64 stop" | |
| update = "./linux-x64 update" | |
| [dependencies] | |
| bubblewrap = ">=0.11.2,<0.12" | |
| socat = ">=1.8.1.3,<2" |